CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/10/08 16:52:08
Modified files:
sys/dev/ic : re.c
Log message:
Restrict what RL_MAXRXPKTLEN is being set to for any of the PCIe chipsets.
The driver currently doesn't implement jumbo frames for the newer chipsets
and it doesn't make sense allowing for a jumbo frame with a Fast Ethernet
chipset either. In theory its possible to do bad things with the driver
as is according to the FreeBSD/Linux drivers under the right conditions.
ok sthen@