From 2c3c2f2ca08112e4572f273c2862773f7421ca44 Mon Sep 17 00:00:00 2001 From: mjacob Date: Fri, 22 Mar 2002 02:31:09 +0000 Subject: Cast for now non-const in ispdv structure. --- sys/dev/microcode/isp/asm_sbus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/microcode/isp') 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 -- cgit