mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 01:00:30 -04:00
Bandaid to make the kernel compile until the scsi-crew can find out what
is happening.
This commit is contained in:
parent
6da31df83b
commit
c6eeff600d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue