Type changes to PCI/MEM/IO OSL interfaces

date	2001.07.12.20.55.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:44:39 +00:00
parent a9ebfe6646
commit 4157875280

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: exregion - ACPI default OpRegion (address space) handlers
* $Revision: 1.53 $
* $Revision: 1.54 $
*
*****************************************************************************/
@ -343,6 +343,7 @@ AcpiExSystemIoSpaceHandler (
case ACPI_READ_ADR_SPACE:
*Value = 0;
Status = AcpiOsReadPort ((ACPI_IO_ADDRESS) Address, Value, BitWidth);
break;
@ -422,6 +423,7 @@ AcpiExPciConfigSpaceHandler (
case ACPI_READ_ADR_SPACE:
*Value = 0;
Status = AcpiOsReadPciConfiguration (PciId, PciRegister, Value, BitWidth);
break;