Added ACPI_DEFAULT_HANDLE feature to AcpiInstallAddressSpaceHandler.

Also moved the PCIContext to the events.h file.


date	99.09.23.00.26.00;	author rmosgrov;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:31:39 +00:00
parent a5579bc7be
commit 3fe032c0ef

View File

@ -204,6 +204,13 @@ EvAddressSpaceDispatch (
UINT32 BitWidth,
UINT32 *Value);
typedef struct
{
UINT16 SegNum;
UINT16 BusNum;
UINT16 DevNum;
UINT16 FuncNum;
} PCI_HANDLER_CONTEXT;
ACPI_STATUS
EvInitializeRegion (