Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 1995 13:12:55 +0900
From:      =?ISO-2022-JP?B?GyRCQjwwZhsoSg==?=  =?ISO-2022-JP?B?GyRCPV8bKEo=?= Atsushi Murai  <amurai@spec.co.jp>
To:        dufault@hda.com
Cc:        obiwan!bob@uudell.us.dell.com, pst@Shockwave.COM, freebsd-hackers@freefall.cdrom.com
Subject:   Re: kern/248: scbus attach/probe printf inconsistency
Message-ID:  <199503210412.NAA06477@specgw.spec.co.jp>
In-Reply-To: <199503201645.LAA00477@hda.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Peter Dufault <dufault@hda.com> wrotes:

As I mentioned my previous mail, I missing mail that you're 
discussition befor I cut in. Anyway I should apporogize let
you messed up...

>There wasn't any proposal to remove this.  I made an observation
>that it would be nice to add a "report anything you need to about
>this target" call to the host adapter code so that the sample logs
>were deferred until the same time as the SCSI system was matching
>up drivers.  That is, something like:
>
>> (bt0:1:0): "FUJITSU M2266S-512 001D" is a type 0 fixed SCSI 2
>> sd1(bt0:1:0): Direct-Access 1029MB with 2107704 512 byte sectors
>> bt0: targ 1 sync rate= 4.54MB/s(220ns), offset=15

But you might consider that both line 1 and 3 are target information.
And I don't recommend do a re-negotiation to target later as you say.
You can get a negotiation information with structure that card driver
is already saved before it's shows.

How about this ?

   sd1(bt0:1)  : "FUJITSU M2266S-512 001D" is a type 0 fixed SCSI 2
   sd1(bt0:1)  : Sync rate= 4.54MB/s(220ns), offset=15
   sd1(bt0:1:0): Direct-Access 1029MB with 2107704 512 byte sectors
   sd1(bt0:1:1): Direct-Access 1029MB with 2107704 512 byte sectors
         ^ ^ ^
         | | |
         | | Loggical Unit Number
         | Target Number
        Controler Number   

>That way everything about target 1 is printed in one place.

Yes. I agree this.

>Peter

Atsushi.

-- 
Atsushi Murai                                         E-Mail: amurai@spec.co.jp
SPEC                                                  Voice : +81-3-3833-5341
System Planning and Engineering Corp.



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