mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
Fix the IRQ9/IRQ2 confusion.
Submitted by: Alan Clegg <abc@bsdi.com>
This commit is contained in:
parent
3d48b53ecf
commit
f8fc6141fb
1 changed files with 1 additions and 0 deletions
|
|
@ -835,6 +835,7 @@ ed_probe_3Com(dev)
|
|||
|
||||
switch (irq) {
|
||||
case 2:
|
||||
case 9:
|
||||
outb(sc->asic_addr + ED_3COM_IDCFR, ED_3COM_IDCFR_IRQ2);
|
||||
break;
|
||||
case 3:
|
||||
|
|
|
|||
Loading…
Reference in a new issue