diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-25 04:38:27 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-25 04:38:27 +0000 |
commit | 5ece25a2d714f31181d1552993f7bc35879db30a (patch) | |
tree | 93253630bd4bf62d416b11d59a882769cd0f149f /sys/dev/pci | |
parent | 9fbf80ba152078dc1215f9769342aa84fa304d4c (diff) |
Enable new ATA/ATAPISCSI functionality as default.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/files.pci | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 71ed1154cdc..64fc753e9e3 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.41 1999/07/18 21:25:19 csapuntz Exp $ +# $OpenBSD: files.pci,v 1.42 1999/07/25 04:38:26 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,12 +85,10 @@ device ncr: scsi attach ncr at pci file dev/pci/ncr.c ncr -#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 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 |