From fab9d2fa44bbccb51eb9e025837706c28c3b26bf Mon Sep 17 00:00:00 2001 From: gibbs Date: Wed, 22 Jan 2003 22:00:07 +0000 Subject: Revert AHD_TIMER_MAX_US to its original definition now that the ahc and ahd modules have correct dependencies on the assembler. --- sys/dev/aic7xxx/aic79xx.reg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') 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 -- cgit v1.1