summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl81x9reg.h
AgeCommit message (Expand)Author
2016-11-16move toward having the a tx packet descriptor per tx ring entry.David Gwynne
2016-11-16serialise posts to the txstart register.David Gwynne
2016-04-20If RTL8111E on PC Engines APU is detected, configure NIC LEDs to display link.Stuart Henderson
2015-12-28Rework re_start and re_txeof to only check the producer/consumer ringJonathan Matthew
2015-11-02later variants of these chips can support bigger rx and tx rings. thisDavid Gwynne
2015-09-04add support for RTL8168HJonathan Gray
2015-04-09to quote jim smith:David Gwynne
2015-03-20add support for jumbos on re(4).David Gwynne
2015-03-08Revert patch responsible for locking up machines withTobias Ulmer
2015-01-26Set PCIe max read request size to 2K to help with TX performance.Brad Smith
2015-01-20Remove use of the link change interrupt handling, not all controllersBrad Smith
2015-01-08Use the correct config registers for the RTL8139 family. Unlike the RTL8169Brad Smith
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-19Add support for stopping the operation of the chipset within re_stop()Brad Smith
2014-09-06Various changes to the re(4) feature flags..Brad Smith
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-04-23rename some hardware revisions to match FreeBSDJonathan Gray
2014-04-23add support for RTL8168EPJonathan Gray
2014-04-23While we always mask the revision with 0x7c800000 linux uses a tableJonathan Gray
2014-04-23Add support for RTL8168GUJonathan Gray
2014-03-13Missed removing some bits with rev 1.147.Brad Smith
2014-03-08Add the RX earlyoff support for older chips (8168{E-VL,EP, F}) and RXDV GATEDBrad Smith
2013-11-18Enable MSI on the remaining chipsets.Brad Smith
2013-10-11Add initial RTL8106E and RTL8168G/8111G support.Jonathan Gray
2013-03-17- Remove the reserved number of TX descriptors. No limitation is mentioned inBrad Smith
2012-04-08additional adapter types from FreeBSDJonathan Gray
2011-04-14Add several additional adapter types and correct definition ofJonathan Gray
2011-03-13Wake On LAN support for re(4).Stefan Sperling
2010-11-28Bring back MCLGETI; a fix for the issue that was the reason for its previousMark Kettenis
2010-11-12revert MCLGETI for re(4) for now, it is causing hangs (in some casesStuart Henderson
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-27Move the activate function from pci to the the main driver, so that theTheo de Raadt
2010-06-28Add initial support for RTL8168E, brokenness reported by Joe Gidi.Stuart Henderson
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-07-23Switch re(4) over to MCLGETI.Mark Kettenis
2009-07-11- Add some new feature flagsStuart Henderson
2009-07-10Swap the hardware revision IDs for 8169S and 8110S. Agrees with theStuart Henderson
2009-07-03Support RTL8103E and RTL8168DP which are starting to show up, from brad.Theo de Raadt
2009-06-03from Brad; I've read and tested it, also reads ok to dlg@.Stuart Henderson
2009-06-02make rl at pci detachable; untested.Jonathan Gray
2009-02-12don't access undocumented register 0x82 for <= MAC06, since newerMartynas Venckus
2008-11-30Add initial 8168D/8111D support.Brad Smith
2008-11-08Reduce the delay's a bit in the miibus read/write routines.Brad Smith
2008-11-08Reduce the number of TX descriptors to 512, such a large number is notBrad Smith
2008-10-11Use hardware timer to simulate interrupt moderation. Old devices will noBrad Smith
2008-10-06Detect and store the PCI/PCIe bus speed.Brad Smith
2008-10-05Add a flag to indicate a 64-bit PCI bus is present.Brad Smith
2008-10-05Detect if the adapter is a PCIe adapter and set the RL_FLAG_PCIE flagBrad Smith
2008-08-27Remove a redundant define for RL_CFG2 and remove an incorrect comment.Brad Smith
2008-08-13Add more Config mode registers.Brad Smith