- Made ACPICABase a global variable (again!) so that PCI can be used without ACPI.
commit8fc9d76d8ee163f31df99c413b171a4e5fc88344
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 23 Feb 2018 23:01:55 +0000 (23 23:01 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 23 Feb 2018 23:01:55 +0000 (23 23:01 +0000)
tree266daecdd1b6ac873e963663016c922397216d24
parentdd0b52e3c4b1f125392d4a20a6e0e4521b25c617
 - Made ACPICABase a global variable (again!) so that PCI can be used without ACPI.
 - Embedded the IRQ routing table list structure in the class's private data structure,
   instead of keeping it in a local variable that will be deallocated after the class
   is initialised!

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55053 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-pc/hidds/pcipc/driverclass.c
arch/all-pc/hidds/pcipc/pci.h
arch/all-pc/hidds/pcipc/pciconf2.c