mptlan.h (39fe5434cb9de5da40510028b17b96bc4eb312b3) | mptlan.h (f36789e22ac32a6554b8e4d05ab6125fc1161745) |
---|---|
1/* 2 * linux/drivers/message/fusion/mptlan.h 3 * IP Over Fibre Channel device driver. | 1/* 2 * linux/drivers/message/fusion/mptlan.h 3 * IP Over Fibre Channel device driver. |
4 * For use with LSI Logic Fibre Channel PCI chip/adapters 5 * running LSI Logic Fusion MPT (Message Passing Technology) firmware. | 4 * For use with LSI Fibre Channel PCI chip/adapters 5 * running LSI Fusion MPT (Message Passing Technology) firmware. |
6 * | 6 * |
7 * Copyright (c) 2000-2007 LSI Logic Corporation | 7 * Copyright (c) 2000-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. --- 54 unchanged lines hidden (view full) --- 70#include <linux/workqueue.h> 71#include <linux/delay.h> 72// #include <linux/trdevice.h> 73 74#include <asm/uaccess.h> 75#include <asm/io.h> 76 77 /* Override mptbase.h by pre-defining these! */ | 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. --- 54 unchanged lines hidden (view full) --- 70#include <linux/workqueue.h> 71#include <linux/delay.h> 72// #include <linux/trdevice.h> 73 74#include <asm/uaccess.h> 75#include <asm/io.h> 76 77 /* Override mptbase.h by pre-defining these! */ |
78#define MODULEAUTHOR "LSI Logic Corporation" | 78#define MODULEAUTHOR "LSI Corporation" |
79 80#include "mptbase.h" 81 82/*****************************************************************************/ 83#define LANAME "Fusion MPT LAN driver" 84#define LANVER MPT_LINUX_VERSION_COMMON 85 86#ifdef MODULE --- 45 unchanged lines hidden --- | 79 80#include "mptbase.h" 81 82/*****************************************************************************/ 83#define LANAME "Fusion MPT LAN driver" 84#define LANVER MPT_LINUX_VERSION_COMMON 85 86#ifdef MODULE --- 45 unchanged lines hidden --- |