Wiring down SCSI devices in STABLE
Nate Lawson
nate at root.org
Tue Apr 8 21:01:28 PDT 2003
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