[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] MetaDOS & SPIN
On Tue, 29 Jan 2002 21:51:44 +0000, Alan Hourihane wrote:
> On Tue, Jan 29, 2002 at 10:03:14PM +0100, Bjoern Spruck wrote:
> > On Tue, 29 Jan 2002, Alan Hourihane wrote:
> >
> > > I've got a Panasonic PD LF-1001 that has the PD on LUN0 and the CDROM
> > > on LUN1. How do I tell CONFIG.SYS that the CDROM is LUN1 ?
> > >
> > > ; CD-ROM with SCSI 4 (8 + 4 = 12)
> > > *BOS, c:\auto\spin_sd.bos, A:12
> > >
> > > ; Drive S:
> > > *DOS, c:\auto\iso9660f.dos, S:A
> >
> > At least my CDROM driver (i am not using SPIN) uses the option -L for
> > LUN1. I am not sure if SPIN can handle this, but give it a try.
> >
> Like this ?
>
> *BOS, c:\auto\spin_sd.bos -L, A:12
>
> ??
>
Hello Bjoern,
The correct solution can be found in the docs. I quote:
(quote)
0: ACSI 0 8: SCSI 0 16: IDE Master
1: ACSI 1 9: SCSI 1 17: IDE Slave
2: ACSI 2 10: SCSI 2
3: ACSI 3 11: SCSI 3
4: ACSI 4 12: SCSI 4
5: ACSI 5 13: SCSI 5
6: ACSI 6 14: SCSI 6
7: ACSI 7 15: SCSI 7
F?r SPIN_SD.BOS gilt zus?tzlich, da? die LUN (logical unit number)
als Vielfaches von 8192 dazu addiert werden kann. LUN 1 auf SCSI 4
w?re dann also 8204. Dieses Feature d?rfte nur im Zusammenhang mit
Phasechange-Laufwerken und Wechslern interessant sein und ist noch
nicht ausgiebig getestet.
(unquote)
In your case that would make 8 + 4 + 8192 = 8204, so try the following:
*BOS, c:\auto\spin_sd.bos, A:8204
Martin Tarenskeen