summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2003-01-22 22:00:07 +0000
committergibbs <gibbs@FreeBSD.org>2003-01-22 22:00:07 +0000
commitfab9d2fa44bbccb51eb9e025837706c28c3b26bf (patch)
tree1e405669fa4d4a79cd6595b593c3281f0d69fbd2 /sys
parentabdf4d89384534ee869a4858849ed0f4dc4d25b1 (diff)
downloadFreeBSD-src-fab9d2fa44bbccb51eb9e025837706c28c3b26bf.zip
FreeBSD-src-fab9d2fa44bbccb51eb9e025837706c28c3b26bf.tar.gz
Revert AHD_TIMER_MAX_US to its original definition now that the
ahc and ahd modules have correct dependencies on the assembler.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/aic7xxx/aic79xx.reg3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aic79xx.reg b/sys/dev/aic7xxx/aic79xx.reg
index 74c2e2b..0138ca2 100644
--- a/sys/dev/aic7xxx/aic79xx.reg
+++ b/sys/dev/aic7xxx/aic79xx.reg
@@ -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
OpenPOWER on IntegriCloud