diff options
author | jkim <jkim@FreeBSD.org> | 2010-08-06 17:28:40 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2010-08-06 17:28:40 +0000 |
commit | 7246513d8afc4166ea14544296293fcb8df78649 (patch) | |
tree | 26cd13498e685dfeec2b6cd294c939d71073fba3 /osunixxf.c | |
parent | 9ef1b91c0f59a1a15565c354b3e372ab265c7b5a (diff) | |
download | FreeBSD-src-7246513d8afc4166ea14544296293fcb8df78649.zip FreeBSD-src-7246513d8afc4166ea14544296293fcb8df78649.tar.gz |
Import ACPICA 20100806.
Diffstat (limited to 'osunixxf.c')
-rw-r--r-- | osunixxf.c | 24 |
1 files changed, 1 insertions, 23 deletions
@@ -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) { |