Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Mar 2004 17:37:15 -0500
From:      scion+fbsdq@webrelay.net
To:        Matthew Seaman <m.seaman@infracaninophile.co.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Fixing (scsi) drives at particular /dev locations 
Message-ID:  <20040307223715.D56E838026@nimbus.webrelay.net>
In-Reply-To: Your message of "Sun, 07 Mar 2004 11:59:43 GMT." <20040307115943.GC52694@happy-idiot-talk.infracaninophile.co.uk> 

next in thread | previous in thread | raw e-mail | index | archive | help
Date: Sun, 7 Mar 2004 11:59:43 +0000
From: Matthew Seaman <m.seaman@infracaninophile.co.uk>

>> 	hint.da.0.at="ahc1"
>
>Close, but no cigar.  See the section on "SCSI DEVICE CONFIGURATION"
>in /usr/src/sys/conf/NOTES.  What you want is:
>
>    hint.scbus.0.at="ahc1"
>    hint.scbus.1.at="ahc0"
>    hint.da.0.at="scbus0"
>    hint.da.0.target="0"
>    hint.da.0.unit="0"
>
>which swaps the ordering of the SCSI busses, and wires down da0 to bus
>0, target 0, LUN 0.  You could probably get away with just the first
>two lines, as the rest should be the default anyhow.

I went looking in /usr/src/sys/i386/conf instead, oops!

What threw me though was there was no scbus identified in
the boot messages. Boot output goes like this:

...
da0 at ahc0 bus 0 target 0 lun 0
...
da1 at ahc0 bus 0 target 1 lun 0
...

But I tried what the Good Doctor ordered, and now I feel fine!

Thanks!!!

-sam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040307223715.D56E838026>