diff options
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 046c9597630..71ed1154cdc 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.40 1999/07/18 03:26:43 csapuntz Exp $ +# $OpenBSD: files.pci,v 1.41 1999/07/18 21:25:19 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. @@ -85,10 +85,12 @@ device ncr: scsi attach ncr at pci file dev/pci/ncr.c ncr -# PCI IDE controllers +#Start uncommenting for new ATA stuff +## PCI IDE controllers #device pciide {[channel = -1]}: wdc_base, ata, atapi #attach pciide at pci #file dev/pci/pciide.c pciide +#End uncommenting for new ATA stuff # PCI-PCI bridge chips device ppb: pcibus |