Add busspace hacks for ia64.

This commit is contained in:
Doug Rabson 2001-10-04 08:33:16 +00:00
parent 1983594568
commit b0ee13ad5a

View File

@ -48,8 +48,14 @@
* XXX use an intermediate #define for the tag/handle
*/
#ifdef __i386__
#define ACPI_BUS_SPACE_IO I386_BUS_SPACE_IO
#define ACPI_BUS_HANDLE 0
#endif
#ifdef __ia64__
#define ACPI_BUS_SPACE_IO IA64_BUS_SPACE_IO
#define ACPI_BUS_HANDLE 0
#endif
ACPI_STATUS
AcpiOsReadPort (