Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax
In directory usw-pr-cvs1:/tmp/cvs-serv30629
Modified Files:
vaxcpu.h
Log Message:
Add definition for CHARON-VAX emulator CPU type
Index: vaxcpu.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/vaxcpu.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** vaxcpu.h 2001/01/17 16:18:52 1.1
--- vaxcpu.h 2001/01/23 23:57:07 1.2
***************
*** 113,116 ****
--- 113,117 ----
#define UVAX2_SID_SUBTYPE_SIZE 8
+ #define UVAX2_SID_SUBTYPE_CHARON 0 /* CHARON-VAX MicroVAX II emulator */
#define UVAX2_SID_SUBTYPE_KA630 1 /* MicroVAX II, VAXstation II */
#define UVAX2_SID_SUBTYPE_KA410 4 /* MicroVAX 2000, VAXstation 2000 */
|