diff options
Diffstat (limited to 'sys/dev/pci/if_vgevar.h')
-rw-r--r-- | sys/dev/pci/if_vgevar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_vgevar.h b/sys/dev/pci/if_vgevar.h index 5b26a137451..9073695cbaf 100644 --- a/sys/dev/pci/if_vgevar.h +++ b/sys/dev/pci/if_vgevar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vgevar.h,v 1.2 2006/05/20 02:39:31 brad Exp $ */ +/* $OpenBSD: if_vgevar.h,v 1.3 2006/05/28 00:20:21 brad Exp $ */ /* $FreeBSD: if_vgevar.h,v 1.1 2004/09/10 20:57:45 wpaul Exp $ */ /* * Copyright (c) 2004 @@ -32,6 +32,8 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#define VGE_JUMBO_MTU 9000 + #define VGE_IFQ_MAXLEN 64 #define VGE_TX_DESC_CNT 256 |