summaryrefslogtreecommitdiff
path: root/sys/dev/ic/adwmcode.h
diff options
context:
space:
mode:
authordante <dante@NetBSD.org>2000-02-03 20:28:26 +0000
committerdante <dante@NetBSD.org>2000-02-03 20:28:26 +0000
commitcbacaf54d7d27bb8758a3db6814d48a8b6cc4c74 (patch)
tree4026478948d715ac48b076563eaa63911844ff3b /sys/dev/ic/adwmcode.h
parentccba1416010f9f68d9b44b0e915a2433e3ee2f52 (diff)
Add AdvanSys U2W (LVD) boards support
Diffstat (limited to 'sys/dev/ic/adwmcode.h')
-rw-r--r--sys/dev/ic/adwmcode.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/sys/dev/ic/adwmcode.h b/sys/dev/ic/adwmcode.h
index a16a7354c2a..61f1d7c1bd0 100644
--- a/sys/dev/ic/adwmcode.h
+++ b/sys/dev/ic/adwmcode.h
@@ -1,10 +1,10 @@
-/* $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>
@@ -41,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 */