Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/acpitools/acpidump Provide a definition for the siz...
details: https://anonhg.NetBSD.org/src/rev/956d6916a422
branches: trunk
changeset: 762202:956d6916a422
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu Feb 17 15:06:34 2011 +0000
description:
Provide a definition for the size of the RSDP in ACPI 1.0.
Appears to be missing in the new ACPICA.
diffstat:
usr.sbin/acpitools/acpidump/acpidump.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 525cff4cfff7 -r 956d6916a422 usr.sbin/acpitools/acpidump/acpidump.h
--- a/usr.sbin/acpitools/acpidump/acpidump.h Thu Feb 17 14:24:12 2011 +0000
+++ b/usr.sbin/acpitools/acpidump/acpidump.h Thu Feb 17 15:06:34 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpidump.h,v 1.4 2011/02/17 10:18:05 jmcneill Exp $ */
+/* $NetBSD: acpidump.h,v 1.5 2011/02/17 15:06:34 jruoho Exp $ */
/*-
* Copyright (c) 1999 Doug Rabson
@@ -54,6 +54,8 @@
#define ACPI_HPET_ID_LEGACY_CAPABLE 0x00008000
#define ACPI_HPET_ID_PCI_VENDOR_ID 0xffff0000
+#define ACPI_RSDP_REV0_SIZE 20 /* Size of original ACPI 1.0 RSDP */
+
/* Find and map the RSD PTR structure and return it for parsing */
ACPI_TABLE_HEADER *sdt_load_devmem(void);
Home |
Main Index |
Thread Index |
Old Index