|
From: Kenn H. <ke...@us...> - 2004-09-18 23:06:42
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7464/drivers Modified Files: Makefile 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: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/Makefile,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Makefile 2 Sep 2004 19:51:18 -0000 1.29 +++ Makefile 18 Sep 2004 23:06:33 -0000 1.30 @@ -54,4 +54,3 @@ # VAX-specific stuff obj-$(CONFIG_VAX) += vax/ -obj-$(CONFIG_VSBUS) += vsbus/ |