diff options
Diffstat (limited to 'sys/arch/mac68k/conf/GENERIC')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 89a6f57c9ce..ec8b7d4f35b 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.36 2004/12/02 20:17:49 miod Exp $ +# $OpenBSD: GENERIC,v 1.37 2004/12/03 06:37:51 miod Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERIC - an all-in-one kernel for the mac68k @@ -48,13 +48,13 @@ grf* at macvid? # Attach ite semantics to the appropriate grf device ite0 at grf? -# Use only one of ncrscsi or sbc +# Enable only one of ncrscsi or sbc ncrscsi0 at obio? # SCSI NCR 5380 -#sbc0 at obio? flags 0x1 # MI NCR 5380 SCSI Bus Controller +sbc0 at obio? disable flags 0x1 # MI NCR 5380 SCSI Bus Controller scsibus* at esp? scsibus* at ncrscsi? -#scsibus* at sbc? +scsibus* at sbc? sd* at scsibus? # SCSI disk drives st* at scsibus? # SCSI tape drives |