summaryrefslogtreecommitdiff
path: root/sys/dev/ic/adwmcode.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-02-05 22:20:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-02-05 22:20:40 +0000
commit1be6b642c8029081cd4100963cf7fe29e5302433 (patch)
tree1e27b6f913d1da40cc90528e8c7e1a15bba25254 /sys/dev/ic/adwmcode.h
parent456fb07557d109ce9616d179ed46717eeaa06b50 (diff)
support new u2w cards; dante@mclink.it, merged by kwesterback@home.com
Diffstat (limited to 'sys/dev/ic/adwmcode.h')
-rw-r--r--sys/dev/ic/adwmcode.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/sys/dev/ic/adwmcode.h b/sys/dev/ic/adwmcode.h
index 0f9e2c2e15f..61f1d7c1bd0 100644
--- a/sys/dev/ic/adwmcode.h
+++ b/sys/dev/ic/adwmcode.h
@@ -1,11 +1,10 @@
-/* $OpenBSD: adwmcode.h,v 1.1 1998/11/17 06:14:58 downsj Exp $ */
-/* $NetBSD: adwmcode.h,v 1.1 1998/09/26 16:10:42 dante Exp $ */
+/* $NetBSD: adwmcode.h,v 1.2 2000/02/03 20:29:17 dante Exp $ */
/*
* Generic driver definitions and exported functions for the Advanced
* Systems Inc. SCSI controllers
*
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* Author: Baldassare Dante Profeta <dante@mclink.it>
@@ -42,8 +41,12 @@
#ifndef ADV_MCODE_H
#define ADV_MCODE_H
-extern u_int8_t adv_mcode[];
-extern u_int16_t adv_mcode_size;
-extern u_int32_t adv_mcode_chksum;
+extern u_int8_t adv_asc3550_mcode[];
+extern u_int16_t adv_asc3550_mcode_size;
+extern u_int32_t adv_asc3550_mcode_chksum;
+
+extern u_int8_t adv_asc38C0800_mcode[];
+extern u_int16_t adv_asc38C0800_mcode_size;
+extern u_int32_t adv_asc38C0800_mcode_chksum;
#endif /* ADV_MCODE_H */