compilation fixes from Eklund

This commit is contained in:
Matt Jacob 1998-12-05 01:30:52 +00:00
parent 828dbae745
commit e9c2652818

View File

@ -1,4 +1,5 @@
/* $FreeBSD$ */
/* $Id: $ */
/* isp_freebsd.h 1.16 */
/*
* Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (non CAM version)
*---------------------------------------
@ -98,7 +99,7 @@ struct isposinfo {
#define XS_STS(xs) (xs)->status
#define XS_TIME(xs) (xs)->timeout
#define XS_SNSP(xs) (&(xs)->sense)
#define XS_SNSLEN(xs) (sizeof (xs)->sense)
#define XS_SNSLEN(xs) (sizeof((xs)->sense))
#define XS_SNSKEY(xs) ((xs)->sense.ext.extended.flags)
#define HBA_NOERROR XS_NOERROR