Oh, dear, I didn't have an i386 or amd64 up and running and

missed a LITTLE ENDIAN version of a define.
This commit is contained in:
mjacob 2007-07-08 05:22:33 +00:00
parent 887c79e434
commit cbd714c116
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isp_netbsd.h,v 1.60 2007/07/07 00:49:49 mjacob Exp $ */
/* $NetBSD: isp_netbsd.h,v 1.61 2007/07/08 05:22:33 mjacob Exp $ */
/*
* NetBSD Specific definitions for the Qlogic ISP Host Adapter
*/
@ -292,6 +292,7 @@ default: \
#define ISP_IOXGET_16(isp, s, d) d = *(s)
#define ISP_IOXGET_32(isp, s, d) d = *(s)
#define ISP_SWIZZLE_NVRAM_WORD(isp, rp)
#define ISP_SWIZZLE_NVRAM_LONG(isp, rp)
#define ISP_IOZPUT_8(isp, s, d) *(d) = s
#define ISP_IOZPUT_16(isp, s, d) *(d) = bswap16(s)