Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 1998 10:33:19 -0600 (MDT)
From:      "Justin T. Gibbs" <gibbs@narnia.plutotech.com>
To:        swjeong <swjeong@net.kitel.co.kr>
Cc:        scsi@FreeBSD.ORG
Subject:   Re: [Q] double-ending SCSI RESET problem
Message-ID:  <199807021633.KAA05134@narnia.plutotech.com>
In-Reply-To: <199807020138.KAA29020@net.kitel.co.kr>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <199807020138.KAA29020@net.kitel.co.kr> you wrote:

I just noticed a problem in your hard wiring.

> # Environment:
> 
>     - I am using CAM ('3.0-980520-SNAP + CAM-980520') as follows.
> 
>     AHA3940UW                                           AHA3940UW
>     SCSC-adapter        HDD    HDD    HDD  .... HDD     SCSI-adapter
>         |                |      |      |         |          |
>  +------+----------------+------+------+---------+----------+--------+
>  |                                                                   | 
>  Term.                                                               Term.
> 
> 
>     - kernel configuration file contains belows.
> 
>         controller ahc0
>         controller scbus0 at ahc0 bus 0
>         controller scbus1 at ahc0 bus 1

The 3940 does not export two busses hanging off one controller.  It
exports two controllers.  The correct hard wiring should look like:

controller ahc0
controller ahc1
controller scbus0 at ahc0
controller scbus1 at ahc1

--
Justin

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?199807021633.KAA05134>