Get rid of AHC_LUN_WILDCARD, making differences with FreeBSD smaller.
This commit is contained in:
parent
9cb95972fa
commit
26813b6545
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: aic7xxx_cam.h,v 1.2 2003/04/19 19:38:21 fvdl Exp $ */
|
||||
/* $NetBSD: aic7xxx_cam.h,v 1.3 2003/04/20 11:17:20 fvdl Exp $ */
|
||||
|
||||
/*
|
||||
* Data structures and definitions for the CAM system.
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
#define CAM_BUS_WILDCARD ((u_int)~0)
|
||||
#define CAM_TARGET_WILDCARD ((u_int)~0)
|
||||
#define CAM_LUN_WILDCARD AHC_LUN_WILDCARD
|
||||
#define CAM_LUN_WILDCARD -1
|
||||
|
||||
/*
|
||||
* XXX translate FreeBSD SCSI status byte values to NetBSD, and define
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGES.
|
||||
*
|
||||
* $Id: aic7xxxvar.h,v 1.33 2003/04/19 19:33:30 fvdl Exp $
|
||||
* $Id: aic7xxxvar.h,v 1.34 2003/04/20 11:17:20 fvdl Exp $
|
||||
*
|
||||
* $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.h,v 1.44 2003/01/20 20:44:55 gibbs Exp $
|
||||
*/
|
||||
|
@ -137,8 +137,6 @@ union ins_formats {
|
|||
uint32_t integer;
|
||||
};
|
||||
|
||||
#define AHC_LUN_WILDCARD -1
|
||||
|
||||
/************************* Forward Declarations *******************************/
|
||||
struct ahc_platform_data;
|
||||
struct scb_platform_data;
|
||||
|
|
Loading…
Reference in New Issue