diff options
Diffstat (limited to 'sys/arch/mac68k/conf/RAMDISKSBC')
-rw-r--r-- | sys/arch/mac68k/conf/RAMDISKSBC | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/mac68k/conf/RAMDISKSBC b/sys/arch/mac68k/conf/RAMDISKSBC index 03a5c7a6ce5..01cdd0f9076 100644 --- a/sys/arch/mac68k/conf/RAMDISKSBC +++ b/sys/arch/mac68k/conf/RAMDISKSBC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKSBC,v 1.1 2002/04/24 22:34:42 miod Exp $ +# $OpenBSD: RAMDISKSBC,v 1.2 2003/05/05 13:59:38 miod Exp $ # # RAMDISKSBC - bsd.rd configuration file (SBC version) @@ -70,7 +70,10 @@ ite0 at grf? #ncrscsi0 at obio? # SCSI NCR 5380 sbc0 at obio? flags 0x1 # MI NCR 5380 SCSI Bus Controller -scsibus* at scsi? +scsibus* at esp? +#scsibus* at ncrscsi? +scsibus* at sbc? + 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 |