From c6eeff600d587a427636282be907ce7bc6028e72 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 21 Jan 2003 10:31:43 +0000 Subject: [PATCH] Bandaid to make the kernel compile until the scsi-crew can find out what is happening. --- sys/dev/aic7xxx/aic79xx.reg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/aic7xxx/aic79xx.reg b/sys/dev/aic7xxx/aic79xx.reg index 0138ca27103..74c2e2bc66e 100644 --- a/sys/dev/aic7xxx/aic79xx.reg +++ b/sys/dev/aic7xxx/aic79xx.reg @@ -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