diff options
| author | mjacob <mjacob@NetBSD.org> | 2002-03-22 02:31:09 +0000 |
|---|---|---|
| committer | mjacob <mjacob@NetBSD.org> | 2002-03-22 02:31:09 +0000 |
| commit | 2c3c2f2ca08112e4572f273c2862773f7421ca44 (patch) | |
| tree | 397925d643588a016434d907750ffeae9255cf9c /sys/dev/microcode/isp/asm_sbus.h | |
| parent | ff9ae73488b60bcc07f0282bc741418b289d8d5c (diff) | |
Cast for now non-const in ispdv structure.
Diffstat (limited to 'sys/dev/microcode/isp/asm_sbus.h')
| -rw-r--r-- | sys/dev/microcode/isp/asm_sbus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/isp/asm_sbus.h b/sys/dev/microcode/isp/asm_sbus.h index 3fe2934c61b..342d747b296 100644 --- a/sys/dev/microcode/isp/asm_sbus.h +++ b/sys/dev/microcode/isp/asm_sbus.h @@ -1,4 +1,4 @@ -/* $NetBSD: asm_sbus.h,v 1.16 2000/10/16 05:10:37 mjacob Exp $ */ +/* $NetBSD: asm_sbus.h,v 1.17 2002/03/22 02:31:09 mjacob Exp $ */ /* * Copyright (C) 1995, 1996, 1997, 1998, 1999 Qlogic, Inc. * All rights reserved. @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define ISP_1000_RISC_CODE isp_1000_risc_code +#define ISP_1000_RISC_CODE (u_int16_t *) isp_1000_risc_code #if defined(ISP_COMPILE_FW) || defined(ISP_COMPILE_1000_FW) #ifndef ISP_TARGET_MODE |
