aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_rl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix style(9) issues with __P removal.Warner Losh2005-02-241-37/+37
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* Adjust TX threshold on every TX underrun. Some supported cards (8139-based)Max Laier2005-02-111-6/+10
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Fix rl(4)'s lock behavior upon deinitialization. I would get a panicBrian Feldman2004-08-091-5/+6
* Further rl(4) locking improvements:Bruce M Simpson2004-07-091-48/+71
* Locking cleanup for rl(4).Bruce M Simpson2004-07-051-52/+60
* style(9) and whitespace cleanup.Bruce M Simpson2004-07-051-348/+196
* Bring in the first chunk of altq driver modifications. This covers theMax Laier2004-07-021-4/+6
* Remove burn bridges code that saved/restored the pci config registersWarner Losh2004-06-281-57/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-29/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Wrap the code to save/restore PCI config registers on suspend/resume inJohn Baldwin2004-05-241-0/+8
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inYaroslav Tykhiy2004-05-231-1/+2
* Implemented per-interface polling(4) control.Ruslan Ermilov2004-04-111-1/+12
* Fixed a few bugs in the rl(4) driver:Ruslan Ermilov2004-04-031-8/+10
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-5/+4
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-5/+0
* Stop setting ifp->if_output to ether_output() since ether_ifattach()Maxime Henrion2004-03-111-1/+0
* Calculate the right register offset when clearing TX buffer pointerBill Paul2004-01-211-1/+2
* Fix detection of RealTek 8129 PCI cards. Apparently, these cardsBill Paul2004-01-021-1/+2
* Catch a few places where NULL (pointer) was used where 0 (integer) wasPeter Wemm2003-12-231-1/+1
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-5/+5
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+4
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-4/+3
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-13/+11
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Re-enable VLAN_MTU capability for this driver. (Got reverted whenBill Paul2003-09-111-0/+1
* Add a PHY driver to support the built-in gigE PHY in the 8169S/8110SBill Paul2003-09-111-1/+2
* Teach rl(4) about new hwrev codes.Bill Paul2003-09-101-1/+2
* Fix path of pci #includes that I botched.Bill Paul2003-09-081-2/+2
* Take the support for the 8139C+/8169/8169S/8110S chips out of theBill Paul2003-09-081-1219/+105
* Use stream bus space accesses to program the ID (station address)Thomas Moestl2003-09-041-2/+4
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Argh. Last commit only had the __FBSDID() fix. Really add the device IDBill Paul2003-08-151-0/+2
* It appears in some configurations with an on-board RTL8100 chip (in thisBill Paul2003-08-151-2/+0
* Set the TX hardware checksum offload bits on all the descriptors of aBill Paul2003-08-131-17/+22
* Grrr. There is a gratuitous difference in the RX descriptor statusBill Paul2003-08-101-0/+18
* - Update some comments regarding hardware details of the 8169 andBill Paul2003-08-101-37/+54
* Add preliminary support for the RealTek 8169 gigE chip. Changes:Bill Paul2003-08-071-4/+96
* Use the BUS_DMA_ZERO flag.Maxime Henrion2003-07-271-6/+2
* Fix a busdma bogon:Bill Paul2003-07-181-3/+3
* Add support for the 8139C+ chipset. Unlike the other chips in the 8139Bill Paul2003-07-101-108/+1139
* Due to extreme bogusness in the pci bus layer, these drivers wereWarner Losh2003-07-031-2/+2
* Mega busdma API commit.Scott Long2003-07-011-0/+3
* In order to set the MAC address on RealTek NICs, you must flip WRITECFGBill Paul2003-06-291-5/+9
* Use __FBSDID().David E. O'Brien2003-06-111-0/+3