diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2017-08-10 10:59:05 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2017-08-10 10:59:05 +0000 |
| commit | fb1cf2a9e5ac616baf281791d965ad477e48ede7 (patch) | |
| tree | 91d3a40c2e092cbe64b412216b1c56e169b407fd /usr.sbin/acpi | |
| parent | 59a6c5bf46a77975dd114c836e12695eab05ce78 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/acpi')
| -rw-r--r-- | usr.sbin/acpi/acpidump/acpi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/acpi/acpidump/acpi.c b/usr.sbin/acpi/acpidump/acpi.c index 5e4b7b2ddac9..ea67b43253b3 100644 --- a/usr.sbin/acpi/acpidump/acpi.c +++ b/usr.sbin/acpi/acpidump/acpi.c @@ -1236,6 +1236,7 @@ acpi_print_nfit(ACPI_NFIT_HEADER *nfit) (uintmax_t)mmap->RegionOffset); printf("\tAddress=0x%016jx\n", (uintmax_t)mmap->Address); printf("\tInterleaveIndex=%u\n", (u_int)mmap->InterleaveIndex); + printf("\tInterleaveWays=%u\n", (u_int)mmap->InterleaveWays); #define PRINTFLAG(var, flag) printflag((var), ACPI_NFIT_MEM_## flag, #flag) @@ -1283,6 +1284,7 @@ acpi_print_nfit(ACPI_NFIT_HEADER *nfit) (u_int)ctlreg->ManufacturingDate); printf("\tSerialNumber=%u\n", (u_int)ctlreg->SerialNumber); + printf("\tCode=0x%04x\n", (u_int)ctlreg->Code); printf("\tWindows=%u\n", (u_int)ctlreg->Windows); printf("\tWindowSize=0x%016jx\n", (uintmax_t)ctlreg->WindowSize); |
