summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl81x9reg.h
AgeCommit message (Expand)Author
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
2006-07-03- re_attach(): Use bus_dma* directly instead of calling re_allocmem().Brad Smith
2006-07-01fix the hw rev id for the 8168 and add the id for the 8111Brad Smith
2006-06-27new HW revs, EEPROM commands, softc fields, some macros and device ids.Brad Smith
2006-06-27- add fixup code in the RX path for strict alignment architectures.Brad Smith
2005-09-17add some Realtek chip idsBrad Smith
2005-08-03This commit was derived from a commit to FreeBSD..Brad Smith
2005-04-15re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right valuesBrad Smith
2005-04-15add another 8169 rev and remove vtophys() hack for alpha now that the driverBrad Smith
2004-10-13Let the generic rtl code work if the bus-dependent code has decided to attach;Miod Vallat
2004-09-30bus_dma-ify... thanks to robert, jgs, and grange for testingJason Wright
2004-08-05remove some separate per driver constants and useBrad Smith
2004-08-05compile before you commit damnitTheo de Raadt
2004-08-05remove some separate per driver constants and useBrad Smith
2004-06-05add multicast supportPeter Valchev
2004-06-05Add defines for RealTek 8139C+/8169/8169S/8110S; from FreeBSDPeter Valchev
2004-05-19remove duplication, use ETHER_ALIGN from if_ether.hBrad Smith
2004-04-07attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>Michael Shalayeff
2003-10-01it turned that only adding the cardbus part was not enough to haveFederico G. Schwindt
2002-10-15re-init the hw on resume, from grendel@zeitbombe.orgMichael Shalayeff