mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Use correct type name.
Sponsored by: Mellanox Technologies MFC after: 1 week
This commit is contained in:
parent
a03d6f0a16
commit
2d8bfbdcb2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346355
@ -1010,8 +1010,8 @@ dmar_inst_rmrr_iter(ACPI_DMAR_HEADER *dmarh, void *arg)
|
||||
printf("dmar%d no dev found for RMRR "
|
||||
"[%#jx, %#jx] rid %#x scope path ",
|
||||
iria->dmar->unit,
|
||||
(uintptr_t)resmem->BaseAddress,
|
||||
(uintptr_t)resmem->EndAddress,
|
||||
(uintmax_t)resmem->BaseAddress,
|
||||
(uintmax_t)resmem->EndAddress,
|
||||
rid);
|
||||
dmar_print_path(devscope->Bus, dev_path_len,
|
||||
(const ACPI_DMAR_PCI_PATH *)(devscope + 1));
|
||||
|
Loading…
Reference in New Issue
Block a user