Subject: Re: sdXX matching wrong
To: Kevin Sullivan <ksulliva@psc.edu>
From: Steve Woodford <scw@netbsd.org>
List: current-users
Date: 04/09/2000 17:55:14
On Fri, 7 Apr 2000, Kevin Sullivan wrote:

> And here is a kernel config snippet:
> 
> scsibus0 at ncr0

[snip]

> sd7     at scsibus0 target 7 lun 0      # SCSI disk drives 

That's likely to be the cause. ID#7 is normally reserved for the host
adapter itself. So if you have a drive set to 7, you'll lose in subtle
ways. Basically, you're limited to 7 drives on a normal scsi bus, and 15
on `wide' scsi.

Cheers, Steve