mirror of
https://github.com/acpica/acpica/
synced 2025-01-17 14:59:56 +03:00
Type changes to PCI/MEM/IO OSL interfaces
date 2001.07.12.20.55.00; author rmoore1; state Exp;
This commit is contained in:
parent
a9ebfe6646
commit
4157875280
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user