Date: Mon, 14 Feb 2005 22:27:03 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c src/sys/dev/pccard pccarddevs Message-ID: <200502142227.j1EMR31p056213@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-02-14 22:27:03 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c sys/dev/pccard pccarddevs Log: o It turns out that most of the ne-2000 cards that I have got real unhappy with the latest changes. They actually have valid ROM data at location 0 of memory, just like a real NE-2000 ISA card. Use this data, if the ROM passes a few basic tests, as an additional source for the MAC address. Prefer the CIS over this source, but have it take precidence over falling back to reading the attribtue memory. o Minor cleanup of a few devices that we match on based on CIS string. Revision Changes Path 1.79 +42 -9 src/sys/dev/ed/if_ed_pccard.c 1.104 +3 -4 src/sys/dev/pccard/pccarddevs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502142227.j1EMR31p056213>