From e4b5a96a093c1552c95239b8090967d6e3fbea94 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 21 Sep 2002 16:17:46 +0000 Subject: [PATCH] Enable SCSI target devices, and explicitly disable wide negotiation for esp. --- sys/arch/next68k/conf/GENERIC | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/arch/next68k/conf/GENERIC b/sys/arch/next68k/conf/GENERIC index 6186b1e925f2..ffd49e98e10f 100644 --- a/sys/arch/next68k/conf/GENERIC +++ b/sys/arch/next68k/conf/GENERIC @@ -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 # @@ -22,7 +22,7 @@ include "arch/next68k/conf/std.next68k" 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 maxusers 16 @@ -178,7 +178,7 @@ zsc0 at intio? ipl 5 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 @@ -190,13 +190,13 @@ zstty1 at zsc0 channel 1 # ttyb scsibus* at scsi? # SCSI devices -#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 -#ch* at scsibus? target ? lun ? # SCSI autochangers -#se* at scsibus? target ? lun ? # SCSI ethernet -#ss* at scsibus? target ? lun ? # SCSI scanners -#uk* at scsibus? target ? lun ? # SCSI unknown +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 +ch* at scsibus? target ? lun ? # SCSI autochangers +se* at scsibus? target ? lun ? # SCSI ethernet +ss* at scsibus? target ? lun ? # SCSI scanners +uk* at scsibus? target ? lun ? # SCSI unknown # Memory-disk drivers