diff options
author | josephb <none@none> | 2007-01-25 09:33:14 -0800 |
---|---|---|
committer | josephb <none@none> | 2007-01-25 09:33:14 -0800 |
commit | c9464e8ba8697e799ceb2a4c284803137a386109 (patch) | |
tree | 0781ee633461c45f33e9c4defb0414c334cc4c5e /usr/src/uts/intel/sys | |
parent | c8a722abb8fd974fb16523acbd90ea75d5dcbeb2 (diff) | |
download | illumos-joyent-c9464e8ba8697e799ceb2a4c284803137a386109.tar.gz |
6460904 dboot: fails to initialize bm.pcimem
Diffstat (limited to 'usr/src/uts/intel/sys')
-rw-r--r-- | usr/src/uts/intel/sys/bootinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/intel/sys/bootinfo.h b/usr/src/uts/intel/sys/bootinfo.h index 6c25d8bcab..9bdc30268c 100644 --- a/usr/src/uts/intel/sys/bootinfo.h +++ b/usr/src/uts/intel/sys/bootinfo.h @@ -78,6 +78,7 @@ struct xboot_info { native_ptr_t bi_next_vaddr; /* next virtual address not used */ native_ptr_t bi_cmdline; native_ptr_t bi_phys_install; + native_ptr_t bi_pcimem; native_ptr_t bi_modules; uint32_t bi_module_cnt; uint32_t bi_use_largepage; /* MMU uses large pages */ |