polachok's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
81ff20c
)
This is not right.
author
Alexander Polakov <polachok@gmail.com>
Fri, 16 Oct 2009 17:53:12 +0000 (21:53 +0400)
committer
Alexander Polakov <polachok@gmail.com>
Fri, 16 Oct 2009 17:53:12 +0000 (21:53 +0400)
sys/dev/acpica5/acpi_pci_link.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/acpica5/acpi_pci_link.c
b/sys/dev/acpica5/acpi_pci_link.c
index
b40afdc
..
24c9d12
100644
(file)
--- a/
sys/dev/acpica5/acpi_pci_link.c
+++ b/
sys/dev/acpica5/acpi_pci_link.c
@@
-341,11
+341,7
@@
link_add_prs(ACPI_RESOURCE *res, void *context)
* valid IRQs are ISA IRQs, then mark this link as
* routed via an ISA interrupt.
*/
-#ifdef APIC_IO
- link->l_isa_irq = FALSE;
-#else
link->l_isa_irq = TRUE;
-#endif
link->l_irqs = kmalloc(sizeof(int) * link->l_num_irqs,
M_PCI_LINK, M_WAITOK | M_ZERO);