freebsd-dev/sys/dev/vge
Pyun YongHyeon 33a0d70b86 Disable jumbo frame support for PCIe VT6130/VT6132 controllers.
Quite contrary to VT6130 datasheet which says it supports up to 8K
jumbo frame, VT6130 does not seem to send jumbo frame that is
larger than 4K in length. Trying to send a frame that is larger
than 4K cause TX MAC hang.
Even though it's possible to allow 4K jumbo frame for VT6130, I
think it's meaningless to allow 4K jumbo frame. I'm not sure VT6132
also has the same limitation but I guess it uses the same MAC of
VT6130.
2009-12-20 19:45:46 +00:00
..
if_vge.c Disable jumbo frame support for PCIe VT6130/VT6132 controllers. 2009-12-20 19:45:46 +00:00
if_vgereg.h Correct fragment bit definition in comments. 2009-12-20 18:53:34 +00:00
if_vgevar.h Disable jumbo frame support for PCIe VT6130/VT6132 controllers. 2009-12-20 19:45:46 +00:00