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