diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2015-06-19 11:12:25 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2015-06-19 11:12:25 +0000 |
commit | 729303d7e2d1a5ef0c720a27190f344a4b544c79 (patch) | |
tree | 6cd4ff5f47640e300d45178779b7c5bcb1b4fcda /sys/dev/pci/files.pci | |
parent | 5eaaaad177ae4247fab63fbe5da757c76e1f03a1 (diff) |
remove isp(4) now that the ql* family have replaced it
Diffstat (limited to 'sys/dev/pci/files.pci')
-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 5b5b61cb180..5410a10258d 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.317 2015/06/07 10:47:53 dlg Exp $ +# $OpenBSD: files.pci,v 1.318 2015/06/19 11:12:24 jmatthew Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -212,11 +212,6 @@ file dev/pci/cac_pci.c cac_pci attach ciss at pci with ciss_pci file dev/pci/ciss_pci.c ciss_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 - # QLogic ISP SCSI Controllers attach qlw at pci with qlw_pci file dev/pci/qlw_pci.c qlw_pci |