Comment out pciide stuff since it's not working yet.
This commit is contained in:
parent
496a3cb868
commit
a7656b0fb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue