mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove isa_irq_pending(). It's not used.
This commit is contained in:
parent
5a7189f8b9
commit
23815def34
1 changed files with 0 additions and 11 deletions
|
|
@ -73,17 +73,6 @@ isa_init(device_t dev)
|
|||
{
|
||||
}
|
||||
|
||||
intrmask_t
|
||||
isa_irq_pending(void)
|
||||
{
|
||||
u_char irr1;
|
||||
u_char irr2;
|
||||
|
||||
irr1 = inb(IO_ICU1);
|
||||
irr2 = inb(IO_ICU2);
|
||||
return ((irr2 << 8) | irr1);
|
||||
}
|
||||
|
||||
/*
|
||||
* This implementation simply passes the request up to the parent
|
||||
* bus, which in our case is the special i386 nexus, substituting any
|
||||
|
|
|
|||
Loading…
Reference in a new issue