diff options
-rw-r--r-- | sys/cam/scsi/scsi_all.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index a1ea402..f6c997a 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 } |