Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Mar 1995 06:22:43 -0500 (EST)
From:      Peter Dufault <dufault@hda.com>
To:        rcarter@geli.com (Russell L. Carter)
Cc:        current@FreeBSD.org
Subject:   Re: newer ncr pci probe messages
Message-ID:  <199503041122.GAA16912@hda.com>
In-Reply-To: <199503040410.UAA14467@geli.clusternet> from "Russell L. Carter" at Mar 3, 95 08:10:28 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Russell L. Carter writes:
> 
> 
> Running a 030395 system the following shows up as the probe for my
> scsi drive:
> 
> ??0(ncr0:4:0): 200ns (5 Mb/sec) offset 8.
> ncr0 targ 4 lun 0: type 0(direct) fixed SCSI2
> ncr0 targ 4 lun 0: <COMPAQ  0662S12         3C31>
> sd0: sd0(ncr0:4:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8.
> 1001MB (2051000 total sec), 4119 cyl, 5 head, 99 sec, bytes/sec 512
(...)
> 
> Don't know if the '??'s are a problem but I thought I'd let you know.

That is a gratuitous change that I can change back to probe.  If
everything used the "print address" routine the message would come
out like:

> probe0(ncr0:4:0): 200ns (5 Mb/sec) offset 8.
> probe0(ncr0:4:0): type 0 Direct-Acess fixed SCSI2
> probe0(ncr0:4:0): <COMPAQ  0662S12         3C31>
> sd0(ncr0:4:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8.
> 1001MB (2051000 total sec), 4119 cyl, 5 head, 99 sec, bytes/sec 512

I just liked the way things lined up better:

> ??0(ncr0:4:0): 200ns (5 Mb/sec) offset 8.
> ??0(ncr0:4:0): type 0 Direct-Acess fixed SCSI2
> ??0(ncr0:4:0): <COMPAQ  0662S12         3C31>
> sd0(ncr0:4:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8.
> 1001MB (2051000 total sec), 4119 cyl, 5 head, 99 sec, bytes/sec 512

-- 
Peter Dufault               Real Time Machine Control and Simulation
HD Associates, Inc.         Voice: 508 433 6936
dufault@hda.com             Fax:   508 433 5267



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