Teach acpidump(8) to display the 'Flags' field in the HPET Description Table.
Reviewed by: jhb@
This commit is contained in:
parent
da71787841
commit
9785e97901
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user