Date: Thu, 18 Jul 1996 15:03:49 -0700 (PDT) From: Stefan Esser <se> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_lnc_p.c src/sys/conf files src/sys/i386/isa if_lnc.c Message-ID: <199607182203.PAA22430@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
se 96/07/18 15:03:49 Modified: sys/i386/isa if_lnc.c sys/conf files Added: sys/pci if_lnc_p.c Log: FINALLY: PCI support for the Lance Ethernet driver. This code applies to several systems with integrated Ethernet chip, for example from HP or Compaq. It should also support PCI Ethernet cards based on the AMD PCI Lance chip. This code has been reviewed (visually) by Paul Richards and tested (using an ISA Lance board) by Joerg Wunsch. Since the parameters to nearly each and every single function had to be changed (generally from unit number to lnc_soft*), there is some potential for buglets having crept in ... BEWARE: If you had lnc0 configured to have the ISA probe find your PCI Lance, then it should now be found by the PCI probe, and should be automatically configured as pci1 (!!! note the "1"). Reviewed by: paul, joerg Revision Changes Path 1.24 +156 -73 src/sys/i386/isa/if_lnc.c 1.73 +1 -0 src/sys/conf/files
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607182203.PAA22430>