CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/09/05 22:46:58
Modified files:
sys/dev/pci : if_re_pci.c
sys/dev/cardbus: if_re_cardbus.c
sys/dev/ic : re.c rtl81x9reg.h
Log message:
Various changes to the re(4) feature flags..
Changed RL_FLAG_MACLDPS to RL_FLAG_MACRESET.
Removed RL_FLAG_INVMAR and RL_FLAG_NOJUMBO.
Added RL_FLAG_FASTETHER, RL_FLAG_CMDSTOP_WAIT_TXQ, RL_FLAG_JUMBOV2,
RL_FLAG_WOL_MANLINK,
RL_FLAG_WAIT_TXPOLL, RL_FLAG_WOLRXENB.
Also set in the softc the maximum MTU for the various generations of chips.
Input from and Ok jsg@