Add table value for Ultra3, so configuring an Ultra3 disk shows:
sd1: sync (12.5ns offset 14), 16-bit (160.000MB/s) transfers, tagged queueing enabled instead of: sd1: sync (36.0ns offset 14), 16-bit (55.554MB/s) transfers, tagged queueing enabled
This commit is contained in:
parent
4986b9ee8b
commit
18e1071fce
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: scsipi_base.c,v 1.54 2001/08/20 11:20:51 ad Exp $ */
|
||||
/* $NetBSD: scsipi_base.c,v 1.55 2001/09/01 00:54:38 mjacob Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
|
||||
|
@ -2410,6 +2410,7 @@ struct scsipi_syncparam {
|
|||
int ss_factor;
|
||||
int ss_period; /* ns * 10 */
|
||||
} scsipi_syncparams[] = {
|
||||
{ 0x09, 125 },
|
||||
{ 0x0a, 250 },
|
||||
{ 0x0b, 303 },
|
||||
{ 0x0c, 500 },
|
||||
|
|
Loading…
Reference in New Issue