summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel panic, when ataahci driver is used on system with increasedmav2009-07-081-1/+1
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cmarcel2009-07-081-4/+1
* Fix ar5416 and later parts on big-endian platforms: setup the h/w bytesam2009-07-071-15/+14
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:sam2009-07-062-16/+21
* The new method of reading the mac address from thejfv2009-07-061-1/+36
* - Increase dynamic range of filter coefficients from 28bit to 30bit.ariff2009-07-051-10/+10
* Revamp 802.11 action frame handling:sam2009-07-052-5/+9
* Mark atanvidia depending on ataahci since rev.188846.mav2009-07-051-0/+1
* acpi_hp.c:rpaulo2009-07-031-95/+114
* Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.delphij2009-07-021-1/+4
* Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.delphij2009-07-021-4/+4
* Multiqueue RX is not correctly enabled on the new 82599jfv2009-07-011-36/+31
* - Add support to atomically set/clear individual bits of a MSR registerstas2009-06-301-2/+18
* acpi_wmi_if:rpaulo2009-06-303-5/+21
* Update to 3.6.2.2 firmware (latest w/o host-based power save support):sam2009-06-295-130/+292
* Type problem when FreeBSD is in a virtualized environment, thejfv2009-06-291-1/+1
* Disable Rx checksum offload until I find more clue why it breaksyongari2009-06-291-0/+8
* Don't pick up Giant inside ucom(4).ed2009-06-281-4/+6
* Revert a local change that should not have been in the last commit.phk2009-06-281-1/+1
* There are a number of ways an application can check if there arephk2009-06-281-1/+1
* Add ids of Sitecom USB wlan gadget.phk2009-06-281-0/+1
* Sync to p4thompsa2009-06-2713-23/+82
* Use the correct mutex in umidi_open()thompsa2009-06-271-4/+4
* Add HAL_RX_FILTER_BSSID support (to disable bssid match):sam2009-06-277-7/+31
* - Don't zero data field in case of MSR write operation. Before this changestas2009-06-261-4/+7
* Add quirks for Actions MP4 player.delphij2009-06-262-0/+8
* Use if_maddr_rlock() instead of IF_ADDR_LOCK() to protect access torwatson2009-06-261-3/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-2669-158/+154
* Add support for MacBook4,1.rpaulo2009-06-262-46/+143
* mvec routines should have no knowledge of the SG engine.np2009-06-253-17/+17
* Fix a LOR between pmc_sx and proctree/allproc when creating a new threadattilio2009-06-252-7/+19
* We shouldn't need to drop and reaquire the lock here.rnoland2009-06-251-7/+5
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-254-10/+10
* Decided to limit the interrupt bind to multiqueuejfv2009-06-251-2/+4
* Some more cleanups for vblank code on Intel.rnoland2009-06-252-27/+18
* Change intr_bind to bus_bind_intr, also limit this tojfv2009-06-251-6/+4
* Change intr_bind to bus_bind_intr, thanks to John Baldwinjfv2009-06-251-6/+4
* Don't use the preprocessor while inside function-like macromarius2009-06-251-12/+18
* Initialize max_vblank_count earlier.rnoland2009-06-252-8/+12
* Keep track of the hardware counter more aggressively while interruptsrnoland2009-06-251-0/+4
* Fix one use of atomic for refcount missed in last commit.rnoland2009-06-251-1/+1
* Additional vblank cleanups.rnoland2009-06-251-26/+29
* Ensure that we always hold the lock when calling vblank_disable_fn()rnoland2009-06-251-0/+5
* updates AMRR statistics with tx complete status that if not the tx rateweongyo2009-06-251-0/+3
* uses ZYD_NOTIF_RETRYSTATUS info to count the number of retries.weongyo2009-06-251-1/+2
* Make CPU bind call architecture specific to satisfy LINTjfv2009-06-241-2/+2
* need to make intr_bind call architecture specific forjfv2009-06-241-2/+2
* Various ifmedia related fixes in cxgb(4), including:np2009-06-241-109/+118
* Fix lint issue.jfv2009-06-241-2/+2
* Add a dying flag to prevent races at detach.gallatin2009-06-242-0/+7
OpenPOWER on IntegriCloud