Subject: Re: Another issue with the scsi floppy
To: Koyote <koyote@koyote.cx>
From: Martin Husemann <martin@duskware.de>
List: port-sparc
Date: 03/03/2003 12:21:05
On Mon, Mar 03, 2003 at 02:05:29AM -0800, Koyote wrote:

> currently the configuration is:
> scsi floppy drive   - scsi id 1 (open boot calls it 'disk1')"says
> scsi hard drive     - scsi id 3

When booting the kernel will tell you how it calls all devices it finds,
look for a "sd*: .... disk/removable" line, then use the matching /dev/rsd*c
device to load the second floppy.

Martin