Bandaid to make the kernel compile until the scsi-crew can find out what
is happening.
This commit is contained in:
parent
25282ed53f
commit
8afd0a3895
@ -3931,7 +3931,8 @@ const PKT_OVERRUN_BUFSIZE 512
|
||||
*/
|
||||
const AHD_TIMER_US_PER_TICK 25
|
||||
const AHD_TIMER_MAX_TICKS 0xFFFF
|
||||
const AHD_TIMER_MAX_US (AHD_TIMER_MAX_TICKS * AHD_TIMER_US_PER_TICK)
|
||||
/*const AHD_TIMER_MAX_US (AHD_TIMER_MAX_TICKS * AHD_TIMER_US_PER_TICK)*/
|
||||
const AHD_TIMER_MAX_US 1638375
|
||||
|
||||
/*
|
||||
* Downloaded (kernel inserted) constants
|
||||
|
Loading…
Reference in New Issue
Block a user