summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-12-24 23:29:15 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-12-24 23:29:15 +0000
commit63b6877faf60b551891ff67169613b2e40410649 (patch)
tree548d848c49669a36a801822254fdac4b6b6582dc /sys/dev/pci
parent5edb576e874abc19a7b4561833765e56a93f95e0 (diff)
init Jumbo RX ring by default.
ok krw@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_bge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index 8fe793ca27d..8e4c0b496c5 100644
--- a/sys/dev/pci/if_bge.c
+++ b/sys/dev/pci/if_bge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bge.c,v 1.45 2004/12/17 03:13:59 brad Exp $ */
+/* $OpenBSD: if_bge.c,v 1.46 2004/12/24 23:29:14 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
* Copyright (c) 1997, 1998, 1999, 2001
@@ -2832,7 +2832,7 @@ bge_init(xsc)
}
/* Init jumbo RX ring. */
- if (ifp->if_mtu > ETHER_MAX_LEN)
+ if (sc->bge_quirks & BGE_QUIRK_5705_CORE) == 0)
bge_init_rx_ring_jumbo(sc);
/* Init our RX return ring index */