Date: Sun, 19 Oct 2008 06:45:03 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/jme if_jme.c if_jmereg.h Message-ID: <200810190645.m9J6jBD1039603@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2008-10-19 06:45:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/jme if_jme.c if_jmereg.h Log: SVN rev 184046 on 2008-10-19 06:45:03Z 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.2.2.7 +7 -7 src/sys/dev/jme/if_jme.c 1.1.4.4 +2 -0 src/sys/dev/jme/if_jmereg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810190645.m9J6jBD1039603>