From 211fe231c99b8cf1aa3f91c97b1f00c73b857865 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 27 Mar 2007 21:04:30 +0000 Subject: 2007-03-27 Thomas Schwinge * 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. --- linux/src/drivers/scsi/AM53C974.c | 4 ---- linux/src/drivers/scsi/AM53C974.h | 4 ---- linux/src/drivers/scsi/NCR5380.c | 1 - linux/src/drivers/scsi/NCR5380.h | 4 ---- linux/src/drivers/scsi/aha152x.c | 26 +-------------------- linux/src/drivers/scsi/aha1542.h | 3 +-- linux/src/drivers/scsi/g_NCR5380.c | 4 ---- linux/src/drivers/scsi/g_NCR5380.h | 4 ---- linux/src/drivers/scsi/gdth.c | 3 +-- linux/src/drivers/scsi/qlogicisp.c | 47 ++------------------------------------ linux/src/drivers/scsi/qlogicisp.h | 47 ++------------------------------------ linux/src/drivers/scsi/t128.c | 4 ---- linux/src/drivers/scsi/t128.h | 4 ---- 13 files changed, 7 insertions(+), 148 deletions(-) (limited to 'linux/src/drivers/scsi') 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 - * - * * 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 - * - * * 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 */ /* - * $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 - * - * 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 , for compatibility with - * OSF Mach 3.0. Suggested by Elgin Lee . - * * 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 instead - * of . - * * linux/dev/drivers/net/auto_irq.c: Remove unneeded header files, - * and . - * * 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 instead - * of , and moved to ... - * * linux/dev/kernel/sched.c: ... here. - * * linux/dev/arch/i386/glue/block.c: Include and - * , instead of i386-dependent header files, and - * moved to ... - * * linux/dev/glue/blocl.c: ... here. - * * linux/dev/arch/i386/glue/net.c: Include and - * , 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 */ /* - * $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 - * - * 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 , for compatibility with - * OSF Mach 3.0. Suggested by Elgin Lee . - * * 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 instead - * of . - * * linux/dev/drivers/net/auto_irq.c: Remove unneeded header files, - * and . - * * 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 instead - * of , and moved to ... - * * linux/dev/kernel/sched.c: ... here. - * * linux/dev/arch/i386/glue/block.c: Include and - * , instead of i386-dependent header files, and - * moved to ... - * * linux/dev/glue/blocl.c: ... here. - * * linux/dev/arch/i386/glue/net.c: Include and - * , 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 #include #include 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 -- cgit v1.2.3