Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 1999 10:45:37 +0100
From:      Gary Jennejohn <garyj@peedub.muc.de>
To:        zdenko@CS.UH.EDU
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: several scsi controllers --> one bus? 
Message-ID:  <199902280945.KAA64375@peedub.muc.de>
In-Reply-To: Your message of "Sat, 27 Feb 1999 22:42:59 CST." <9902280442.AA07863@CS.UH.EDU> 

next in thread | previous in thread | raw e-mail | index | archive | help
Zdenko Tomasic writes:
>Hi,
>
>I have all scsi system running 3.1S. There are 3 scsi controllers in 2
>pci cards: Adaptec 2940UW in the first card and Diamond Fireport40 Dual
>(ncr controllers) in the second card. It appears that FBSD thinks that
>there is only 1 scsi bus on all 3 controllers which I find very
>confusing and odd given that there are separate scsi cables on each
>card. In practice it means that I cannot have a disk on aha with ID 0
>and another one on ncr with ID 0, as that counts as conflict and at
>least one of these two won't be visible. SCAM if enabled, will keep ID
>all different regardless of a particular controller. I don't know if I
>really managed to misconfigure my disk but my kernel config file has
>only lines there are straightforward copies of LINT file and I do use
>separate scbus? identifiers, but they obvuisly means something else
>than what kernel prints in the dmesg file. (I don't have a copy of my
>kernel config file handy, but will get it). 
>
[dmesg output snipped]

I think you're confused. The bus number is related to the controller,
not the entire SCSI bus. Look more closely at your dmesg output.
Here's a snippet from my dmesg. Not that ahc0 and ahc1 both have a target
4. The CAM software can easily tell them apart because they're on different
controllers.

Waiting 2 seconds for SCSI devices to settle
sa0 at ahc1 bus 0 target 1 lun 0
sa0: <SONY SDT-9000 0123> Removable Sequential Access SCSI-2 device 
sa0: 10.000MB/s transfers (10.000MHz, offset 15)
da1 at ahc0 bus 0 target 2 lun 0
da1: <DEC DSP3210S 435E> Fixed Direct Access SCSI-2 device 
da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da1: 2049MB (4197520 512 byte sectors: 64H 32S/T 2049C)
da2 at ahc0 bus 0 target 3 lun 0
da2: <DEC DSP3210S 435E> Fixed Direct Access SCSI-2 device 
da2: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da2: 2049MB (4197520 512 byte sectors: 64H 32S/T 2049C)
da3 at ahc0 bus 0 target 4 lun 0 <=== here
da3: <DEC RZ28     (C) DEC 441C> Fixed Direct Access SCSI-2 device 
da3: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da3: 2007MB (4110480 512 byte sectors: 64H 32S/T 2007C)
da5 at ahc0 bus 0 target 6 lun 0
da5: <DEC RZ26L    (C) DEC 440C> Fixed Direct Access SCSI-2 device 
da5: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da5: 1001MB (2050860 512 byte sectors: 64H 32S/T 1001C)
da4 at ahc0 bus 0 target 5 lun 0
da4: <MICROP 4345NS X502> Fixed Direct Access SCSI-2 device 
da4: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da4: 4340MB (8890029 512 byte sectors: 64H 32S/T 4340C)
cd0 at ahc1 bus 0 target 4 lun 0 <=== and here
cd0: <TOSHIBA CD-ROM XM-3301TA 2162> Removable CD-ROM SCSI-2 device 
cd0: 3.300MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
da0 at ahc0 bus 0 target 0 lun 0
da0: <IBM DCAS-34330 S65A> Fixed Direct Access SCSI-2 device 
da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da0: 4134MB (8467200 512 byte sectors: 64H 32S/T 4134C)

---
Gary Jennejohn
Home - garyj@muc.de
Work - garyj@fkr.dec.com




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




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