aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix ar5416 and later parts on big-endian platforms: setup the h/w byteSam Leffler2009-07-071-15/+14
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:Sam Leffler2009-07-062-16/+21
* The new method of reading the mac address from theJack F Vogel2009-07-061-1/+36
* - Increase dynamic range of filter coefficients from 28bit to 30bit.Ariff Abdullah2009-07-051-10/+10
* Revamp 802.11 action frame handling:Sam Leffler2009-07-052-5/+9
* Mark atanvidia depending on ataahci since rev.188846.Alexander Motin2009-07-051-0/+1
* acpi_hp.c:Rui Paulo2009-07-031-95/+114
* Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.Xin LI2009-07-021-1/+4
* Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.Xin LI2009-07-021-4/+4
* Multiqueue RX is not correctly enabled on the new 82599Jack F Vogel2009-07-011-36/+31
* - Add support to atomically set/clear individual bits of a MSR registerStanislav Sedov2009-06-301-2/+18
* acpi_wmi_if:Rui Paulo2009-06-303-5/+21
* Update to 3.6.2.2 firmware (latest w/o host-based power save support):Sam Leffler2009-06-295-130/+292
* Type problem when FreeBSD is in a virtualized environment, theJack F Vogel2009-06-291-1/+1
* Disable Rx checksum offload until I find more clue why it breaksPyun YongHyeon2009-06-291-0/+8
* Don't pick up Giant inside ucom(4).Ed Schouten2009-06-281-4/+6
* Revert a local change that should not have been in the last commit.Poul-Henning Kamp2009-06-281-1/+1
* There are a number of ways an application can check if there arePoul-Henning Kamp2009-06-281-1/+1
* Add ids of Sitecom USB wlan gadget.Poul-Henning Kamp2009-06-281-0/+1
* Sync to p4Andrew Thompson2009-06-2713-23/+82
* Use the correct mutex in umidi_open()Andrew Thompson2009-06-271-4/+4
* Add HAL_RX_FILTER_BSSID support (to disable bssid match):Sam Leffler2009-06-277-7/+31
* - Don't zero data field in case of MSR write operation. Before this changeStanislav Sedov2009-06-261-4/+7
* Add quirks for Actions MP4 player.Xin LI2009-06-262-0/+8
* Use if_maddr_rlock() instead of IF_ADDR_LOCK() to protect access toRobert Watson2009-06-261-3/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-2669-158/+154
* Add support for MacBook4,1.Rui Paulo2009-06-262-46/+143
* mvec routines should have no knowledge of the SG engine.Navdeep Parhar2009-06-253-17/+17
* Fix a LOR between pmc_sx and proctree/allproc when creating a new threadAttilio Rao2009-06-252-7/+19
* We shouldn't need to drop and reaquire the lock here.Robert Noland2009-06-251-7/+5
* Change the type of uio_resid member of struct uio from int to ssize_t.Konstantin Belousov2009-06-254-10/+10
* Decided to limit the interrupt bind to multiqueueJack F Vogel2009-06-251-2/+4
* Some more cleanups for vblank code on Intel.Robert Noland2009-06-252-27/+18
* Change intr_bind to bus_bind_intr, also limit this toJack F Vogel2009-06-251-6/+4
* Change intr_bind to bus_bind_intr, thanks to John BaldwinJack F Vogel2009-06-251-6/+4
* Don't use the preprocessor while inside function-like macroMarius Strobl2009-06-251-12/+18
* Initialize max_vblank_count earlier.Robert Noland2009-06-252-8/+12
* Keep track of the hardware counter more aggressively while interruptsRobert Noland2009-06-251-0/+4
* Fix one use of atomic for refcount missed in last commit.Robert Noland2009-06-251-1/+1
* Additional vblank cleanups.Robert Noland2009-06-251-26/+29
* Ensure that we always hold the lock when calling vblank_disable_fn()Robert Noland2009-06-251-0/+5
* updates AMRR statistics with tx complete status that if not the tx rateWeongyo Jeong2009-06-251-0/+3
* uses ZYD_NOTIF_RETRYSTATUS info to count the number of retries.Weongyo Jeong2009-06-251-1/+2
* Make CPU bind call architecture specific to satisfy LINTJack F Vogel2009-06-241-2/+2
* need to make intr_bind call architecture specific forJack F Vogel2009-06-241-2/+2
* Various ifmedia related fixes in cxgb(4), including:Navdeep Parhar2009-06-241-109/+118
* Fix lint issue.Jack F Vogel2009-06-241-2/+2
* Add a dying flag to prevent races at detach.Andrew Gallatin2009-06-242-0/+7
* - Change this driver to do taskqueue(9) based TX and interruptMarius Strobl2009-06-242-57/+136
* - Remove unused variables. [1]Marius Strobl2009-06-241-25/+3