summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl8169.c
AgeCommit message (Expand)Author
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-09-15Simplify activation routines: do not call mii_activate(), it is adyoung
2009-09-05Remove one more extra whitespace.tsutsui
2009-09-05Remove unnecessary whitespace.tsutsui
2009-09-02Move pmf(9) calls to MI re_attach() and re_detach() from each backend.tsutsui
2009-08-31Treat 8168DP as well as 8168C/CP/D. From FreeBSD.tsutsui
2009-08-29- no need to include "vlan.h" since no NVLAN referencetsutsui
2009-08-27Remove an unnecessary assignment. No binary change.tsutsui
2009-05-31Two fixes for RX hwcsum on DESCV2 chips:tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-11- rename RTK_HWREV_8102EL_SPIN2 -> RTK_HWREV_8103Etsutsui
2009-05-03Remove unused sc_rev settings (all quirks are handled by sc_quirk)tsutsui
2009-04-29Pull some changes for newer chips from FreeBSD:tsutsui
2009-04-13Assume an unknown HWREV chip has the same features with the latest one.tsutsui
2009-04-13Add HWREV of RTL8102EL variant. From FUKAUMI Naoki.tsutsui
2009-04-13Add HWREV values of RTL8168CP and RTL8168D. From FreeBSD.tsutsui
2009-03-28Fix another botch in hwcsum changes for PR kern/40955:tsutsui
2009-03-27Check a correct bit for ip4csum-rx. Reported privately on PR kern/40955.tsutsui
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
2009-01-03remove extra semicolons.yamt
2008-12-08Add support for a 8168C/8111C revisionalc
2008-08-23Add support for the Realtek 8102E/8102EL PCIe 10/100 Ethernet devices.tnn
2008-05-06- use RTK_IDR[0-5] registers to get MAC address on RTL8168Ctsutsui
2008-04-29Fix a leakage on device_t/softc split. PR kern/38541 from HITOSHI OSADA.tsutsui
2008-04-25Split device_t/softc for re(4) and rtk(4).tsutsui
2008-04-18- use aprint_*() variants only in functions called during autoconf(9)tsutsui
2008-04-18NetBSD has no such thing as DEVICE_POLLING, so remove it.joerg
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-18It looks vlan tag info must appear not only in the first descriptortsutsui
2008-03-14Don't fetch DMA descriptor after BUS_DMASYNC_PREREAD op.tsutsui
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2008-02-04FreeBSD says "16 bits" comment about RTK_GTXSTART was incorrect.tsutsui
2008-02-03No need to preserve RE_NTXDESC_RSVD on re_start().tsutsui
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2008-01-08Short-cut interrupt processing if device has been suspended.joerg
2007-12-11use __KERNEL_RCSID()lukem
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-27Constify: use CLLADDR() instead of LLADDR() wherever possible.dyoung
2007-08-19FALSE -> false, TRUE -> truetsutsui
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-10Pull a fix for PCIe variants from FreeBSD's if_re.c rev 1.71:tsutsui
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
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-02-15Don't set RTK_CFG1_FULLDUPLEX bit in RTK_CFG1 registertsutsui
2007-02-15Use new RTK_HWREV_8100E_SPIN2 macro. (missed in the previous)tsutsui