diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-03-27 21:04:30 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:07 +0200 |
commit | 211fe231c99b8cf1aa3f91c97b1f00c73b857865 (patch) | |
tree | 7e7956a223474bfaa35021cb86ffe4a6faa008cc /linux/src/drivers/scsi/qlogicisp.h | |
parent | f7efb5a1eac47a932dd912f85f97eb68d272a688 (diff) | |
download | gnumach-211fe231c99b8cf1aa3f91c97b1f00c73b857865.tar.gz gnumach-211fe231c99b8cf1aa3f91c97b1f00c73b857865.tar.bz2 gnumach-211fe231c99b8cf1aa3f91c97b1f00c73b857865.zip |
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/drivers/scsi/qlogicisp.h')
-rw-r--r-- | linux/src/drivers/scsi/qlogicisp.h | 47 |
1 files changed, 2 insertions, 45 deletions
diff --git a/linux/src/drivers/scsi/qlogicisp.h b/linux/src/drivers/scsi/qlogicisp.h index c34fdf50..b3e052ca 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 |