Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi/acpica ACPICA 20100806:



details:   https://anonhg.NetBSD.org/src/rev/2c734bd9b49e
branches:  trunk
changeset: 762188:2c734bd9b49e
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Feb 17 10:21:43 2011 +0000

description:
ACPICA 20100806:

Obsolete Functions: AcpiOsValidateInterface - no longer used.

diffstat:

 sys/dev/acpi/acpica/OsdMemory.c |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (29 lines):

diff -r d6e4e5dfe966 -r 2c734bd9b49e sys/dev/acpi/acpica/OsdMemory.c
--- a/sys/dev/acpi/acpica/OsdMemory.c   Thu Feb 17 10:21:02 2011 +0000
+++ b/sys/dev/acpi/acpica/OsdMemory.c   Thu Feb 17 10:21:43 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: OsdMemory.c,v 1.3 2009/08/18 16:41:02 jmcneill Exp $   */
+/*     $NetBSD: OsdMemory.c,v 1.4 2011/02/17 10:21:43 jruoho Exp $     */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: OsdMemory.c,v 1.3 2009/08/18 16:41:02 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: OsdMemory.c,v 1.4 2011/02/17 10:21:43 jruoho Exp $");
 
 #include <sys/param.h>
 #include <sys/malloc.h>
@@ -143,10 +143,3 @@
 
        return acpi_md_OsWritable(Pointer, Length);
 }
-
-ACPI_STATUS
-AcpiOsValidateInterface(char *Interface)
-{
-
-       return AE_SUPPORT;
-}



Home | Main Index | Thread Index | Old Index