summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-05-29 20:34:28 +0000
committermjacob <mjacob@FreeBSD.org>2006-05-29 20:34:28 +0000
commitff05f5f32b9783ffa4f05a2b79b7e54056d2f947 (patch)
treea9e82d17d24cbc8fd60826515c7661de5f9ce590 /sys/dev/mpt
parentca1d2c2d548de93d53a1e17d34a68b9056fd941e (diff)
downloadFreeBSD-src-ff05f5f32b9783ffa4f05a2b79b7e54056d2f947.zip
FreeBSD-src-ff05f5f32b9783ffa4f05a2b79b7e54056d2f947.tar.gz
Add acknowledgements to LSI-Logic for support
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt.c4
-rw-r--r--sys/dev/mpt/mpt.h4
-rw-r--r--sys/dev/mpt/mpt_cam.c3
-rw-r--r--sys/dev/mpt/mpt_cam.h3
-rw-r--r--sys/dev/mpt/mpt_debug.c3
-rw-r--r--sys/dev/mpt/mpt_pci.c3
-rw-r--r--sys/dev/mpt/mpt_raid.c8
-rw-r--r--sys/dev/mpt/mpt_raid.h8
-rw-r--r--sys/dev/mpt/mpt_reg.h3
9 files changed, 39 insertions, 0 deletions
diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c
index 95b8bb1..5a5ead9 100644
--- a/sys/dev/mpt/mpt.c
+++ b/sys/dev/mpt/mpt.c
@@ -57,6 +57,10 @@
*
* Support from Chris Ellsworth in order to make SAS adapters work
* is gratefully acknowledged.
+ *
+ *
+ * Support from LSI-Logic has also gone a great deal toward making this a
+ * workable subsystem and is gratefully acknowledged.
*/
/*-
* Copyright (c) 2004, Avid Technology, Inc. and its contributors.
diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h
index 6bc2b8b..c7554b2 100644
--- a/sys/dev/mpt/mpt.h
+++ b/sys/dev/mpt/mpt.h
@@ -58,6 +58,10 @@
*
* Support from Chris Ellsworth in order to make SAS adapters work
* is gratefully acknowledged.
+ *
+ *
+ * Support from LSI-Logic has also gone a great deal toward making this a
+ * workable subsystem and is gratefully acknowledged.
*/
/*
* Copyright (c) 2004, Avid Technology, Inc. and its contributors.
diff --git a/sys/dev/mpt/mpt_cam.c b/sys/dev/mpt/mpt_cam.c
index f23dd44..cec6863 100644
--- a/sys/dev/mpt/mpt_cam.c
+++ b/sys/dev/mpt/mpt_cam.c
@@ -57,6 +57,9 @@
*
* Support from Chris Ellsworth in order to make SAS adapters work
* is gratefully acknowledged.
+ *
+ * Support from LSI-Logic has also gone a great deal toward making this a
+ * workable subsystem and is gratefully acknowledged.
*/
/*-
* Copyright (c) 2004, Avid Technology, Inc. and its contributors.
diff --git a/sys/dev/mpt/mpt_cam.h b/sys/dev/mpt/mpt_cam.h
index ff675b4..0bb6eb2 100644
--- a/sys/dev/mpt/mpt_cam.h
+++ b/sys/dev/mpt/mpt_cam.h
@@ -57,6 +57,9 @@
*
* Support from Chris Ellsworth in order to make SAS adapters work
* is gratefully acknowledged.
+ *
+ * Support from LSI-Logic has also gone a great deal toward making this a
+ * workable subsystem and is gratefully acknowledged.
*/
/*-
* Copyright (c) 2004, Avid Technology, Inc. and its contributors.
diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c
index 7f9cc38..f5546ad 100644
--- a/sys/dev/mpt/mpt_debug.c
+++ b/sys/dev/mpt/mpt_debug.c
@@ -58,6 +58,9 @@
*
* Support from Chris Ellsworth in order to make SAS adapters work
* is gratefully acknowledged.
+ *
+ * Support from LSI-Logic has also gone a great deal toward making this a
+ * workable subsystem and is gratefully acknowledged.
*/
#include <sys/cdefs.h>
diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c
index 7a3ff0a..4013cd9 100644
--- a/sys/dev/mpt/mpt_pci.c
+++ b/sys/dev/mpt/mpt_pci.c
@@ -61,6 +61,9 @@
*
* Support from Chris Ellsworth in order to make SAS adapters work
* is gratefully acknowledged.
+ *
+ * Support from LSI-Logic has also gone a great deal toward making this a
+ * workable subsystem and is gratefully acknowledged.
*/
/*
* Copyright (c) 2004, Avid Technology, Inc. and its contributors.
diff --git a/sys/dev/mpt/mpt_raid.c b/sys/dev/mpt/mpt_raid.c
index ed17008..201cc0d 100644
--- a/sys/dev/mpt/mpt_raid.c
+++ b/sys/dev/mpt/mpt_raid.c
@@ -31,6 +31,14 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF THE COPYRIGHT
* OWNER OR CONTRIBUTOR IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/*-
+ * Some Breakage and Bug Fixing added later.
+ * Copyright (c) 2006, by Matthew Jacob
+ * All Rights Reserved
+ *
+ * Support from LSI-Logic has also gone a great deal toward making this a
+ * workable subsystem and is gratefully acknowledged.
+ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/sys/dev/mpt/mpt_raid.h b/sys/dev/mpt/mpt_raid.h
index 6ff4d83..1bd4101 100644
--- a/sys/dev/mpt/mpt_raid.h
+++ b/sys/dev/mpt/mpt_raid.h
@@ -32,6 +32,14 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF THE COPYRIGHT
* OWNER OR CONTRIBUTOR IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/*-
+ * Some Breakage and Bug Fixing added later.
+ * Copyright (c) 2006, by Matthew Jacob
+ * All Rights Reserved
+ *
+ * Support from LSI-Logic has also gone a great deal toward making this a
+ * workable subsystem and is gratefully acknowledged.
+ */
#ifndef _MPT_RAID_H_
#define _MPT_RAID_H_
diff --git a/sys/dev/mpt/mpt_reg.h b/sys/dev/mpt/mpt_reg.h
index fc6d1f3d..dca924c 100644
--- a/sys/dev/mpt/mpt_reg.h
+++ b/sys/dev/mpt/mpt_reg.h
@@ -58,6 +58,9 @@
*
* Support from Chris Ellsworth in order to make SAS adapters work
* is gratefully acknowledged.
+ *
+ * Support from LSI-Logic has also gone a great deal toward making this a
+ * workable subsystem and is gratefully acknowledged.
*/
#ifndef _MPT_REG_H_
#define _MPT_REG_H_
OpenPOWER on IntegriCloud