summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rlreg.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add another 8139D variant.remko2008-06-161-0/+1
* Padding more bytes than necessary one broke another variants ofyongari2008-03-311-0/+6
* For MSI capable hardwares, enable MSI enable bit in RL_CFG2yongari2008-03-231-0/+1
* Don't allow jumbo frame on 8139C+ controller.yongari2008-03-031-0/+2
* Implement WOL.yongari2008-03-031-1/+39
* Overhaul re(4).yongari2008-01-151-23/+37
* Add another RTL8168 revision 3 which is found on RTL8111-GR Gigabityongari2007-12-081-0/+1
* Add the FNW3603TX Planex NIC.remko2007-11-261-0/+5
* Add MSI support.yongari2007-07-241-2/+5
* re(4) devices requires an external EEPROM. Depending on models ityongari2007-07-061-0/+2
* Don't reinitialize the hardware if only PROMISC flag was changed.yongari2007-04-181-0/+1
* o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mappingmarius2007-01-161-1/+1
* if_watchdog -> rl_watchdogru2006-12-011-0/+1
* Add TSO support.yongari2006-11-211-0/+1
* Use #ifndef __NO_STRICT_ALIGNMENT rather thanyongari2006-11-211-1/+1
* Another small update to the re(4) driver:wpaul2006-08-011-0/+8
* Fix the following bugs in re(4)wpaul2006-07-301-19/+19
* Properly detect the RTL8168(B?) again. RealTek sent me a bunch of samplewpaul2006-06-281-1/+2
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. Thewpaul2006-06-261-17/+68
* Rename device name in the last commit. According to PR, the ID isglebius2006-05-241-2/+2
* Add support for RTL8111B chip, that can be found on some mainboards,glebius2006-03-221-0/+2
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032jhb2005-10-141-2/+17
* - Use if_printf() and device_printf() in re(4) and remove rl_unit fromjhb2005-09-291-2/+1
* Recognize D-Link DGE-528(T) Gigabit as an re(4) device.tobez2005-08-051-0/+5
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc fromimp2005-01-221-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* fix jumbo frames as much as they can be fixed for re. We now cap the MTUjmg2004-09-281-1/+18
* fix misspelling of TX...jmg2004-09-191-1/+1
* comment requirement that rx/tx descriptor counts must be equal due tojmg2004-09-191-3/+8
* Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)sanpei2004-08-281-0/+5
* style(9) and whitespace cleanup.bms2004-07-051-42/+42
* Remove burn bridges code that saved/restored the pci config registersimp2004-06-281-8/+0
* Wrap the code to save/restore PCI config registers on suspend/resume injhb2004-05-241-0/+2
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+1
* Remove jumbo buffer #defines that I ended up not needing.wpaul2003-09-191-8/+0
* Teach the re(4) driver about the CFG2 register, which tells us whetherwpaul2003-09-131-1/+15
* - For the 8169 chips, read the station address by forcing an EEPROMwpaul2003-09-111-4/+6
* Add a PHY driver to support the built-in gigE PHY in the 8169S/8110Swpaul2003-09-111-1/+1
* Update hardware revision table. 0x04000000 appears to be the revisionwpaul2003-09-101-1/+2
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-081-7/+27
* Use stream bus space accesses to program the ID (station address)tmm2003-09-041-0/+2
* Argh. Last commit only had the __FBSDID() fix. Really add the device IDwpaul2003-08-151-0/+1
* Set the TX hardware checksum offload bits on all the descriptors of awpaul2003-08-131-0/+1
* - Update some comments regarding hardware details of the 8169 andwpaul2003-08-101-3/+6
* Add preliminary support for the RealTek 8169 gigE chip. Changes:wpaul2003-08-071-0/+5
* Add support for the 8139C+ chipset. Unlike the other chips in the 8139wpaul2003-07-101-3/+294
* Add support for Planex FNW-3800-TX(CardBus 100M/10M).sanpei2003-03-181-0/+10
* Add support for Peppercon ROL-F Card.dan2003-02-231-0/+8
* Add support for Corega FEtherII CB-TXD (CardBus 100M/10M).sanpei2003-01-111-2/+9
OpenPOWER on IntegriCloud