summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl81x9reg.h
AgeCommit message (Expand)Author
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
2008-08-11Add support for TX/RX checksum offload for newer re(4) chipsets.Brad Smith
2008-07-15Adapt some code from the FreeBSD driver required to makeJonathan Gray
2008-07-13Add some additional hardware revisions from FreeBSD needed forJonathan Gray
2008-04-20Move the threshold fix from the re(4) code back into the header asBrad Smith
2008-04-20- Recognize the 8168C chipset.Brad Smith
2008-04-20- Add some more defines.Brad Smith
2008-04-20Remove unused flags.Brad Smith
2008-02-17Simplify the hw revision handling by removing the use of theBrad Smith
2008-01-16- Store the hw revision into a new softc field in re_attach() and referenceBrad Smith
2007-08-07Correct value for power state D1.Jonathan Gray
2007-07-16The logic determining the value of rl_eewidth for the 9346 and 9356Todd C. Miller
2007-06-06add another revision "RTL8168 3"; from NetBSD via BradPeter Valchev
2007-06-06- Recognize the 8110SCe 8169 revision in re(4)Peter Valchev
2007-05-08rl_detach() is only used for cardbus caseTheo de Raadt
2006-12-12add a workaround for hardware ip4csum-tx bug on re(4) chips. theReyk Floeter
2006-12-01rename 8100E id to spin 1 and add the 8100E second spin chip idTodd T. Fries
2006-11-26correct hardware revision mask.Jonathan Gray
2006-11-24replace a magic number (reserved TX descs?) with macroBrad Smith
2006-11-18- set descriptor DMA addresses before enabling TX and RXBrad Smith
2006-11-01Put common data for each RX DMA descriptor into a new rxsoft structure.Brad Smith
2006-10-31- Rename a variable to clarify meaning of index.Brad Smith
2006-10-31- Make DMA descripter members volatileBrad Smith
2006-08-16Not a bug, but change the ID strings for devices with hardware revBrad Smith
2006-08-05- move the promiscuous mode handling code into re_setpromisc().Brad Smith
2006-08-05- restructure the TX descriptor handling code to decouple theBrad Smith