Page MenuHomeFreeBSD

D21998.diff
No OneTemporary

D21998.diff

Index: head/sys/riscv/riscv/machdep.c
===================================================================
--- head/sys/riscv/riscv/machdep.c
+++ head/sys/riscv/riscv/machdep.c
@@ -158,6 +158,8 @@
printf("avail memory = %ju (%ju MB)\n",
ptoa((uintmax_t)vm_free_count()),
ptoa((uintmax_t)vm_free_count()) / (1024 * 1024));
+ if (bootverbose)
+ devmap_print_table();
bufinit();
vm_pager_bufferinit();

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 22, 7:10 PM (9 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16777674
Default Alt Text
D21998.diff (419 B)

Event Timeline