Home
last modified time | relevance | path

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

/csrg-svn/sys/vax/include/
H A Dcpu.h25 struct cpu8200 { struct
26 u_int cp_urev:8, /* ucode rev */
27 cp_secp:1, /* secondary patch? */
28 cp_patch:10, /* patch number */
29 cp_hrev:4, /* hardware rev */
30 cp_5:1, /* true iff KA825 */
31 cp_type:8; /* VAX_8200 */
32 } cpu8200; member