index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
rtl81x9var.h
Age
Commit message (
Expand
)
Author
2020-09-21
- Print chip revision. From OpenBSD.
msaitoh
2019-09-22
8168H model didn't link up well. some models seems to require to enable TX/RX...
ryo
2017-04-19
Performance improvements for PCIe and 8168 based devices:
jmcneill
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2014-10-10
PR/49259: J. Lorec: Add support for Realtek 8111G chipset into re(4)
christos
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-11-22
Add support to recognize the 8168E model of this chip. Taken from FreeBSD
garbled
2011-11-19
First step of random number subsystem rework described in
tls
2010-07-27
Make the Realtek PCI network interfaces detachable.
jakllsch
2009-09-05
Remove unnecessary whitespace.
tsutsui
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-04-29
Pull some changes for newer chips from FreeBSD:
tsutsui
2009-04-26
- use (uint8_t *) for RX buffer
tsutsui
2009-03-21
Add another quirk flag which shows availability of EEPROM command register.
tsutsui
2009-03-21
Add and use a new quirk flag to disable JUMBO MTU,
tsutsui
2009-03-21
Add hardware checksum support for newer PCIe 8168/8111/8102 chips,
tsutsui
2009-03-20
Access LDPS register in re_reset() only on 8169S single chip variants.
tsutsui
2008-04-25
Split device_t/softc for re(4) and rtk(4).
tsutsui
2007-12-09
Merge jmcneill-pm branch.
jmcneill
2007-03-21
Cleanup handling of quikrs on each RealTek chip:
tsutsui
2007-03-04
Kill 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 hack
tsutsui
2006-11-18
Use bitmask ops rather than modulo in RE_NEXT_*() macro since
tsutsui
2006-11-17
Add 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 case
tsutsui
2006-11-11
- declare struct re_txq separately
tsutsui
2006-11-05
Rename prefixes of re(4) specific macro and structure members
tsutsui
2006-11-05
- make TX threshold macro more generic
tsutsui
2006-11-03
Minor cleanups:
tsutsui
2006-11-03
Use #define<space>, which seems consistent in these files.
tsutsui
2006-10-28
Put common data for each RX DMA descriptor into a new rxsoft structure
tsutsui
2006-10-27
Remove redundant byteswap ops.
tsutsui
2006-10-27
Use common macro rather than local one.
tsutsui
2006-10-22
Rename RTK_[TR]X_DESC_INC() macro to RTK_NEXT_[TR]X_DESC() and
tsutsui
2006-10-20
u_intNN_t -> uintNN_t
tsutsui
2006-10-20
- call bus_dmamap_sync(9) against DMA descriptors more properly
tsutsui
2006-10-17
Use "#ifdef __NO_STRICT_ALIGNMENT" rather than
tsutsui
2006-06-18
PR/33763: dieter roelants: Realtek 8168B doesn't function. Don't align
christos
2005-12-11
merge ktrace-lwp.
christos
2005-05-30
- add missing const
christos
2005-03-23
- restructure tx descriptor handling code to decouple
yamt
2005-02-04
de-__P
perry
2005-01-23
attach rtk(4) as an event source to rnd(4)
dan
2005-01-09
sys/dev/ic/rtl8169.c:
kanaoka
2004-12-25
Add a forgotten change to rtl81x9var.hfor split re(4) driver
jonathan
2004-05-30
Minor clean ups. No functional change.
toshii
2004-05-28
A couple of changes for adding re(4) (Realtek gigabit ethernet):
toshii
2003-10-25
Add 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-02
Rework the transmit logic. Use a "free" and "dirty" list of
thorpej
[next]