Date: Tue, 14 Oct 2008 00:54:15 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/jme if_jme.c Message-ID: <200810140054.m9E0sP0E023614@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2008-10-14 00:54:15 UTC FreeBSD src repository Modified files: sys/dev/jme if_jme.c Log: SVN rev 183859 on 2008-10-14 00:54:15Z by yongari 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 Revision Changes Path 1.8 +5 -5 src/sys/dev/jme/if_jme.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810140054.m9E0sP0E023614>