mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Revert AHD_TIMER_MAX_US to its original definition now that the
ahc and ahd modules have correct dependencies on the assembler.
This commit is contained in:
parent
295ebaf851
commit
a02f9953f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109709
@ -3931,8 +3931,7 @@ 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 1638375
|
||||
const AHD_TIMER_MAX_US (AHD_TIMER_MAX_TICKS * AHD_TIMER_US_PER_TICK)
|
||||
|
||||
/*
|
||||
* Downloaded (kernel inserted) constants
|
||||
|
Loading…
Reference in New Issue
Block a user