Source-Changes-HG archive

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

[src/bouyer-quota2]: src/usr.sbin/acpitools/acpidump Sync with HEAD



details:   https://anonhg.NetBSD.org/src/rev/9628cec52788
branches:  bouyer-quota2
changeset: 761184:9628cec52788
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Feb 17 15:24:51 2011 +0000

description:
Sync with HEAD

diffstat:

 usr.sbin/acpitools/acpidump/acpidump.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4c8c63027994 -r 9628cec52788 usr.sbin/acpitools/acpidump/acpidump.h
--- a/usr.sbin/acpitools/acpidump/acpidump.h    Thu Feb 17 13:58:44 2011 +0000
+++ b/usr.sbin/acpitools/acpidump/acpidump.h    Thu Feb 17 15:24:51 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpidump.h,v 1.2.2.1 2011/02/17 12:00:57 bouyer Exp $ */
+/* $NetBSD: acpidump.h,v 1.2.2.2 2011/02/17 15:24:51 bouyer 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