Date: Mon, 25 Apr 2005 18:29:42 +0000 (UTC) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vge if_vge.c Message-ID: <200504251829.j3PITgRa021805@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2005-04-25 18:29:42 UTC FreeBSD src repository Modified files: sys/dev/vge if_vge.c Log: Reading the EEPROM to learn the station address doesn't seem to work on boards with VIA gigE controllers that are embedded in VIA chipsets. Presumably, they don't have an external EEPROM and store the MAC address somewhere else. To get around this, force an autoload and read the station address from the RX filter registers instead. This has been tested to work on both embedded and standalone controllers. Revision Changes Path 1.7 +11 -0 src/sys/dev/vge/if_vge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504251829.j3PITgRa021805>