From owner-freebsd-scsi Thu Jul 2 09:38:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24882 for freebsd-scsi-outgoing; Thu, 2 Jul 1998 09:38:42 -0700 (PDT) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24875 for ; Thu, 2 Jul 1998 09:38:31 -0700 (PDT) (envelope-from gibbs@narnia.plutotech.com) Received: (from gibbs@localhost) by narnia.plutotech.com (8.8.8/8.7.3) id KAA05134; Thu, 2 Jul 1998 10:33:19 -0600 (MDT) Date: Thu, 2 Jul 1998 10:33:19 -0600 (MDT) From: "Justin T. Gibbs" Message-Id: <199807021633.KAA05134@narnia.plutotech.com> To: swjeong cc: scsi@FreeBSD.ORG Subject: Re: [Q] double-ending SCSI RESET problem Newsgroups: pluto.freebsd.scsi In-Reply-To: <199807020138.KAA29020@net.kitel.co.kr> User-Agent: tin/pre-1.4-971204 (UNIX) (FreeBSD/3.0-CURRENT (i386)) Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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