diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-10-07 07:02:48 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-10-07 07:02:48 +0000 |
| commit | 689ab99fb371cce21df2f00b4440d21d564cbb01 (patch) | |
| tree | b48ffac80b17c97afaa6edd749bc92b5f1c7dc11 /sys | |
| parent | 430e557d3de81afc09e73997315937cb09dc3ec2 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pccard/pcic_pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index 39576f17f47d..43544b0daf12 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -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) { /* |
