diff options
Diffstat (limited to 'sys/dev/aic7xxx/aic79xx_osm.h')
-rw-r--r-- | sys/dev/aic7xxx/aic79xx_osm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic79xx_osm.h b/sys/dev/aic7xxx/aic79xx_osm.h index 6615332..b68770d 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.h +++ b/sys/dev/aic7xxx/aic79xx_osm.h @@ -118,7 +118,7 @@ #define AHD_NSEG (roundup(btoc(MAXPHYS) + 1, 16)) /* This driver supports target mode */ -#if NOT_YET +#ifdef NOT_YET #define AHD_TARGET_MODE 1 #endif |