Wiring down SCSI devices in STABLE

Scott Long scott_long at btc.adaptec.com
Tue Apr 8 21:18:24 PDT 2003


Go back to your original config and define ahc0 and ahd0 like so:

device	ahc0
device	ahd0

Then remove the non-enumerated versions of these two.

Scott

Steve Grandi wrote:
> Thanks, Nate for the idea; but no joy:
> 
> archive# make buildkernel
> 
> --------------------------------------------------------------
> 
>>>>Kernel build for ARCHIVE started on Tue Apr  8 21:11:43 MST 2003
> 
> --------------------------------------------------------------
> ===> ARCHIVE
> mkdir -p /usr/obj/usr/src/sys
> cd /usr/src/sys/i386/conf;
> PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
> config  -d /usr/obj/usr/src/sys/ARCHIVE  /usr/src/sys/i386/conf/ARCHIVE
> config: line 123: scbus 1 not defined
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> 
> 
> 
> 
> 
> On Tue, 8 Apr 2003, Nate Lawson wrote:
> 
> 
>>On Tue, 8 Apr 2003, Steve Grandi wrote:
>>
>>>Is it possible to "wire down" SCSI device names in STABLE?  The procedure
>>>given in LINT doesn't work...
>>>
>>>An excerpt from a config file for a machine called archive:
>>>device          scbus0 at ahc0
>>>device          scbus1 at ahd0
>>>device          scbus2 at ahd
>>>device          da0 at scbus1 target 0
>>>device          da1 at scbus1 target 1
>>>device          da2 at scbus1 target 2
>>>device          da3 at scbus0 target 2
>>>...
>>>config  -d /usr/obj/usr/src/sys/ARCHIVE  /usr/src/sys/i386/conf/ARCHIVE
>>>config: line 120: ahc 0 not defined
>>>*** Error code 1
>>
>>I don't think you can wire the bus to a given device name.  I'd remove the
>>first three lines and just use the last four after observing the bus
>>order found in probe.
>>
>>-Nate
>>
>>
> 
> 




More information about the freebsd-scsi mailing list