Date: Mon, 14 Feb 2005 23:00:41 +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_cbus.c if_ed_isa.c if_ed_novell.c Message-ID: <200502142300.j1EN0f2M057481@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2005-02-14 23:00:41 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_cbus.c if_ed_isa.c if_ed_novell.c Log: Move the harvesting of the MAC address out of the generic novell probe and into the bus front ends. For ISA and C-BUS cards, we always need to grab it. For PC Card, already committed, we need to do some sanity checking on the data that's in the ROMs before we decide that they are OK to use. The PC Card code has already been committed and is independent of this code (which also has to work on NE-1000 cards, assuming that those cards still work :-). Revision Changes Path 1.20 +3 -1 src/sys/dev/ed/if_ed_cbus.c 1.21 +28 -7 src/sys/dev/ed/if_ed_isa.c 1.5 +18 -13 src/sys/dev/ed/if_ed_novell.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502142300.j1EN0f2M057481>