|
From: Kenn H. <ke...@us...> - 2004-09-18 23:06:42
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7464/include/asm-vax Modified Files: vsa.h Log Message: Move all the current VSBUS code into drivers/vax/bus/vsbus. I'm not moving the irq auto-probe code since no working driver uses it at the moment. I'm very reluctant to resurrect the autoprobe code. I'm convinced that we can avoid autoprobing by find out where the interrupt vector lookup tables are stored on all the newer machines. Index: vsa.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/vsa.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- vsa.h 3 Jun 2004 21:45:43 -0000 1.6 +++ vsa.h 18 Sep 2004 23:06:33 -0000 1.7 @@ -1,5 +1,6 @@ #ifndef _ASM_VAX_VSA_H #define _ASM_VAX_VSA_H +#warning This file is obsolete - use <asm/bus/vsbus.h> struct vs_cpu { unsigned long vs_hltcod; @@ -22,15 +23,8 @@ }; extern int vsbus_setup(void); -extern int vsbus_enable_int(int bit_nr); -extern int vsbus_disable_int(int bit_nr); -extern int vsbus_clear_int(int bit_nr); extern int vsbus_probe_irq(void); extern int vsbus_probe_irq_on(void); extern unsigned char vsbus_probe_irq_report(void); -#define VSA_CLOCK_BASE 0x200b0000 -#define VSA_BASE_REGS 0x20080000 -#define VSA_KA55_BASE_REGS 0x25c00000 - #endif /* _ASM_VAX_VSA_H */ |