summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix rl(4)'s lock behavior upon deinitialization. I would get a panicgreen2004-08-091-5/+6
* Further rl(4) locking improvements:bms2004-07-091-48/+71
* Locking cleanup for rl(4).bms2004-07-051-52/+60
* style(9) and whitespace cleanup.bms2004-07-051-348/+196
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-021-4/+6
* Remove burn bridges code that saved/restored the pci config registersimp2004-06-281-57/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-29/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Wrap the code to save/restore PCI config registers on suspend/resume injhb2004-05-241-0/+8
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inyar2004-05-231-1/+2
* Implemented per-interface polling(4) control.ru2004-04-111-1/+12
* Fixed a few bugs in the rl(4) driver:ru2004-04-031-8/+10
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-5/+4
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-5/+0
* Stop setting ifp->if_output to ether_output() since ether_ifattach()mux2004-03-111-1/+0
* Calculate the right register offset when clearing TX buffer pointerwpaul2004-01-211-1/+2
* Fix detection of RealTek 8129 PCI cards. Apparently, these cardswpaul2004-01-021-1/+2
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-1/+1
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-5/+5
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+4
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-4/+3
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-13/+11
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Re-enable VLAN_MTU capability for this driver. (Got reverted whenwpaul2003-09-111-0/+1
* Add a PHY driver to support the built-in gigE PHY in the 8169S/8110Swpaul2003-09-111-1/+2
* Teach rl(4) about new hwrev codes.wpaul2003-09-101-1/+2
* Fix path of pci #includes that I botched.wpaul2003-09-081-2/+2
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-081-1219/+105
* Use stream bus space accesses to program the ID (station address)tmm2003-09-041-2/+4
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Argh. Last commit only had the __FBSDID() fix. Really add the device IDwpaul2003-08-151-0/+2
* It appears in some configurations with an on-board RTL8100 chip (in thiswpaul2003-08-151-2/+0
* Set the TX hardware checksum offload bits on all the descriptors of awpaul2003-08-131-17/+22
* Grrr. There is a gratuitous difference in the RX descriptor statuswpaul2003-08-101-0/+18
* - Update some comments regarding hardware details of the 8169 andwpaul2003-08-101-37/+54
* Add preliminary support for the RealTek 8169 gigE chip. Changes:wpaul2003-08-071-4/+96
* Use the BUS_DMA_ZERO flag.mux2003-07-271-6/+2
* Fix a busdma bogon:wpaul2003-07-181-3/+3
* Add support for the 8139C+ chipset. Unlike the other chips in the 8139wpaul2003-07-101-108/+1139
* Due to extreme bogusness in the pci bus layer, these drivers wereimp2003-07-031-2/+2
* Mega busdma API commit.scottl2003-07-011-0/+3
* In order to set the MAC address on RealTek NICs, you must flip WRITECFGwpaul2003-06-291-5/+9
* Use __FBSDID().obrien2003-06-111-0/+3
* Remove break after return;phk2003-05-311-2/+0
* Use newly minted device_is_attached rather than device_is_alive to seeimp2003-04-211-1/+1
* Revise attach/detach resource cleanupnjl2003-04-171-4/+14
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-18/+0
OpenPOWER on IntegriCloud