summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2013-11-22 18:53:54 +0000
committerneel <neel@FreeBSD.org>2013-11-22 18:53:54 +0000
commit61843b60f5671316cb603e4a60b9e1b2b6b8f44d (patch)
treed28b3fa522cd741a82e3f04d8d84aa2bd4156b40 /usr.sbin
parent3078f32bacaa552bc7e197ce221cafd4533eb5cd (diff)
downloadFreeBSD-src-61843b60f5671316cb603e4a60b9e1b2b6b8f44d.zip
FreeBSD-src-61843b60f5671316cb603e4a60b9e1b2b6b8f44d.tar.gz
Teach acpidump(8) to display the 'Flags' field in the HPET Description Table.
Reviewed by: jhb@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/acpi/acpidump/acpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/acpi/acpidump/acpi.c b/usr.sbin/acpi/acpidump/acpi.c
index d3f9685..66cd7bd 100644
--- a/usr.sbin/acpi/acpidump/acpi.c
+++ b/usr.sbin/acpi/acpidump/acpi.c
@@ -501,6 +501,7 @@ acpi_handle_hpet(ACPI_TABLE_HEADER *sdp)
printf("FALSE}\n");
printf("\tPCI Vendor ID=0x%04x\n", hpet->Id >> 16);
printf("\tMinimal Tick=%d\n", hpet->MinimumTick);
+ printf("\tFlags=0x%02x\n", hpet->Flags);
printf(END_COMMENT);
}
OpenPOWER on IntegriCloud