Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax/bus
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30232/drivers/vax/bus
Modified Files:
cqbic.c qbus.c vsbus-ka4x.c vsbus.c
Log Message:
- Removal of $Id$
- Touchup for ptrace.c -- there's probably another round needed, tough...
Index: cqbic.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/bus/cqbic.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cqbic.c 25 Apr 2005 09:37:11 -0000 1.4
+++ cqbic.c 25 Apr 2005 22:25:06 -0000 1.5
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Support for the CQBIC (which I guess stands for something like
* CVAX QBus Interface Chip).
*
Index: qbus.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/bus/qbus.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- qbus.c 25 Apr 2005 09:37:11 -0000 1.10
+++ qbus.c 25 Apr 2005 22:25:06 -0000 1.11
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Support for the QBUS bus type. This represents the common
* features of all QBUS devices, for the purposes of the driver
* model.
Index: vsbus.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/bus/vsbus.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- vsbus.c 25 Apr 2005 09:37:11 -0000 1.4
+++ vsbus.c 25 Apr 2005 22:25:06 -0000 1.5
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Support for the VSBUS pseudo-bus type.
*
* As far as I can make out, VAXstation 3100, MicroVAX 3100 and
@@ -20,7 +18,6 @@
*
* Differences in logic due to differences in the hardware are in
* vsbus-ka*.c
- *
*/
#include <linux/init.h>
Index: vsbus-ka4x.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/bus/vsbus-ka4x.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- vsbus-ka4x.c 25 Apr 2005 09:37:11 -0000 1.4
+++ vsbus-ka4x.c 25 Apr 2005 22:25:06 -0000 1.5
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Support for the VSBUS pseudo bus adapter in the KA410, KA42,
* KA43, KA46 and KA48 CPUs.
*
|