cvs commit: src/sys/dev/jme if_jme.c if_jmereg.h

[ Available lists | Index of cvs-src-old | Month of Oct 2008 | Week of 19 Oct 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Pyun YongHyeon <yongari@FreeBSD.org>
Date
19 Oct 2008 06:38:44
Subject
cvs commit: src/sys/dev/jme if_jme.c if_jmereg.h
Message-ID
200810190638.m9J6ceXx039064@repoman.freebsd.org


[ Hide this part ]
yongari     2008-10-19 06:38:34 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_7)
sys/dev/jme if_jme.c if_jmereg.h
Log:
SVN rev 184045 on 2008-10-19 06:38:34Z by yongari

MFC r183814:
Read PCI device id instead of PCI revision id. Also checks the read
device id is JMC260 family. Previously it just verified the deivce
is JMC260 Rev A0. This will make it easy for newer JMC2xx support.

Pointed out by: bouyer at NetBSD

MFC r183859:
Make sure to read the last byte of EEPROM descriptor. Previously
the last byte of the ethernet address was not read which in turn
resulted in getting 5 out of the 6 bytes of ethernet address and
always returned ENOENT. I did not notice the bug on FPGA version
because of additional configuration data in EEPROM.

Pointed out by: bouyer at NetBSD

Approved by: re (gnn)

Revision Changes Path
1.1.2.8 +7 -7 src/sys/dev/jme/if_jme.c
1.1.2.4 +2 -0 src/sys/dev/jme/if_jmereg.h


Elapsed time: 0.213 seconds