summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>1998-09-22 06:06:49 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>1998-09-22 06:06:49 +0000
commit7550649b1051dbed754d8eed08450422fc404fb1 (patch)
tree9d0a54832c1ee9a6a2034e334cd8c5e5abba984a /sys
parent91b142a7adc8e0a772b987efe9aef80f065eb53d (diff)
Add ne for ne2k pci cards.
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