summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.c
Commit message (Expand)AuthorAgeFilesLines
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-1/+0
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+2
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-221-1/+1
* In detach method, move if_free() after bus_teardown_intr().ru2005-10-131-2/+3
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+4
* Big polling(4) cleanup.glebius2005-10-011-36/+40
* - Use if_printf() and device_printf() in re(4) and remove rl_unit fromjhb2005-09-291-17/+11
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.ru2005-09-161-5/+3
* Fixed "Memory modified after free" panic in rl_detach() dueru2005-09-141-4/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-6/+6
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Move if_alloc() up so it's before mii_phy_probe().brooks2005-06-111-6/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-16/+24
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Fix style(9) issues with __P removal.imp2005-02-241-37/+37
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* Adjust TX threshold on every TX underrun. Some supported cards (8139-based)mlaier2005-02-111-6/+10
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* 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
OpenPOWER on IntegriCloud