summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1996-05-18 17:56:42 +0000
committerse <se@FreeBSD.org>1996-05-18 17:56:42 +0000
commit48c7921229adb774573ec2bf35cde958636a4578 (patch)
tree0a6467b9fd490770519db4ddee8dc1fb33507d95 /sys/conf
parentb4b799e33f2edc21299bd258435748eb5d185497 (diff)
downloadFreeBSD-src-48c7921229adb774573ec2bf35cde958636a4578.zip
FreeBSD-src-48c7921229adb774573ec2bf35cde958636a4578.tar.gz
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
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 9f01fb8..f3b3469 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -284,6 +284,7 @@ pccard/pcic.c optional pcic device-driver
pci/aic7870.c optional ahc device-driver
pci/bt9xx.c optional bt device-driver
pci/if_de.c optional de device-driver
+pci/if_ed_p.c optional ed device-driver
pci/if_fxp.c optional fxp device-driver
pci/if_vx.c optional vx device-driver
pci/ncr.c optional ncr device-driver
OpenPOWER on IntegriCloud