From: Richard B. <rb...@us...> - 2001-11-15 06:11:28
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax In directory usw-pr-cvs1:/tmp/cvs-serv16231 Modified Files: vaxcpu.h Log Message: Support for VXT systems Index: vaxcpu.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/vaxcpu.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- vaxcpu.h 2001/02/06 00:15:42 1.3 +++ vaxcpu.h 2001/11/15 06:11:24 1.4 @@ -45,8 +45,8 @@ /* SOC */ #define VAX_CPU_660 0x14000006 /* VAXserver 4000-200 (KA660-B) */ +#define VAX_CPU_VXT 0x14000006 /* VXT2000 - from NetBSD */ - /*****************************************************************************/ /* Definitions for MicroVAX I family CPUs */ @@ -239,6 +239,9 @@ * NOTE: These were just copied from the CVAX (KA640/650/655) above * so we can't be sure they are right. Can anyone with a tech * manual confirm these? + * + * SIDEX for VXT2000 is 08040002 + * */ #define SOC_SIDEX_ADDR 0x20040004 @@ -249,6 +252,7 @@ /* Values for SYS_TYPE field in SIDEX */ #define SOC_SIDEX_TYPE_Q22 1 +#define SOC_SIDEX_TYPE_VXT 8 /* MVaxII chip system */ /* Interpretation of the remainder of the SIDEX (bits 23:0) */ |