Add FAST-80 timing to the scsi syncrates table.

Submitted by:	Gerard Roudier <groudier@club-internet.fr>
This commit is contained in:
obrien 1999-12-16 16:04:54 +00:00
parent 65d2f7f813
commit 46681c5ccb

View File

@ -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 }