diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1996-05-10 16:28:00 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1996-05-10 16:28:00 +0000 |
| commit | 990f21682c5a54ebaa6e593fe3def8cf852377e9 (patch) | |
| tree | ca8126b562236c0bbc2654a3cc452b7bb598d43d | |
| parent | 33cb7dbb53ea386b9708122f88139d716ba42d46 (diff) | |
Notes
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx_reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx_reg.h b/sys/dev/aic7xxx/aic7xxx_reg.h index aa5b008eb003..4354f6f69a5b 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) */ |
