summaryrefslogtreecommitdiff
path: root/linux/src
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-03-27 21:04:30 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:07 +0200
commit211fe231c99b8cf1aa3f91c97b1f00c73b857865 (patch)
tree7e7956a223474bfaa35021cb86ffe4a6faa008cc /linux/src
parentf7efb5a1eac47a932dd912f85f97eb68d272a688 (diff)
2007-03-27 Thomas Schwinge <tschwinge@gnu.org>
* kern/pcsample.h: Remove the automatic cvs log appending machinery. * linux/dev/drivers/scsi/g_NCR5380.c: Likewise. * linux/src/drivers/net/sk_g16.h: Likewise. * linux/src/drivers/scsi/AM53C974.c: Likewise. * linux/src/drivers/scsi/AM53C974.h: Likewise. * linux/src/drivers/scsi/NCR5380.c: Likewise. * linux/src/drivers/scsi/NCR5380.h: Likewise. * linux/src/drivers/scsi/aha152x.c: Likewise. * linux/src/drivers/scsi/aha1542.h: Likewise. * linux/src/drivers/scsi/g_NCR5380.c: Likewise. * linux/src/drivers/scsi/g_NCR5380.h: Likewise. * linux/src/drivers/scsi/gdth.c: Likewise. * linux/src/drivers/scsi/qlogicisp.c: Likewise. * linux/src/drivers/scsi/qlogicisp.h: Likewise. * linux/src/drivers/scsi/t128.c: Likewise. * linux/src/drivers/scsi/t128.h: Likewise.
Diffstat (limited to 'linux/src')
-rw-r--r--linux/src/drivers/net/sk_g16.h3
-rw-r--r--linux/src/drivers/scsi/AM53C974.c4
-rw-r--r--linux/src/drivers/scsi/AM53C974.h4
-rw-r--r--linux/src/drivers/scsi/NCR5380.c1
-rw-r--r--linux/src/drivers/scsi/NCR5380.h4
-rw-r--r--linux/src/drivers/scsi/aha152x.c26
-rw-r--r--linux/src/drivers/scsi/aha1542.h3
-rw-r--r--linux/src/drivers/scsi/g_NCR5380.c4
-rw-r--r--linux/src/drivers/scsi/g_NCR5380.h4
-rw-r--r--linux/src/drivers/scsi/gdth.c3
-rw-r--r--linux/src/drivers/scsi/qlogicisp.c47
-rw-r--r--linux/src/drivers/scsi/qlogicisp.h47
-rw-r--r--linux/src/drivers/scsi/t128.c4
-rw-r--r--linux/src/drivers/scsi/t128.h4
14 files changed, 8 insertions, 150 deletions
diff --git a/linux/src/drivers/net/sk_g16.h b/linux/src/drivers/net/sk_g16.h
index 28e907f..31ae19a 100644
--- a/linux/src/drivers/net/sk_g16.h
+++ b/linux/src/drivers/net/sk_g16.h
@@ -4,7 +4,7 @@
* of the GNU Public License, incorporated herein by reference.
*
* Module : sk_g16.h
- * Version : $Revision: 1.1 $
+ * Version : $Revision: 1.1.4.1 $
*
* Author : M.Hipp (mhipp@student.uni-tuebingen.de)
* changes by : Patrick J.D. Weichmann
@@ -15,7 +15,6 @@
* the am7990 (LANCE) chip used for writing a
* network device driver which uses this chip
*
- * $Log$
-*/
#ifndef SK_G16_H
diff --git a/linux/src/drivers/scsi/AM53C974.c b/linux/src/drivers/scsi/AM53C974.c
index 9ff5a2e..5178ccf 100644
--- a/linux/src/drivers/scsi/AM53C974.c
+++ b/linux/src/drivers/scsi/AM53C974.c
@@ -42,10 +42,6 @@
* Phone: x49-7545-8-2256 , x49-7541-42305
*/
-/*
- * $Log: AM53C974.c,v $
- */
-
#ifdef AM53C974_DEBUG
#define DEB(x) x
#ifdef AM53C974_DEBUG_KEYWAIT
diff --git a/linux/src/drivers/scsi/AM53C974.h b/linux/src/drivers/scsi/AM53C974.h
index ab51d29..d94db92 100644
--- a/linux/src/drivers/scsi/AM53C974.h
+++ b/linux/src/drivers/scsi/AM53C974.h
@@ -20,10 +20,6 @@
* Phone: x49-7545-8-2256 , x49-7541-42305
*/
-/*
- * $Log: AM53C974.h,v $
- */
-
#ifndef AM53C974_H
#define AM53C974_H
diff --git a/linux/src/drivers/scsi/NCR5380.c b/linux/src/drivers/scsi/NCR5380.c
index e6fc75c..295f2ad 100644
--- a/linux/src/drivers/scsi/NCR5380.c
+++ b/linux/src/drivers/scsi/NCR5380.c
@@ -30,7 +30,6 @@
*/
/*
- * $Log: NCR5380.c,v $
* Revision 1.7 1996/3/2 Ray Van Tassle (rayvt@comm.mot.com)
* added proc_info
* added support needed for DTC 3180/3280
diff --git a/linux/src/drivers/scsi/NCR5380.h b/linux/src/drivers/scsi/NCR5380.h
index 08e2897..c2a7519 100644
--- a/linux/src/drivers/scsi/NCR5380.h
+++ b/linux/src/drivers/scsi/NCR5380.h
@@ -21,10 +21,6 @@
* 1+ (800) 334-5454
*/
-/*
- * $Log: NCR5380.h,v $
- */
-
#ifndef NCR5380_H
#define NCR5380_H
diff --git a/linux/src/drivers/scsi/aha152x.c b/linux/src/drivers/scsi/aha152x.c
index c2486f4..a5724bf 100644
--- a/linux/src/drivers/scsi/aha152x.c
+++ b/linux/src/drivers/scsi/aha152x.c
@@ -20,31 +20,7 @@
* General Public License for more details.
*
*
- * $Id: aha152x.c,v 1.1.4.1 2006/10/08 13:52:36 tschwinge Exp $
- *
- * $Log: aha152x.c,v $
- * Revision 1.1 1999/04/26 05:44:22 tb
- * 1999-04-12 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
- *
- * * linux/dev/drivers/block/ide.c (init_hwif_data) [MACH]: Print Mach
- * device name instead of Linux one.
- * * linux/dev/drivers/block/genhd.c (disk_name): Likewise.
- * * linux/dev/drivers/scsi/sd.c (sd_init_onedisk): Likewise.
- * (sd_detect): Likewise.
- * * linux/dev/drivers/sr.c (sr_detect): Likewise.
- * (get_sectorsize): Likewise.
- *
- * 1999-02-04 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
- *
- * * device/kmsg.c (kmsginit): Add a missing semicolon.
- * (kmsggetstat): Fix typos,
- * DEV_GET_DEVICE_SIZE -> DEV_GET_SIZE_DEVICE_SIZE and
- * DEV_GET_RECORD_SIZE -> DEV_GET_SIZE_RECORD_SIZE.
- * (kmsg_putchar): Fix a typo kmsg_done_init -> kmsg_init_done.
- * * linux/dev/glue/block.c (device_get_status): Allocate a hd_geometry
- * on the stack.
- * * linux/dev/drivers/block/ide.c: New file.
- * * linux/dev/drivers/scsi/sd_ioctl.c: New file.
+ * $Id: aha152x.c,v 1.1.4.2 2007/03/27 21:04:30 tschwinge Exp $
*
* Revision 1.18 1996/09/07 20:10:40 fischer
* - fixed can_queue handling (multiple outstanding commands working again)
diff --git a/linux/src/drivers/scsi/aha1542.h b/linux/src/drivers/scsi/aha1542.h
index ee82833..4f90c1c 100644
--- a/linux/src/drivers/scsi/aha1542.h
+++ b/linux/src/drivers/scsi/aha1542.h
@@ -1,10 +1,9 @@
#ifndef _AHA1542_H
-/* $Id: aha1542.h,v 1.1 1999/04/26 05:54:12 tb Exp $
+/* $Id: aha1542.h,v 1.1.4.1 2007/03/27 21:04:30 tschwinge Exp $
*
* Header file for the adaptec 1542 driver for Linux
*
- * $Log: aha1542.h,v $
* Revision 1.1 1992/07/24 06:27:38 root
* Initial revision
*
diff --git a/linux/src/drivers/scsi/g_NCR5380.c b/linux/src/drivers/scsi/g_NCR5380.c
index 0d05c65..a141b93 100644
--- a/linux/src/drivers/scsi/g_NCR5380.c
+++ b/linux/src/drivers/scsi/g_NCR5380.c
@@ -69,10 +69,6 @@
*
*/
-/*
- * $Log: generic_NCR5380.c,v $
- */
-
#define AUTOPROBE_IRQ
#define AUTOSENSE
diff --git a/linux/src/drivers/scsi/g_NCR5380.h b/linux/src/drivers/scsi/g_NCR5380.h
index 2730723..a30e133 100644
--- a/linux/src/drivers/scsi/g_NCR5380.h
+++ b/linux/src/drivers/scsi/g_NCR5380.h
@@ -25,10 +25,6 @@
* 1+ (800) 334-5454
*/
-/*
- * $Log: generic_NCR5380.h,v $
- */
-
#ifndef GENERIC_NCR5380_H
#define GENERIC_NCR5380_H
diff --git a/linux/src/drivers/scsi/gdth.c b/linux/src/drivers/scsi/gdth.c
index a150b87..6cc2b78 100644
--- a/linux/src/drivers/scsi/gdth.c
+++ b/linux/src/drivers/scsi/gdth.c
@@ -22,7 +22,6 @@
* *
* Tested with Linux 1.2.13, ..., 2.1.103 *
* *
- * $Log: gdth.c,v $
* Revision 1.16 1998/09/28 16:08:46 achim
* GDT_PCIMPR: DPMEM remapping, if required
* mdelay() added
@@ -88,7 +87,7 @@
* Initial revision
*
*
- * $Id: gdth.c,v 1.1 1999/04/26 05:54:35 tb Exp $
+ * $Id: gdth.c,v 1.1.4.1 2007/03/27 21:04:30 tschwinge Exp $
************************************************************************/
#ifdef MODULE
diff --git a/linux/src/drivers/scsi/qlogicisp.c b/linux/src/drivers/scsi/qlogicisp.c
index 5f76b24..ebee05d 100644
--- a/linux/src/drivers/scsi/qlogicisp.c
+++ b/linux/src/drivers/scsi/qlogicisp.c
@@ -17,51 +17,8 @@
/* Renamed and updated to 1.3.x by Michael Griffith <grif@cs.ucr.edu> */
/*
- * $Date: 2005/01/22 02:29:18 $
- * $Revision: 1.1.4.1 $
- *
- * $Log: qlogicisp.c,v $
- * Revision 1.1 1999/04/26 05:54:52 tb
- * 1998-11-30 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
- *
- * Clean up linux emulation code to make it architecture-independent
- * as much as possible.
- *
- * * linux: Renamed from linuxdev.
- * * Makefile.in (objfiles): Add linux.o instead of linuxdev.o.
- * (MAKE): New variable. Used for the linux.o target.
- * * configure.in: Add AC_CHECK_TOOL(MAKE, make).
- * * i386/i386/spl.h: Include <i386/ipl.h>, for compatibility with
- * OSF Mach 3.0. Suggested by Elgin Lee <ehl@funghi.com>.
- * * linux/src: Renamed from linux/linux.
- * * linux/dev: Renamed from linux/mach.
- * * linux/Drivers.in (AC_INIT): Use dev/include/linux/autoconf.h,
- * instead of mach/include/linux/autoconf.h.
- * * Makefile.in (all): Target ../linux.o instead of ../linuxdev.o.
- * * linux/dev/drivers/block/genhd.c: Include <machine/spl.h> instead
- * of <i386/ipl.h>.
- * * linux/dev/drivers/net/auto_irq.c: Remove unneeded header files,
- * <i386/ipl.h> and <i386/pic.h>.
- * * linux/dev/init/main.c: Many i386-dependent codes moved to ...
- * * linux/dev/arch/i386/irq.c: ... here.
- * * linux/dev/arch/i386/setup.c: New file.
- * * linux/dev/arch/i386/linux_emul.h: Likewise.
- * * linux/dev/arch/i386/glue/timer.c: Merged into sched.c.
- * * linux/dev/arch/i386/glue/sched.c: Include <machine/spl.h> instead
- * of <i386/ipl.h>, and moved to ...
- * * linux/dev/kernel/sched.c: ... here.
- * * linux/dev/arch/i386/glue/block.c: Include <machine/spl.h> and
- * <linux_emul.h>, instead of i386-dependent header files, and
- * moved to ...
- * * linux/dev/glue/blocl.c: ... here.
- * * linux/dev/arch/i386/glue/net.c: Include <machine/spl.h> and
- * <linux_emul.h>, instead of i386-dependent header files, and
- * moved to ...
- * * linux/dev/glue/net.c: ... here.
- * * linux/dev/arch/i386/glue/misc.c: Remove `x86' and moved to ...
- * * linux/dev/glue/misc.c: ... here.
- * * linux/dev/arch/i386/glue/kmem.c: Moved to ...
- * * linux/dev/glue/kmem.c: ... here.
+ * $Date: 2007/03/27 21:04:30 $
+ * $Revision: 1.1.4.2 $
*
* Revision 0.5 1995/09/22 02:23:15 root
* do auto request sense
diff --git a/linux/src/drivers/scsi/qlogicisp.h b/linux/src/drivers/scsi/qlogicisp.h
index c34fdf5..b3e052c 100644
--- a/linux/src/drivers/scsi/qlogicisp.h
+++ b/linux/src/drivers/scsi/qlogicisp.h
@@ -17,51 +17,8 @@
/* Renamed and updated to 1.3.x by Michael Griffith <grif@cs.ucr.edu> */
/*
- * $Date: 2005/06/02 18:52:38 $
- * $Revision: 1.1.4.1 $
- *
- * $Log: qlogicisp.h,v $
- * Revision 1.1 1999/04/26 05:54:53 tb
- * 1998-11-30 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
- *
- * Clean up linux emulation code to make it architecture-independent
- * as much as possible.
- *
- * * linux: Renamed from linuxdev.
- * * Makefile.in (objfiles): Add linux.o instead of linuxdev.o.
- * (MAKE): New variable. Used for the linux.o target.
- * * configure.in: Add AC_CHECK_TOOL(MAKE, make).
- * * i386/i386/spl.h: Include <i386/ipl.h>, for compatibility with
- * OSF Mach 3.0. Suggested by Elgin Lee <ehl@funghi.com>.
- * * linux/src: Renamed from linux/linux.
- * * linux/dev: Renamed from linux/mach.
- * * linux/Drivers.in (AC_INIT): Use dev/include/linux/autoconf.h,
- * instead of mach/include/linux/autoconf.h.
- * * Makefile.in (all): Target ../linux.o instead of ../linuxdev.o.
- * * linux/dev/drivers/block/genhd.c: Include <machine/spl.h> instead
- * of <i386/ipl.h>.
- * * linux/dev/drivers/net/auto_irq.c: Remove unneeded header files,
- * <i386/ipl.h> and <i386/pic.h>.
- * * linux/dev/init/main.c: Many i386-dependent codes moved to ...
- * * linux/dev/arch/i386/irq.c: ... here.
- * * linux/dev/arch/i386/setup.c: New file.
- * * linux/dev/arch/i386/linux_emul.h: Likewise.
- * * linux/dev/arch/i386/glue/timer.c: Merged into sched.c.
- * * linux/dev/arch/i386/glue/sched.c: Include <machine/spl.h> instead
- * of <i386/ipl.h>, and moved to ...
- * * linux/dev/kernel/sched.c: ... here.
- * * linux/dev/arch/i386/glue/block.c: Include <machine/spl.h> and
- * <linux_emul.h>, instead of i386-dependent header files, and
- * moved to ...
- * * linux/dev/glue/blocl.c: ... here.
- * * linux/dev/arch/i386/glue/net.c: Include <machine/spl.h> and
- * <linux_emul.h>, instead of i386-dependent header files, and
- * moved to ...
- * * linux/dev/glue/net.c: ... here.
- * * linux/dev/arch/i386/glue/misc.c: Remove `x86' and moved to ...
- * * linux/dev/glue/misc.c: ... here.
- * * linux/dev/arch/i386/glue/kmem.c: Moved to ...
- * * linux/dev/glue/kmem.c: ... here.
+ * $Date: 2007/03/27 21:04:30 $
+ * $Revision: 1.1.4.2 $
*
* Revision 0.5 1995/09/22 02:32:56 root
* do auto request sense
diff --git a/linux/src/drivers/scsi/t128.c b/linux/src/drivers/scsi/t128.c
index 06c6d20..d4c7452 100644
--- a/linux/src/drivers/scsi/t128.c
+++ b/linux/src/drivers/scsi/t128.c
@@ -102,10 +102,6 @@
* 15 9-11
*/
-/*
- * $Log: t128.c,v $
- */
-
#include <asm/system.h>
#include <linux/signal.h>
#include <linux/sched.h>
diff --git a/linux/src/drivers/scsi/t128.h b/linux/src/drivers/scsi/t128.h
index 43a8982..2a3c3cb 100644
--- a/linux/src/drivers/scsi/t128.h
+++ b/linux/src/drivers/scsi/t128.h
@@ -34,10 +34,6 @@
* 1+ (800) 334-5454
*/
-/*
- * $Log: t128.h,v $
- */
-
#ifndef T128_H
#define T128_H