Commit ad4341e7 authored by Achim Leubner's avatar Achim Leubner Committed by Linus Torvalds

[PATCH] gdth driver update

- Maintainers email address and copyright messages updated
- Scanning for EISA and ISA controllers disabled due to a resource conflict
  with the Adaptec aic driver
- Switch "probe_eisa_isa" added to give the possibility to enable the
  EISA/ISA scan if required
- Driver version increased to 2.08
parent fcdcae94
......@@ -1869,9 +1869,9 @@ S: D53424 Remagen
S: Germany
N: Achim Leubner
E: achim.leubner@intel.com
E: achim_leubner@adaptec.com
D: GDT Disk Array Controller/Storage RAID controller driver
S: ICP vortex GmbH, an Intel company
S: ICP vortex GmbH
S: Neckarsulm
S: Germany
......
......@@ -814,7 +814,7 @@ S: Odd fixes (e.g., new signatures)
GDT SCSI DISK ARRAY CONTROLLER DRIVER
P: Achim Leubner
M: achim.leubner@intel.com
M: achim_leubner@adaptec.com
L: linux-scsi@vger.kernel.org
W: http://www.icp-vortex.com/
S: Supported
......
......@@ -556,7 +556,7 @@ config SCSI_GDTH
Formerly called GDT SCSI Disk Array Controller Support.
This is a driver for RAID/SCSI Disk Array Controllers (EISA/ISA/PCI)
manufactured by Intel/ICP vortex (an Intel Company). It is documented
manufactured by Intel Corporation/ICP vortex GmbH. It is documented
in the kernel source in <file:drivers/scsi/gdth.c> and
<file:drivers/scsi/gdth.h.>
......
This diff is collapsed.
......@@ -4,13 +4,13 @@
/*
* Header file for the GDT Disk Array/Storage RAID controllers driver for Linux
*
* gdth.h Copyright (C) 1995-02 ICP vortex, an Intel company, Achim Leubner
* gdth.h Copyright (C) 1995-03 ICP vortex, Achim Leubner
* See gdth.c for further informations and
* below for supported controller types
*
* <achim.leubner@intel.com>
* <achim_leubner@adaptec.com>
*
* $Id: gdth.h,v 1.48 2003/02/27 14:58:22 achim Exp $
* $Id: gdth.h,v 1.50 2003/09/17 08:29:58 achim Exp $
*/
#include <linux/version.h>
......@@ -26,9 +26,9 @@
/* defines, macros */
/* driver version */
#define GDTH_VERSION_STR "2.07"
#define GDTH_VERSION_STR "2.08"
#define GDTH_VERSION 2
#define GDTH_SUBVERSION 7
#define GDTH_SUBVERSION 8
/* protocol version */
#define PROTOCOL_VERSION 1
......
/* gdth_proc.c
* $Id: gdth_proc.c,v 1.35 2003/02/27 15:00:44 achim Exp $
* $Id: gdth_proc.c,v 1.37 2003/09/17 08:31:53 achim Exp $
*/
#if LINUX_VERSION_CODE >= 0x020407
......
......@@ -2,7 +2,7 @@
#define _GDTH_PROC_H
/* gdth_proc.h
* $Id: gdth_proc.h,v 1.13 2003/02/27 14:59:25 achim Exp $
* $Id: gdth_proc.h,v 1.14 2003/08/27 11:37:35 achim Exp $
*/
static int gdth_set_info(char *buffer,int length,int hanum,int busnum);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment