diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-25 18:05:43 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-25 18:05:43 +0000 |
commit | af51ae98696a26b0c6112de4addce188f3738b58 (patch) | |
tree | 04de6e975b9210593e14d7f9991c375fa9281d9f /sys/arch | |
parent | 45d394b88c28e5cc5d3af7da3f8720a4a73f704c (diff) |
Make sure pciide_machdep.c is uncommented
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index b07248248b8..84f0be27089 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.54 1999/07/25 10:38:30 deraadt Exp $ +# $OpenBSD: files.i386,v 1.55 1999/07/25 18:05:42 csapuntz Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -84,9 +84,7 @@ file arch/i386/i386/mainbus.c mainbus include "../../../dev/pci/files.pci" file arch/i386/pci/pci_machdep.c pci -#Start Uncomment for new ATA stuff -#file arch/i386/pci/pciide_machdep.c pciide -#End Uncomment for new ATA stuff +file arch/i386/pci/pciide_machdep.c pciide file arch/i386/pci/pci_compat.c pci # XXX compatibility # PCI-Host bridge chipsets |