mptbase.h (eb5329f40c13923e84a847204b5c5d62954eaf05) mptbase.h (f36789e22ac32a6554b8e4d05ab6125fc1161745)
1/*
2 * linux/drivers/message/fusion/mptbase.h
3 * High performance SCSI + LAN / Fibre Channel device drivers.
4 * For use with PCI chip/adapter(s):
5 * LSIFC9xx/LSI409xx Fibre Channel
1/*
2 * linux/drivers/message/fusion/mptbase.h
3 * High performance SCSI + LAN / Fibre Channel device drivers.
4 * For use with PCI chip/adapter(s):
5 * LSIFC9xx/LSI409xx Fibre Channel
6 * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
6 * running LSI Fusion MPT (Message Passing Technology) firmware.
7 *
7 *
8 * Copyright (c) 1999-2007 LSI Logic Corporation
8 * Copyright (c) 1999-2007 LSI Corporation
9 * (mailto:DL-MPTFusionLinux@lsi.com)
10 *
11 */
12/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
13/*
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation; version 2 of the License.

--- 46 unchanged lines hidden (view full) ---

63#include "lsi/mpi_fc.h" /* Fibre Channel (lowlevel) support */
64#include "lsi/mpi_targ.h" /* SCSI/FCP Target protcol support */
65#include "lsi/mpi_tool.h" /* Tools support */
66#include "lsi/mpi_sas.h" /* SAS support */
67
68/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
69
70#ifndef MODULEAUTHOR
9 * (mailto:DL-MPTFusionLinux@lsi.com)
10 *
11 */
12/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
13/*
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation; version 2 of the License.

--- 46 unchanged lines hidden (view full) ---

63#include "lsi/mpi_fc.h" /* Fibre Channel (lowlevel) support */
64#include "lsi/mpi_targ.h" /* SCSI/FCP Target protcol support */
65#include "lsi/mpi_tool.h" /* Tools support */
66#include "lsi/mpi_sas.h" /* SAS support */
67
68/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
69
70#ifndef MODULEAUTHOR
71#define MODULEAUTHOR "LSI Logic Corporation"
71#define MODULEAUTHOR "LSI Corporation"
72#endif
73
74#ifndef COPYRIGHT
75#define COPYRIGHT "Copyright (c) 1999-2007 " MODULEAUTHOR
76#endif
77
78#define MPT_LINUX_VERSION_COMMON "3.04.05"
79#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.05"

--- 894 unchanged lines hidden ---
72#endif
73
74#ifndef COPYRIGHT
75#define COPYRIGHT "Copyright (c) 1999-2007 " MODULEAUTHOR
76#endif
77
78#define MPT_LINUX_VERSION_COMMON "3.04.05"
79#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.05"

--- 894 unchanged lines hidden ---