From owner-cvs-sys Sat May 18 10:56:56 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA11766 for cvs-sys-outgoing; Sat, 18 May 1996 10:56:56 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA11749; Sat, 18 May 1996 10:56:43 -0700 (PDT) Date: Sat, 18 May 1996 10:56:43 -0700 (PDT) From: Stefan Esser Message-Id: <199605181756.KAA11749@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_ed_p.c src/sys/conf files src/sys/i386/isa if_ed.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/05/18 10:56:43 Modified: sys/i386/isa if_ed.c sys/conf files Added: sys/pci if_ed_p.c Log: Add support for NE2000 compatible PCI Ethernet cards. The PCI probe is enabled by having an "device ed0 at isa? [...]" config line. The first PCI card will get a unit number one higher than the highest defined for any ISA card of the ED type, e.g. if ed0 and ed1 are configured, then the PCI cards will be ed2, ed3, ... BEWARE: If you have configured your kernel as ed0 with the port address as assigned by the PCI BIOS, then your card will be found by both the PCI and ISA probes, and bad things may happen. Make sure to restore the original port address form the GENERIC kernel for the ed0 device! Reviewed by: davidg Revision Changes Path 1.98 +90 -25 src/sys/i386/isa/if_ed.c 1.67 +1 -0 src/sys/conf/files