diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-18 03:26:44 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-18 03:26:44 +0000 |
commit | 12da900578c7d2fffaf1ad44d76bae9e10916d21 (patch) | |
tree | e248cf6396f6543ad958af58ac64afe1ed03abb5 /sys/dev/pci | |
parent | a02fe3fc9aeb2a684231542d991fa476329648ab (diff) |
Forgot this one on the last commit
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/files.pci | 8 |
1 files changed, 7 insertions, 1 deletions
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 |