From 7550649b1051dbed754d8eed08450422fc404fb1 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Tue, 22 Sep 1998 06:06:49 +0000 Subject: Add ne for ne2k pci cards. --- sys/dev/pci/files.pci | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys') 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 -- cgit v1.2.3