Subject: Re: how to pin down sd ad umass?
To: Christoph Badura <bad@bsd.de>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: tech-kern
Date: 04/05/2007 17:07:08
On Thu, Apr 05, 2007 at 05:40:08PM +0200, Christoph Badura wrote:
>
> Putting the following into the kernel config file pins down the USB key.
> 
> usb0 at ohci0
> uhub0 at usb0
> umass0 at uhub0 port 2 configuration 1 interface 0
> scsibus2 at umass0
> sd4 at scsibus2 target 0 lun 0
> 
> However, it also causes the SCSI disks to be probed as sd5 and sd6
> (on scsibus3).

Unfortunately that's how automatic device numbering has always worked:
the automatic numbers start after the last manually configured number.

In practice, wiring down the numbers for the _internal_ SCSI disks should
do what you want.

Thor