From owner-freebsd-hardware Fri Nov 10 09:51:48 1995 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA04419 for hardware-outgoing; Fri, 10 Nov 1995 09:51:48 -0800 Received: from kryten.atinc.com (kryten.Atinc.COM [198.138.38.7]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA04410 ; Fri, 10 Nov 1995 09:51:42 -0800 Received: (jmb@localhost) by kryten.atinc.com (8.6.9/8.3) id MAA27396; Fri, 10 Nov 1995 12:42:33 -0500 Date: Fri, 10 Nov 1995 12:42:31 -0500 (EST) From: "Jonathan M. Bresler" Subject: ncr probe message incorrect To: bugs@freebsd.org cc: hardware@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hardware@freebsd.org Precedence: bulk ncr0 scanning for targets 0..6 (V2 pl23 95/09/07) (ncr0:0:0): "DEC DSP3053LS X442" type 0 fixed SCSI 2 sd0(ncr0:0:0): Direct-Access sd0(ncr0:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. scsi-ii is 10 MegaByte per second, no? not 10 Megabit per second here is a patch to /sys/pci/ncr.c *** ncr.c.orig Fri Nov 10 12:39:12 1995 --- ncr.c Fri Nov 10 12:42:41 1995 *************** *** 4592,4598 **** ** Disable extended Sreq/Sack filtering */ if (tp->period <= 200) OUTB (nc_stest2, 0); ! printf ("%s%dns (%d Mb/sec) offset %d.\n", tp->period<200 ? "FAST SCSI-2 ":"", tp->period, (1000+tp->period/2)/tp->period, sxfer & 0x0f); --- 4592,4598 ---- ** Disable extended Sreq/Sack filtering */ if (tp->period <= 200) OUTB (nc_stest2, 0); ! printf ("%s%dns (%d MB/sec) offset %d.\n", tp->period<200 ? "FAST SCSI-2 ":"", tp->period, (1000+tp->period/2)/tp->period, sxfer & 0x0f); Jonathan M. Bresler jmb@kryten.atinc.com | Analysis & Technology, Inc. FreeBSD Postmaster jmb@FreeBSD.Org | 2341 Jeff Davis Hwy play go. | Arlington, VA 22202 ride bike. hack FreeBSD.--ah the good life | 703-418-2800 x346