diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-05-20 02:39:32 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-05-20 02:39:32 +0000 |
commit | e431fdd52cb6f7c5a87be3d99d66f7df2825f403 (patch) | |
tree | f00795e7e2e6b047e6ee4198c4d4faef3404b202 /sys/dev | |
parent | 703a2bef6671e7cff98fd7ebb90841b8634b2aa1 (diff) |
garbage collect VGE_JUMBO_MTU
Diffstat (limited to 'sys/dev')
-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 |