From e9dee9260e6c2823c64eb8001897e3b07a985c20 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 9 Mar 2001 15:46:31 +0000 Subject: give some dadaical credits and disable debugging --- sys/dev/ic/ami.c | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic/ami.c') 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 #include -- cgit v1.2.3