Home
last modified time | relevance | path

Searched defs:bug_boardid (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/mvmeppc/stand/libsa/
H A Dbugsyscalls.h91 struct bug_boardid { struct
92 u_int32_t bi_eyecatcher; /* Eye catcher pattern */
93 u_int8_t bi_rev; /* PPCBug Revision, in BCD */
94 u_int8_t bi_month; /* PPCBug Month, in BCD */
95 u_int8_t bi_day; /* PPCBug Day, in BCD */
96 u_int8_t bi_year; /* PPCBug Year, in BCD */
97 u_int16_t bi_size; /* Size of this structure */
98 u_int16_t bi_resvd;
99 u_int16_t bi_bnumber; /* Board number, in BCD */
100 u_int16_t bi_bsuffix; /* Board suffix, in BCD */
[all …]