From 46681c5ccbf5891a0aee0820ad3c0f8d457a57af Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 16 Dec 1999 16:04:54 +0000 Subject: [PATCH] Add FAST-80 timing to the scsi syncrates table. Submitted by: Gerard Roudier --- sys/cam/scsi/scsi_all.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index a1ea40251e2a..f6c997a9c244 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -2394,6 +2394,7 @@ static struct { u_int period_factor; u_int period; /* in 10ths of ns */ } scsi_syncrates[] = { + { 0x09, 125 }, /* FAST-80 */ { 0x0a, 250 }, { 0x0b, 303 }, { 0x0c, 500 }