#include <netbsd_iyonix_bootconfig.h>
Public Attributes | |
Xu_int | magic |
Xu_int | version |
u_char | machine_id [4] |
char | kernelname [80] |
char | args [512] |
Xu_int | kernvirtualbase |
Xu_int | kernphysicalbase |
Xu_int | kernsize |
Xu_int | scratchvirtualbase |
Xu_int | scratchphysicalbase |
Xu_int | scratchsize |
Xu_int | ksym_start |
Xu_int | ksym_end |
Xu_int | MDFvirtualbase |
Xu_int | MDFphysicalbase |
Xu_int | MDFsize |
Xu_int | display_phys |
Xu_int | display_start |
Xu_int | display_size |
Xu_int | width |
Xu_int | height |
Xu_int | log2_bpp |
Xu_int | framerate |
char | reserved [512] |
Xu_int | pagesize |
Xu_int | drampages |
Xu_int | vrampages |
Xu_int | dramblocks |
Xu_int | vramblocks |
phys_mem | dram [DRAM_BLOCKS] |
phys_mem | vram [VRAM_BLOCKS] |
Definition at line 58 of file netbsd_iyonix_bootconfig.h.
char bootconfig::args[512] |
Definition at line 64 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::display_phys |
Definition at line 80 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::display_size |
Definition at line 82 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::display_start |
Definition at line 81 of file netbsd_iyonix_bootconfig.h.
phys_mem bootconfig::dram[DRAM_BLOCKS] |
Definition at line 96 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::dramblocks |
Definition at line 93 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::drampages |
Definition at line 91 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::framerate |
Definition at line 86 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::height |
Definition at line 84 of file netbsd_iyonix_bootconfig.h.
char bootconfig::kernelname[80] |
Definition at line 63 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::kernphysicalbase |
Definition at line 67 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::kernsize |
Definition at line 68 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::kernvirtualbase |
Definition at line 66 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::ksym_end |
Definition at line 74 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::ksym_start |
Definition at line 73 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::log2_bpp |
Definition at line 85 of file netbsd_iyonix_bootconfig.h.
u_char bootconfig::machine_id[4] |
Definition at line 62 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::magic |
Definition at line 59 of file netbsd_iyonix_bootconfig.h.
Referenced by MACHINE_SETUP().
Xu_int bootconfig::MDFphysicalbase |
Definition at line 77 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::MDFsize |
Definition at line 78 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::MDFvirtualbase |
Definition at line 76 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::pagesize |
Definition at line 90 of file netbsd_iyonix_bootconfig.h.
char bootconfig::reserved[512] |
Definition at line 88 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::scratchphysicalbase |
Definition at line 70 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::scratchsize |
Definition at line 71 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::scratchvirtualbase |
Definition at line 69 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::version |
Definition at line 60 of file netbsd_iyonix_bootconfig.h.
Referenced by MACHINE_SETUP().
phys_mem bootconfig::vram[VRAM_BLOCKS] |
Definition at line 97 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::vramblocks |
Definition at line 94 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::vrampages |
Definition at line 92 of file netbsd_iyonix_bootconfig.h.
Xu_int bootconfig::width |
Definition at line 83 of file netbsd_iyonix_bootconfig.h.