diff options
| author | fvdl <fvdl@NetBSD.org> | 2003-04-20 11:17:20 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 2003-04-20 11:17:20 +0000 |
| commit | 26813b6545e3689db077700bce2bb864d1d0d1cb (patch) | |
| tree | ad9aecad2628e0a7d0c93ca7c7356ddc47f8a452 /sys/dev | |
| parent | 9cb95972faaf9a2970bea34ec2cffb25054e219d (diff) | |
Get rid of AHC_LUN_WILDCARD, making differences with FreeBSD smaller.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/aic7xxx_cam.h | 4 | ||||
| -rw-r--r-- | sys/dev/ic/aic7xxxvar.h | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/ic/aic7xxx_cam.h b/sys/dev/ic/aic7xxx_cam.h index e2ee0a7cc6a..86e82553ed5 100644 --- a/sys/dev/ic/aic7xxx_cam.h +++ b/sys/dev/ic/aic7xxx_cam.h @@ -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 diff --git a/sys/dev/ic/aic7xxxvar.h b/sys/dev/ic/aic7xxxvar.h index 8620370507a..ef226a6ea5d 100644 --- a/sys/dev/ic/aic7xxxvar.h +++ b/sys/dev/ic/aic7xxxvar.h @@ -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; |
