Enable siop and scsi bus/devices.
This commit is contained in:
parent
064d2af81d
commit
c89be31957
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.109 2008/05/30 20:10:01 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.110 2008/06/11 02:23:52 kiyohara Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.109 $"
|
||||
#ident "GENERIC-$Revision: 1.110 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -218,12 +218,12 @@ midi* at pcppi? # MIDI interface to the PC speaker
|
|||
# Joystick driver. Probe is a little strange; add only if you have one.
|
||||
joy0 at isa? port 0x201
|
||||
|
||||
#siop* at pci? dev ? function ? # NCR 538XX SCSI controllers
|
||||
#scsibus* at siop?
|
||||
siop* at pci? dev ? function ? # NCR 538XX SCSI controllers
|
||||
scsibus* at siop?
|
||||
|
||||
#sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
#st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
#ch* at scsibus? target ? lun ? # SCSI autochangers
|
||||
#ss* at scsibus? target ? lun ? # SCSI scanners
|
||||
#uk* at scsibus? target ? lun ? # SCSI unknown
|
||||
|
|
Loading…
Reference in New Issue