summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-21 10:31:43 +0000
committerphk <phk@FreeBSD.org>2003-01-21 10:31:43 +0000
commitd83be0915995a8420e749653e3e9935f02c3a74d (patch)
tree4997ce4b688c56a787ea8da93a59c3554e2b8c53
parent81914313b70a23af07be326b0267a51d6c980563 (diff)
downloadFreeBSD-src-d83be0915995a8420e749653e3e9935f02c3a74d.zip
FreeBSD-src-d83be0915995a8420e749653e3e9935f02c3a74d.tar.gz
Bandaid to make the kernel compile until the scsi-crew can find out what
is happening.
-rw-r--r--sys/dev/aic7xxx/aic79xx.reg3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic79xx.reg b/sys/dev/aic7xxx/aic79xx.reg
index 0138ca2..74c2e2b 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
OpenPOWER on IntegriCloud