diff options
Diffstat (limited to 'sys/dev/pci/if_bge.c')
-rw-r--r-- | sys/dev/pci/if_bge.c | 4 |
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 */ |