diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-21 10:31:43 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-21 10:31:43 +0000 |
| commit | c6eeff600d587a427636282be907ce7bc6028e72 (patch) | |
| tree | 4997ce4b688c56a787ea8da93a59c3554e2b8c53 /sys/dev/aic7xxx | |
| parent | 6da31df83bce1148a9878551968414d5c2393a68 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aic7xxx')
| -rw-r--r-- | sys/dev/aic7xxx/aic79xx.reg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic79xx.reg b/sys/dev/aic7xxx/aic79xx.reg index 0138ca271031d..74c2e2bc66ed9 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 |
