summaryrefslogtreecommitdiffstats
path: root/sys/dev/re/if_re.c
Commit message (Expand)AuthorAgeFilesLines
* - Add support for 8110SCe part. Some magic registers were taken fromjkim2009-01-201-19/+39
* Retire RL_FLAG_INVMAR bit to match its comment and reality.jkim2009-01-201-11/+9
* - Do not read and write RX configuration register multiple times.jkim2009-01-201-66/+31
* Sometimes RTL8168B seems to take long time to access GMII registersyongari2009-01-191-4/+4
* Since we don't request reset for rlphy(4), the link state 'UP'yongari2008-12-221-0/+2
* It seems that RealTek PCIe controllers require an explicit Tx pollyongari2008-12-171-10/+15
* For RTL8168C SPIN2 controllers, make sure to take the controlleryongari2008-12-171-1/+28
* Make WOL work on RTL8168B. This controller seems to requireyongari2008-12-111-0/+5
* Don't access undocumented register 0x82 on controllers thatyongari2008-12-111-2/+14
* Newer RealTek controllers requires setting stop request bit toyongari2008-12-111-3/+9
* Always put controller into known state before device intialization.yongari2008-12-111-7/+5
* Partly revert r185756. RTL8169SC doesn't like reduced delays inyongari2008-12-111-2/+2
* Reduce spin wait time consumed in GMII register access routines.yongari2008-12-081-4/+2
* o Implemented miibus_statchg handler. It detects whether re(4)yongari2008-12-081-28/+51
* Make sure to return the result of meida change request.yongari2008-12-081-2/+3
* Add 8168D support.yongari2008-12-021-1/+3
* Read ethernet address from ID registers for RTL8102E/RTL8102EL asyongari2008-09-061-1/+2
* Fix VLAN hardware tag insertion/stripping on big-endianyongari2008-08-131-2/+2
* Rearrange conditional compilation directives. This makes syntaxyongari2008-08-041-2/+3
* Remove return keyword at the end of functions that return void.yongari2008-08-041-14/+0
* Remove register keyword.yongari2008-08-041-4/+4
* Use ANSI C declarations for all functions.yongari2008-08-041-104/+41
* Don't enable TSO by default. Users of RTL8169/8110 reportedyongari2008-08-041-0/+7
* The number of bits reserved for MSS in RealTek controllers isyongari2008-08-041-0/+18
* Add driver support for RTL8102E and RTL8102EL which is the secondyongari2008-07-091-1/+8
* Disable jumbo frame support for RTL810x fast ethernet controllers.yongari2008-07-091-1/+2
* Add a new RTL8169 variant, 8169SB(L)/8110SB(L).yongari2008-07-021-1/+3
* Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP.yongari2008-07-021-43/+134
* Display detected chip revision in device attach. This will help toyongari2008-07-021-2/+5
* If MSI is not active make sure to disable MSI in EEPROM.yongari2008-07-021-0/+11
* In device detach don't access ifnet structure unless device isyongari2008-07-021-4/+4
* Toggling IFF_ALLMULTI flag does not require full interfaceyongari2008-07-021-1/+1
* Instead of allocating variables for each events/hardware flags, useyongari2008-07-021-47/+41
* Switch to memory space register mapping over IO space. If thatyongari2008-07-021-21/+21
* While accessing EEPROM command register use pre-defined constantyongari2008-07-021-3/+3
* After the change of r176757 re(4) no longer relys on readingyongari2008-07-021-32/+18
* Remove duplicated H/W revision check.yongari2008-07-021-5/+0
* Don't touch MSI enable bit in RL_CFG2 register. For unknown reasonyongari2008-04-151-12/+6
* Padding more bytes than necessary one broke another variants ofyongari2008-03-311-1/+1
* In revision 1.70, 1.71 and 1.84 re(4) tried to workaround checksumyongari2008-03-281-12/+14
* MSI handling on some RealTek chips are broken so disable it byyongari2008-03-231-1/+1
* For MSI capable hardwares, enable MSI enable bit in RL_CFG2yongari2008-03-231-0/+13
* Some RealTek chips are known to be buggy on DAC handling, soyongari2008-03-231-1/+6
* VLAN hardware tag information should be set for all desciptors of ayongari2008-03-231-11/+13
* Always honor configured VLAN/checksum offload capabilities.yongari2008-03-231-3/+8
* Don't map memory/IO resource in device probe and just use PCIyongari2008-03-031-42/+33
* Don't allow jumbo frame on 8139C+ controller.yongari2008-03-031-3/+11
* Implement WOL.yongari2008-03-031-0/+108
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-171-91/+1
* Fix build.yongari2008-01-151-1/+1
OpenPOWER on IntegriCloud