summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-03-09 15:46:31 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-03-09 15:46:31 +0000
commite9dee9260e6c2823c64eb8001897e3b07a985c20 (patch)
tree5995ca307a64a807879b5349084003e5ca590d63
parent75470cd59202f987aa8246466f2d06ec121f224c (diff)
give some dadaical credits and disable debugging
-rw-r--r--sys/dev/ic/ami.c19
1 files changed, 17 insertions, 2 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index 4a8d375df6e..52d325fc4f8 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.1 2001/03/09 11:14:21 mickey Exp $ */
+/* $OpenBSD: ami.c,v 1.2 2001/03/09 15:46:30 mickey Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -33,8 +33,23 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ * American Megatrends Inc. MegaRAID controllers driver
+ *
+ * This driver was made because these ppl and organizations
+ * donated hardware and provided documentation:
+ *
+ * - 428 model card
+ * John Kerbawy, Stephan Matis, Mark Stovall;
+ *
+ * - 467 and 475 model cards, docs
+ * American Megatrends Inc.;
+ *
+ * - uninterruptable electric power for cvs
+ * Theo de Raadt.
+ */
-#define AMI_DEBUG
+/* #define AMI_DEBUG */
#include <sys/param.h>
#include <sys/systm.h>