summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/files.pci6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index 20abeb257c6..e30673887d8 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.20 1998/09/21 05:24:54 jason Exp $
+# $OpenBSD: files.pci,v 1.21 1998/09/22 06:06:48 fgsch Exp $
# $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $
#
# Config.new file and device description for machine-independent PCI code.
@@ -99,3 +99,7 @@ file dev/pci/if_xl.c xl
device tx: ether, ifnet
attach tx at pci
file dev/pci/if_tx.c tx
+
+# NE2000-compatible PCI Ethernet cards
+attach ne at pci with ne_pci
+file dev/pci/if_ne_pci.c ne_pci