Add atabus.
This commit is contained in:
parent
b758d4deb3
commit
e1e231a488
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC,v 1.161 2003/09/25 18:56:17 matt Exp $
|
# $NetBSD: GENERIC,v 1.162 2003/10/08 11:11:33 bouyer Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.161 $"
|
#ident "GENERIC-$Revision: 1.162 $"
|
||||||
|
|
||||||
maxusers 32
|
maxusers 32
|
||||||
|
|
||||||
@ -328,11 +328,11 @@ ss* at scsibus? target ? lun ? # SCSI scanners
|
|||||||
uk* at scsibus? target ? lun ? # SCSI unknown
|
uk* at scsibus? target ? lun ? # SCSI unknown
|
||||||
|
|
||||||
wdc* at obio? flags 0x1
|
wdc* at obio? flags 0x1
|
||||||
wd* at pciide? channel ? drive ?
|
atabus* at pciide? channel ?
|
||||||
wd* at wdc? channel ? drive ? flags 0x0000
|
atabus* at wdc? channel ?
|
||||||
|
wd* at atabus? drive ? flags 0x0000
|
||||||
|
|
||||||
atapibus* at pciide? channel ?
|
atapibus* at atabus?
|
||||||
atapibus* at wdc? channel ?
|
|
||||||
|
|
||||||
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
||||||
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
||||||
@ -361,7 +361,7 @@ umodem* at uhub? port ? configuration ? # USB Modem
|
|||||||
ucom* at umodem?
|
ucom* at umodem?
|
||||||
|
|
||||||
umass* at uhub? port ? configuration ? interface ? # USB Mass Storage
|
umass* at uhub? port ? configuration ? interface ? # USB Mass Storage
|
||||||
atapibus* at umass? channel ?
|
atapibus* at umass?
|
||||||
scsibus* at umass? channel ?
|
scsibus* at umass? channel ?
|
||||||
|
|
||||||
uaudio* at uhub? port ? configuration ? # USB audio
|
uaudio* at uhub? port ? configuration ? # USB audio
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: INSTALL,v 1.68 2003/09/25 18:56:17 matt Exp $
|
# $NetBSD: INSTALL,v 1.69 2003/10/08 11:11:33 bouyer Exp $
|
||||||
#
|
#
|
||||||
# config file for INSTALL FLOPPY
|
# config file for INSTALL FLOPPY
|
||||||
#
|
#
|
||||||
@ -91,7 +91,7 @@ siop* at pci? dev ? function ? # NCR 53c8xx SCSI
|
|||||||
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
|
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
|
||||||
cbb* at pci? dev ? function ? # PCI-CardBus bridge
|
cbb* at pci? dev ? function ? # PCI-CardBus bridge
|
||||||
ohci* at pci? dev ? function ? # Open Host Controller
|
ohci* at pci? dev ? function ? # Open Host Controller
|
||||||
pciide* at pci? dev ? function ? # PCI IDE Controller
|
pciide* at pci? dev ? function ? # PCI IDE Controller
|
||||||
obio0 at pci? dev ? function ?
|
obio0 at pci? dev ? function ?
|
||||||
tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
||||||
|
|
||||||
@ -148,11 +148,12 @@ sd* at scsibus? target ? lun ? # SCSI disks
|
|||||||
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||||
|
|
||||||
wdc* at obio? flags 0x1
|
wdc* at obio? flags 0x1
|
||||||
wd* at wdc? channel ? drive ? flags 0x0000
|
atabus* at wdc? channel ?
|
||||||
wd* at pciide? channel ? drive ? flags 0x0000
|
atabus* at pciide? channel ?
|
||||||
|
|
||||||
atapibus* at wdc? channel ?
|
wd* at atabus? drive ? flags 0x0000
|
||||||
atapibus* at pciide? channel ?
|
|
||||||
|
atapibus* at atabus?
|
||||||
|
|
||||||
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
||||||
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
||||||
|
Loading…
Reference in New Issue
Block a user