diff options
author | 2001-03-09 15:46:30 +0000 | |
---|---|---|
committer | 2001-03-09 15:46:30 +0000 | |
commit | 0aae3e8addaf62ea31ba337569062efbdfaa6b86 (patch) | |
tree | 91cef0cd130c5ccc9622fccb92c3ad3eb49dad2c | |
parent | Add Belgian keymap for wscons; addresses PR/1592 from TDeval@PrimeOBJ.COM. (diff) | |
download | wireguard-openbsd-0aae3e8addaf62ea31ba337569062efbdfaa6b86.tar.xz wireguard-openbsd-0aae3e8addaf62ea31ba337569062efbdfaa6b86.zip |
give some dadaical credits and disable debugging
-rw-r--r-- | sys/dev/ic/ami.c | 19 |
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> |