diff options
Diffstat (limited to 'sys/dev/ic/aic6360var.h')
-rw-r--r-- | sys/dev/ic/aic6360var.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/aic6360var.h b/sys/dev/ic/aic6360var.h index c8deba51ded..e93cc94e3ea 100644 --- a/sys/dev/ic/aic6360var.h +++ b/sys/dev/ic/aic6360var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic6360var.h,v 1.3 2003/05/14 09:04:59 jason Exp $ */ +/* $OpenBSD: aic6360var.h,v 1.4 2006/05/23 20:42:21 miod Exp $ */ /* $NetBSD: aic6360.c,v 1.52 1996/12/10 21:27:51 thorpej Exp $ */ /* @@ -56,12 +56,14 @@ typedef u_long physaddr; typedef u_long physlen; +#ifdef notyet struct aic_dma_seg { physaddr seg_addr; physlen seg_len; }; #define AIC_NSEG 16 +#endif /* * ACB. Holds additional information for each SCSI command Comments: We |