From a7656b0fb6d06867290d6f9b2b12101f8c3a4511 Mon Sep 17 00:00:00 2001 From: briggs Date: Thu, 16 May 2002 00:09:47 +0000 Subject: [PATCH] Comment out pciide stuff since it's not working yet. --- sys/arch/sandpoint/conf/GENERIC | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/arch/sandpoint/conf/GENERIC b/sys/arch/sandpoint/conf/GENERIC index b3112a48d1a1..636f9a72a7c0 100644 --- a/sys/arch/sandpoint/conf/GENERIC +++ b/sys/arch/sandpoint/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.30 2002/04/25 15:06:36 atatat Exp $ +# $NetBSD: GENERIC,v 1.31 2002/05/16 00:09:47 briggs Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpoint" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.30 $" +#ident "GENERIC-$Revision: 1.31 $" maxusers 32 @@ -117,7 +117,7 @@ pcib* at pci? dev ? function ? # Winbond 83c553 PCI-ISA bridges isa* at pcib? # ISA on PCI-ISA bridge -pciide* at pci? dev ? function ? # Winbond/Symphony IDE interface +#pciide* at pci? dev ? function ? # Winbond/Symphony IDE interface vga* at pci? dev ? function ? @@ -161,9 +161,9 @@ sd* at scsibus? target ? lun ? # SCSI disk drives #ss* at scsibus? target ? lun ? # SCSI scanners #uk* at scsibus? target ? lun ? # SCSI unknown -wd* at pciide? channel ? drive ? flags 0x0000 -atapibus* at pciide? channel ? -cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives -sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives -st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives -uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown +#wd* at pciide? channel ? drive ? flags 0x0000 +#atapibus* at pciide? channel ? +#cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives +#sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives +#st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives +#uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown