diff options
-rw-r--r-- | sys/pci/if_mn.c | 2 |
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; |