mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
MFp4: Comment about not assuming INTA# for 6729
This commit is contained in:
parent
430e557d3d
commit
689ab99fb3
1 changed files with 3 additions and 0 deletions
|
|
@ -1418,6 +1418,9 @@ pcic_pci_gen_mapirq(struct pcic_slot *sp, int irq)
|
|||
* do a thing to get the IRQ mapped into the system. However,
|
||||
* for other controllers that are PCI, but not yetna compliant, we
|
||||
* need to do some special mapping.
|
||||
*
|
||||
* XXX Maybe we shouldn't assume INTA#, but rather as the function
|
||||
* XXX what Intline to use.
|
||||
*/
|
||||
if (sp->controller == PCIC_PD6729) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue