Add FAST-80 timing to the scsi syncrates table.

Submitted by:	Gerard Roudier <groudier@club-internet.fr>
This commit is contained in:
David E. O'Brien 1999-12-16 16:04:54 +00:00
parent bfc59eb8e0
commit a5a299e5d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54685

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 }