From: Kenn H. <ke...@us...> - 2001-02-06 00:15:29
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax In directory usw-pr-cvs1:/tmp/cvs-serv6404/include/asm Modified Files: vaxcpu.h Log Message: Tentative early support for KA55 CPU (MicroVAX 3100m85). I really need to check with NetBSD on this one Index: vaxcpu.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/vaxcpu.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vaxcpu.h 2001/01/23 23:57:07 1.2 +++ vaxcpu.h 2001/02/06 00:15:42 1.3 @@ -267,5 +267,9 @@ #define SOC_Q22_SUBTYPE_KA660 5 +/*****************************************************************************/ +/* Definitions for NVAX family CPUs */ + +#define NVAX_SIDEX_ADDR 0x20040004 #endif _VAX_CPU_H |