summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl81x9var.h
AgeCommit message (Expand)Author
2020-09-21- Print chip revision. From OpenBSD.msaitoh
2019-09-228168H model didn't link up well. some models seems to require to enable TX/RX...ryo
2017-04-19Performance improvements for PCIe and 8168 based devices:jmcneill
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-10-10PR/49259: J. Lorec: Add support for Realtek 8111G chipset into re(4)christos
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-22Add support to recognize the 8168E model of this chip. Taken from FreeBSDgarbled
2011-11-19First step of random number subsystem rework described intls
2010-07-27Make the Realtek PCI network interfaces detachable.jakllsch
2009-09-05Remove unnecessary whitespace.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-04-29Pull some changes for newer chips from FreeBSD:tsutsui
2009-04-26- use (uint8_t *) for RX buffertsutsui
2009-03-21Add another quirk flag which shows availability of EEPROM command register.tsutsui
2009-03-21Add and use a new quirk flag to disable JUMBO MTU,tsutsui
2009-03-21Add hardware checksum support for newer PCIe 8168/8111/8102 chips,tsutsui
2009-03-20Access LDPS register in re_reset() only on 8169S single chip variants.tsutsui
2008-04-25Split device_t/softc for re(4) and rtk(4).tsutsui
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-03-21Cleanup handling of quikrs on each RealTek chip:tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-25- add RE_RX_DMAMEM_SZ macro to hide a bit confusing hacktsutsui
2006-11-18Use bitmask ops rather than modulo in RE_NEXT_*() macro sincetsutsui
2006-11-17Add a workaround for hardware ip4csum-tx bug on re(4) chips.tsutsui
2006-11-12- merge re_encap() into re_start() so that we can handle each error casetsutsui
2006-11-11- declare struct re_txq separatelytsutsui
2006-11-05Rename prefixes of re(4) specific macro and structure memberstsutsui
2006-11-05- make TX threshold macro more generictsutsui
2006-11-03Minor cleanups:tsutsui
2006-11-03Use #define<space>, which seems consistent in these files.tsutsui
2006-10-28Put common data for each RX DMA descriptor into a new rxsoft structuretsutsui
2006-10-27Remove redundant byteswap ops.tsutsui
2006-10-27Use common macro rather than local one.tsutsui
2006-10-22Rename RTK_[TR]X_DESC_INC() macro to RTK_NEXT_[TR]X_DESC() andtsutsui
2006-10-20u_intNN_t -> uintNN_ttsutsui
2006-10-20- call bus_dmamap_sync(9) against DMA descriptors more properlytsutsui
2006-10-17Use "#ifdef __NO_STRICT_ALIGNMENT" rather thantsutsui
2006-06-18PR/33763: dieter roelants: Realtek 8168B doesn't function. Don't alignchristos
2005-12-11merge ktrace-lwp.christos
2005-05-30- add missing constchristos
2005-03-23- restructure tx descriptor handling code to decoupleyamt
2005-02-04de-__Pperry
2005-01-23attach rtk(4) as an event source to rnd(4)dan
2005-01-09sys/dev/ic/rtl8169.c:kanaoka
2004-12-25Add a forgotten change to rtl81x9var.hfor split re(4) driverjonathan
2004-05-30Minor clean ups. No functional change.toshii
2004-05-28A couple of changes for adding re(4) (Realtek gigabit ethernet):toshii
2003-10-25Add definitions for 8139C+ and 8169 chips. Not used yet. From FreeBSD.fvdl
2001-07-25 - Increase Early TX threshold if underrun occurred.kanaoka
2001-02-02Rework the transmit logic. Use a "free" and "dirty" list ofthorpej