diff options
author | 1998-03-10 17:53:50 +0000 | |
---|---|---|
committer | 1998-03-10 17:53:50 +0000 | |
commit | ae9cb0163975fb1508825e98af42cdbb99a60352 (patch) | |
tree | 32f1c36c843a1373794188a8d2814a3505311873 | |
parent | Clear dependcy list so we don't panic a soft updates kernel. (diff) | |
download | wireguard-openbsd-ae9cb0163975fb1508825e98af42cdbb99a60352.tar.xz wireguard-openbsd-ae9cb0163975fb1508825e98af42cdbb99a60352.zip |
not yet
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index d0f5bf7ef85..299afd8cbd0 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.13 1998/03/10 08:26:17 deraadt Exp $ +# $OpenBSD: files.pci,v 1.14 1998/03/10 17:53:50 deraadt 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. @@ -25,11 +25,6 @@ file dev/ic/smc93cx6.c ahc_pci attach bha at pci with bha_pci file dev/pci/bha_pci.c bha_pci -# Qlogic ISP 10x0 (PCI) family -# device declaration in sys/conf/files -attach isp at pci with isp_pci -file dev/pci/isp_pci.c isp_pci - # Ethernet driver for DC21040-based boards device de: ether, ifnet attach de at pci |