From: Richard B. <rb...@us...> - 2002-02-04 22:55:53
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax In directory usw-pr-cvs1:/tmp/cvs-serv12846/include/asm Modified Files: vsa.h Log Message: Added include for location of VSbus base registers for KA55 machines (3100/85) Index: vsa.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/vsa.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- vsa.h 2001/07/31 17:33:26 1.5 +++ vsa.h 2002/02/04 22:55:49 1.6 @@ -36,4 +36,5 @@ #define VSA_BASE_REGS 0x20080000 +#define VSA_KA55_BASE_REGS 0x25c00000 #endif |