From owner-cvs-sys Thu Jul 18 15:03:58 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA22449 for cvs-sys-outgoing; Thu, 18 Jul 1996 15:03:58 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA22430; Thu, 18 Jul 1996 15:03:49 -0700 (PDT) Date: Thu, 18 Jul 1996 15:03:49 -0700 (PDT) From: Stefan Esser Message-Id: <199607182203.PAA22430@freefall.freebsd.org> 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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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