diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-27 05:02:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-27 05:02:31 +0000 |
commit | d2d659b6ab223f98616bbc33e0f12ffc24e787d8 (patch) | |
tree | cdd8457215bacc6c2faa7de15af6a729fe67acf6 /sys/dev/pci | |
parent | 408bdaed48b7cc8c7496375ca72f9309aa74718c (diff) |
permit compiling of non-pci kernels containing ahc
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/files.pci | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index b74b58ee4da..7104741905e 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.117 2001/10/24 03:21:06 mickey Exp $ +# $OpenBSD: files.pci,v 1.118 2001/10/27 05:02:30 deraadt 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. @@ -38,7 +38,6 @@ file dev/pci/cy82c693.c cy82c693 # device declaration in sys/conf/files attach ahc at pci with ahc_pci file dev/pci/ahc_pci.c ahc_pci -file dev/ic/smc93cx6.c ahc_pci # DPT EATA SCSI controllers attach dpt at pci with dpt_pci |