From 12da900578c7d2fffaf1ad44d76bae9e10916d21 Mon Sep 17 00:00:00 2001 From: Constantine Sapuntzakis Date: Sun, 18 Jul 1999 03:26:44 +0000 Subject: Forgot this one on the last commit --- sys/dev/pci/files.pci | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 6b005ca9645..046c9597630 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.39 1999/07/01 23:10:39 deraadt Exp $ +# $OpenBSD: files.pci,v 1.40 1999/07/18 03:26:43 csapuntz 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. @@ -8,6 +8,7 @@ device pci {[dev = -1], [function = -1]} attach pci at pcibus file dev/pci/pci.c pci needs-flag +file dev/pci/pci_map.c pci file dev/pci/pci_subr.c pci # Generic VGA @@ -84,6 +85,11 @@ device ncr: scsi attach ncr at pci file dev/pci/ncr.c ncr +# PCI IDE controllers +#device pciide {[channel = -1]}: wdc_base, ata, atapi +#attach pciide at pci +#file dev/pci/pciide.c pciide + # PCI-PCI bridge chips device ppb: pcibus attach ppb at pci -- cgit v1.2.3