Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Jumbo frames do not currently work (chip goes ca...



details:   https://anonhg.NetBSD.org/src/rev/ccada7f9521e
branches:  trunk
changeset: 513163:ccada7f9521e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jul 25 15:44:48 2001 +0000

description:
Jumbo frames do not currently work (chip goes catatonic -- silicon bug?),
so don't set the capability.

diffstat:

 sys/dev/pci/if_stge.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 158887447f59 -r ccada7f9521e sys/dev/pci/if_stge.c
--- a/sys/dev/pci/if_stge.c     Wed Jul 25 12:51:44 2001 +0000
+++ b/sys/dev/pci/if_stge.c     Wed Jul 25 15:44:48 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_stge.c,v 1.3 2001/07/25 01:48:14 thorpej Exp $      */
+/*     $NetBSD: if_stge.c,v 1.4 2001/07/25 15:44:48 thorpej Exp $      */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -632,7 +632,7 @@
         * XXX a reasonable way on this chip.
         */
        sc->sc_ethercom.ec_capabilities |=
-           ETHERCAP_VLAN_MTU | ETHERCAP_JUMBO_MTU;
+           ETHERCAP_VLAN_MTU /* XXX | ETHERCAP_JUMBO_MTU */;
 
        /*
         * We can do IPv4/TCPv4/UDPv4 checksums in hardware.



Home | Main Index | Thread Index | Old Index