summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_mn.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-11-17 21:40:14 +0000
committerphk <phk@FreeBSD.org>1999-11-17 21:40:14 +0000
commit56de3ca9f11a1582b8c613772731541f5c9f8554 (patch)
tree171cd7791bf787f6fbe833b7074e6c5446e31bde /sys/pci/if_mn.c
parent1c13fa8c14ab94097e40dcc98c07a25ac1ba6640 (diff)
downloadFreeBSD-src-56de3ca9f11a1582b8c613772731541f5c9f8554.zip
FreeBSD-src-56de3ca9f11a1582b8c613772731541f5c9f8554.tar.gz
Do timeouts in terms of hz
Spotted by: julian
Diffstat (limited to 'sys/pci/if_mn.c')
-rw-r--r--sys/pci/if_mn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index 53ef63f..99d03d7 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -1144,7 +1144,7 @@ mn_timeout(void *xsc)
mn_intr(xsc);
sc = xsc;
- timeout(mn_timeout, xsc, 1000);
+ timeout(mn_timeout, xsc, 10 * hz);
round++;
if (round == 2) {
sc->m32_mem.ccb = 0x00008004;
OpenPOWER on IntegriCloud