Enable SCSI target devices, and explicitly disable wide negotiation for esp.
This commit is contained in:
parent
8dba6ca13a
commit
e4b5a96a09
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: GENERIC,v 1.63 2002/09/18 02:44:04 lukem Exp $
|
# $NetBSD: GENERIC,v 1.64 2002/09/21 16:17:46 mycroft Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
|
@ -22,7 +22,7 @@ include "arch/next68k/conf/std.next68k"
|
||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.63 $"
|
#ident "GENERIC-$Revision: 1.64 $"
|
||||||
|
|
||||||
# Needs to be set per system. i.e change these as you see fit
|
# Needs to be set per system. i.e change these as you see fit
|
||||||
maxusers 16
|
maxusers 16
|
||||||
|
@ -178,7 +178,7 @@ zsc0 at intio? ipl 5
|
||||||
|
|
||||||
xe* at intio? ipl 3 # ethernet
|
xe* at intio? ipl 3 # ethernet
|
||||||
|
|
||||||
esp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation
|
esp0 at intio? ipl 3 flags 0xffff00 # Turn off sync negotiation
|
||||||
|
|
||||||
#
|
#
|
||||||
# Serial ports
|
# Serial ports
|
||||||
|
@ -190,13 +190,13 @@ zstty1 at zsc0 channel 1 # ttyb
|
||||||
scsibus* at scsi?
|
scsibus* at scsi?
|
||||||
|
|
||||||
# SCSI devices
|
# SCSI devices
|
||||||
#sd* at scsibus? target ? lun ? # SCSI disk drives
|
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||||
#st* at scsibus? target ? lun ? # SCSI tape 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
|
ch* at scsibus? target ? lun ? # SCSI autochangers
|
||||||
#se* at scsibus? target ? lun ? # SCSI ethernet
|
se* at scsibus? target ? lun ? # SCSI ethernet
|
||||||
#ss* at scsibus? target ? lun ? # SCSI scanners
|
ss* at scsibus? target ? lun ? # SCSI scanners
|
||||||
#uk* at scsibus? target ? lun ? # SCSI unknown
|
uk* at scsibus? target ? lun ? # SCSI unknown
|
||||||
|
|
||||||
|
|
||||||
# Memory-disk drivers
|
# Memory-disk drivers
|
||||||
|
|
Loading…
Reference in New Issue