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 }