diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_bgereg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h index 124b52d7945..acb5d5a926b 100644 --- a/sys/dev/pci/if_bgereg.h +++ b/sys/dev/pci/if_bgereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bgereg.h,v 1.7 2003/10/13 16:18:56 krw Exp $ */ +/* $OpenBSD: if_bgereg.h,v 1.8 2004/03/19 21:57:36 miod Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 @@ -2139,7 +2139,7 @@ struct bge_ring_data { * no attempt is made to allocate physically contiguous memory. * */ -#ifdef __alpha__ /* XXX - should be conditional on pointer size */ +#ifdef __LP64__ #define BGE_NTXSEG 30 #else #define BGE_NTXSEG 31 |