Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2002 15:39:10 -0600
From:      "Kenneth D. Merry" <ken@kdm.org>
To:        Jens Schweikhardt <schweikh@schweikhardt.net>
Cc:        FreeBSD SCSI <freebsd-scsi@FreeBSD.ORG>
Subject:   Re: Wiring down devices does not work
Message-ID:  <20020921153910.A29363@panzer.kdm.org>
In-Reply-To: <20020921190710.A12733@schweikhardt.net>; from schweikh@schweikhardt.net on Sat, Sep 21, 2002 at 07:07:10PM %2B0200
References:  <20020921190710.A12733@schweikhardt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 21, 2002 at 19:07:10 +0200, Jens Schweikhardt wrote:
> hello, world\n
> 
> I'm trying to wire down my devices according to LINT, on -current:
> <LINT>
> # The syntax for wiring down devices is:
> 
> # device    scbus0 at ahc0      # Single bus device
> # device    scbus1 at ahc1 bus 0    # Single bus device
> # device    scbus3 at ahc2 bus 0    # Twin bus device
> # device    scbus2 at ahc2 bus 1    # Twin bus device
> # device    da0 at scbus0 target 0 unit 0
> # device    da1 at scbus3 target 1
> # device    da2 at scbus2 target 3
> # device    sa1 at scbus1 target 6
> </LINT>
> 
> But if I write (yes, I've got an ahc, it works without wiring):
> ...
> device ahc
> device scbus0 at ahc0             # line 84
> device da0 at scbus0 target 2
> device da1 at scbus0 target 8
> device da2 at scbus0 target 9
> device da3 at scbus0 target 10
> device da4 at scbus0 target 11

You need to look at sys/conf/NOTES.  See the "SCSI DEVICE CONFIGURATION"
section in NOTES for clues on how to hardware things in your hints file.
(That's where the hardwiring information goes in -current.)

Ken
-- 
Kenneth Merry
ken@kdm.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message




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