diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2012-11-09 14:14:51 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2012-11-09 14:14:51 +0000 |
| commit | 73a19e65640578988046c7290eedceb8eaae04e1 (patch) | |
| tree | 3db7d344e9cf3a58545e47e8dcab60278af2c134 /sys | |
| parent | 36e335c1613edc0614696eb8ed1131c9e019b9ef (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/mn/if_mn.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/dev/mn/if_mn.c b/sys/dev/mn/if_mn.c index e8b3dc6730df..07c2a98db6e4 100644 --- a/sys/dev/mn/if_mn.c +++ b/sys/dev/mn/if_mn.c @@ -1254,24 +1254,6 @@ mn_intr(void *xsc) sc->m32x->stat = stat; } -static void -mn_timeout(void *xsc) -{ - static int round = 0; - struct mn_softc *sc; - - mn_intr(xsc); - sc = xsc; - timeout(mn_timeout, xsc, 10 * hz); - round++; - if (round == 2) { - sc->m32_mem.ccb = 0x00008004; - sc->m32x->cmd = 0x1; - } else if (round > 2) { - printf("%s: timeout\n", sc->name); - } -} - /* * PCI initialization stuff */ |
