summaryrefslogtreecommitdiffstats
path: root/osunixxf.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-08-06 17:28:40 +0000
committerjkim <jkim@FreeBSD.org>2010-08-06 17:28:40 +0000
commit7246513d8afc4166ea14544296293fcb8df78649 (patch)
tree26cd13498e685dfeec2b6cd294c939d71073fba3 /osunixxf.c
parent9ef1b91c0f59a1a15565c354b3e372ab265c7b5a (diff)
downloadFreeBSD-src-7246513d8afc4166ea14544296293fcb8df78649.zip
FreeBSD-src-7246513d8afc4166ea14544296293fcb8df78649.tar.gz
Import ACPICA 20100806.
Diffstat (limited to 'osunixxf.c')
-rw-r--r--osunixxf.c24
1 files changed, 1 insertions, 23 deletions
diff --git a/osunixxf.c b/osunixxf.c
index 70f69c9..70c40d8 100644
--- a/osunixxf.c
+++ b/osunixxf.c
@@ -921,28 +921,6 @@ AcpiOsGetTimer (void)
/******************************************************************************
*
- * FUNCTION: AcpiOsValidateInterface
- *
- * PARAMETERS: Interface - Requested interface to be validated
- *
- * RETURN: AE_OK if interface is supported, AE_SUPPORT otherwise
- *
- * DESCRIPTION: Match an interface string to the interfaces supported by the
- * host. Strings originate from an AML call to the _OSI method.
- *
- *****************************************************************************/
-
-ACPI_STATUS
-AcpiOsValidateInterface (
- char *Interface)
-{
-
- return (AE_SUPPORT);
-}
-
-
-/******************************************************************************
- *
* FUNCTION: AcpiOsReadPciConfiguration
*
* PARAMETERS: PciId Seg/Bus/Dev
@@ -960,7 +938,7 @@ ACPI_STATUS
AcpiOsReadPciConfiguration (
ACPI_PCI_ID *PciId,
UINT32 Register,
- void *Value,
+ UINT64 *Value,
UINT32 Width)
{
OpenPOWER on IntegriCloud