Wiring down SCSI devices in STABLE
Wilko Bulte
wkb at freebie.xs4all.nl
Tue Apr 8 22:56:40 PDT 2003
On Tue, Apr 08, 2003 at 07:56:55PM -0700, Steve Grandi wrote:
> Is it possible to "wire down" SCSI device names in STABLE? The procedure
> given in LINT doesn't work...
>
Something like this:
# SCSI Controllers
device ahc0 # AHA3940
device ahc1 # AHA3940
device sym0 # Symbios 810
device scbus0 at ahc0 #
device scbus1 at ahc1 #
device scbus2 at sym0
device da0 at scbus1 target 0
device da1 at scbus1 target 1
device cd2 at scbus0 target 2 unit 0
device cd3 at scbus0 target 2 unit 1
device ch #SCSI media changers
device sa4 at scbus2 target 0
works for me with -stable just fine.
--
| / o / /_ _ wilko at FreeBSD.org
|/|/ / / /( (_) Bulte
More information about the freebsd-scsi
mailing list