mptctl.c (f606f5718fa5a36e400000f91c44a5725b0f005d) | mptctl.c (f36789e22ac32a6554b8e4d05ab6125fc1161745) |
---|---|
1/* 2 * linux/drivers/message/fusion/mptctl.c 3 * mpt Ioctl driver. | 1/* 2 * linux/drivers/message/fusion/mptctl.c 3 * mpt Ioctl driver. |
4 * For use with LSI Logic PCI chip/adapters 5 * running LSI Logic Fusion MPT (Message Passing Technology) firmware. | 4 * For use with LSI PCI chip/adapters 5 * running LSI Fusion MPT (Message Passing Technology) firmware. |
6 * | 6 * |
7 * Copyright (c) 1999-2007 LSI Logic Corporation | 7 * Copyright (c) 1999-2007 LSI Corporation |
8 * (mailto:DL-MPTFusionLinux@lsi.com) 9 * 10 */ 11/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 12/* 13 This program is free software; you can redistribute it and/or modify 14 it under the terms of the GNU General Public License as published by 15 the Free Software Foundation; version 2 of the License. --- 45 unchanged lines hidden (view full) --- 61#include <asm/uaccess.h> 62 63#include <scsi/scsi.h> 64#include <scsi/scsi_cmnd.h> 65#include <scsi/scsi_device.h> 66#include <scsi/scsi_host.h> 67#include <scsi/scsi_tcq.h> 68 | 8 * (mailto:DL-MPTFusionLinux@lsi.com) 9 * 10 */ 11/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 12/* 13 This program is free software; you can redistribute it and/or modify 14 it under the terms of the GNU General Public License as published by 15 the Free Software Foundation; version 2 of the License. --- 45 unchanged lines hidden (view full) --- 61#include <asm/uaccess.h> 62 63#include <scsi/scsi.h> 64#include <scsi/scsi_cmnd.h> 65#include <scsi/scsi_device.h> 66#include <scsi/scsi_host.h> 67#include <scsi/scsi_tcq.h> 68 |
69#define COPYRIGHT "Copyright (c) 1999-2007 LSI Logic Corporation" 70#define MODULEAUTHOR "LSI Logic Corporation" | 69#define COPYRIGHT "Copyright (c) 1999-2007 LSI Corporation" 70#define MODULEAUTHOR "LSI Corporation" |
71#include "mptbase.h" 72#include "mptctl.h" 73 74/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 75#define my_NAME "Fusion MPT misc device (ioctl) driver" 76#define my_VERSION MPT_LINUX_VERSION_COMMON 77#define MYNAM "mptctl" 78 --- 2901 unchanged lines hidden --- | 71#include "mptbase.h" 72#include "mptctl.h" 73 74/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 75#define my_NAME "Fusion MPT misc device (ioctl) driver" 76#define my_VERSION MPT_LINUX_VERSION_COMMON 77#define MYNAM "mptctl" 78 --- 2901 unchanged lines hidden --- |