summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1996-05-10 16:28:00 +0000
committergibbs <gibbs@FreeBSD.org>1996-05-10 16:28:00 +0000
commitee79fb34b7ffbfb608645cae031e188a0c427e27 (patch)
treeca8126b562236c0bbc2654a3cc452b7bb598d43d /sys/dev/aic7xxx
parentc0934bc4abadb7b0f372da387f132f64f607c58f (diff)
downloadFreeBSD-src-ee79fb34b7ffbfb608645cae031e188a0c427e27.zip
FreeBSD-src-ee79fb34b7ffbfb608645cae031e188a0c427e27.tar.gz
One more linux -> __linux__
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic7xxx_reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx_reg.h b/sys/dev/aic7xxx/aic7xxx_reg.h
index aa5b008..4354f6f 100644
--- a/sys/dev/aic7xxx/aic7xxx_reg.h
+++ b/sys/dev/aic7xxx/aic7xxx_reg.h
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aic7xxx_reg.h,v 1.8 1996/04/20 21:20:31 gibbs Exp $
+ * $Id: aic7xxx_reg.h,v 1.9 1996/05/10 16:11:03 gibbs Exp $
*/
/*
@@ -561,7 +561,7 @@
#define SCB_NEXT 0x0ba
#define SCB_PREV 0x0bb
-#ifdef linux
+#ifdef __linux__
#define SG_SIZEOF 0x0c /* sizeof(struct scatterlist) */
#else
#define SG_SIZEOF 0x08 /* sizeof(struct ahc_dma) */
OpenPOWER on IntegriCloud