From pst@Shockwave.COM  Fri Mar 17 17:31:25 1995
Received: from precipice.Shockwave.COM (precipice.shockwave.com [171.69.108.33]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA04941 for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Mar 1995 17:31:24 -0800
Received: (from pst@localhost) by precipice.Shockwave.COM (8.6.11/8.6.9) id RAA01815; Fri, 17 Mar 1995 17:30:52 -0800
Message-Id: <199503180130.RAA01815@precipice.Shockwave.COM>
Date: Fri, 17 Mar 1995 17:30:52 -0800
From: Paul Traina <pst@Shockwave.COM>
Reply-To: pst@Shockwave.COM
To: FreeBSD-gnats-submit@freebsd.org
Subject: scbus attach/probe printf inconsistency
X-Send-Pr-Version: 3.2

>Number:         248
>Category:       kern
>Synopsis:       scbus attach/probe information is inconsistent
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 17 17:40:00 1995
>Closed-Date:    Fri Dec 1 03:18:12 PST 1995
>Last-Modified:  Fri Dec  1 03:20:19 PST 1995
>Originator:     Paul Traina
>Release:        FreeBSD 2.1.0-Development i386
>Organization:
Nit-pickers anonymous.
>Environment:

	FreeBSD-current supped yesterday (3/16/95) running on a
	buslogic BT445S controller with an assortment of drives.

>Description:

bt0: Bt445S/ 0-PCI/EISA/VLB(32bit) bus
bt0: reading board settings, dma=5, int=11
bt0: version 3.37, fast sync, no parity, 32 mbxs, 32 ccbs
bt0: targ 0 sync rate=10.00MB/s(100ns), offset=15
bt0: targ 1 sync rate= 4.54MB/s(220ns), offset=15
bt0: targ 4 async
bt0: targ 6 async
bt0: Enabling Round robin scheme
bt0 at 0x330 irq 11 drq 5 on isa

scbus0: (bt0:0:0): "QUANTUM PD1800S 3161" is a type 0 fixed SCSI 2	**1**
sd0(bt0:0:0): Direct-Access 
sd0(bt0:0:0): 1717MB (3517856 sectors), 3008 C 14 H 83 S/T 512 B/S
(bt0:1:0): "MAXTOR P0-12S JB22" is a type 0 fixed SCSI 1		**2**
sd1(bt0:1:0): Direct-Access 
sd1(bt0:1:0): 997MB (2042265 sectors), 1795 C 15 H 75 S/T 512 B/S
(bt0:4:0): "NEC CD-ROM DRIVE:210 1.0" is a type 5 removable SCSI 1	**3**
cd0(bt0:4:0): CD-ROM cd present.[295019 x 2048 byte records]
(bt0:6:0): "WANGTEK 5150ES SCSI FA14 08" is a type 1 removable SCSI 1	**4**
st0(bt0:6:0): Sequential-Access drive offline

Note that line 1 has been prefaced with the name of the controller (well
the channel),  but lines 2, 3, and 4 have not.  Now, you might tend to say,
we just don't repeat the channel identifier multiple times, but that's
not consistent with the rest of the kernel.

>How-To-Repeat:

	Boot a kernel with more than 1 scsi device
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Fri Dec 1 03:18:12 PST 1995 
State-Changed-Why:  
We don't do that anymore. 
>Unformatted:


