mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unused static mn_timeout.
This commit is contained in:
parent
36e335c161
commit
73a19e6564
1 changed files with 0 additions and 18 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue