Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/include Bah, fix typo that crept in (tank you ...
details: https://anonhg.NetBSD.org/src/rev/135b84fcdd7a
branches: trunk
changeset: 515529:135b84fcdd7a
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Sep 28 01:50:04 2001 +0000
description:
Bah, fix typo that crept in (tank you vi(1)).
diffstat:
sys/arch/i386/include/acpi_machdep.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ddbf6a7e056c -r 135b84fcdd7a sys/arch/i386/include/acpi_machdep.h
--- a/sys/arch/i386/include/acpi_machdep.h Fri Sep 28 01:49:54 2001 +0000
+++ b/sys/arch/i386/include/acpi_machdep.h Fri Sep 28 01:50:04 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_machdep.h,v 1.1 2001/09/28 01:47:00 thorpej Exp $ */
+/* $NetBSD: acpi_machdep.h,v 1.2 2001/09/28 01:50:04 thorpej Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -60,7 +60,7 @@
ACPI_STATUS acpi_md_OsMapMemory(ACPI_PHYSICAL_ADDRESS, UINT32, void **);
void acpi_md_OsUnmapMemory(void *, UINT32);
-ACPI_STATUS acpi_md_OSGetPhysicalAddress(void *LogicalAddress,
+ACPI_STATUS acpi_md_OsGetPhysicalAddress(void *LogicalAddress,
ACPI_PHYSICAL_ADDRESS *PhysicalAddress);
BOOLEAN acpi_md_OsReadable(void *, UINT32);
Home |
Main Index |
Thread Index |
Old Index