Re: bge & vlan stranges
From: Peter Edwards (peter.edwards_at_openet-telecom.com)
Date: 08/01/03
- Previous message: Karel J. Bosschaart: "Re: make buildworld: Signal 11; Illegal instruction"
- In reply to: Boris Kovalenko: "bge & vlan stranges"
- Next in thread: John Polstra: "Re: bge & vlan stranges"
- Reply: John Polstra: "Re: bge & vlan stranges"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Boris Kovalenko <boris@tagnet.ru> Date: 01 Aug 2003 13:42:19 +0100
Hm. A bit of a stab in the dark, but from sys/dev/bge/if_bge.c, line
3185 (on 5.1 release, 2399)
> /* Specify MTU. */
> CSR_WRITE_4(sc, BGE_RX_MTU, ifp->if_mtu +
> ETHER_HDR_LEN + ETHER_CRC_LEN);
>
>
Wonder if this should be
> /* Specify MTU. */
> CSR_WRITE_4(sc, BGE_RX_MTU, ifp->if_mtu +
> ETHER_HDR_LEN + ETHER_CRC_LEN + ETHER_VLAN_ENCAP_LEN);
>
Given that bge advertises IFCAP_VLAN_MTU??
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Karel J. Bosschaart: "Re: make buildworld: Signal 11; Illegal instruction"
- In reply to: Boris Kovalenko: "bge & vlan stranges"
- Next in thread: John Polstra: "Re: bge & vlan stranges"
- Reply: John Polstra: "Re: bge & vlan stranges"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|