summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Catch up with the page and page queues locking changes.alc2010-06-181-8/+8
* Revert changes accidentally committed as part of r209298.nwhitehorn2010-06-181-29/+5
* Following r209299, level interrupts are low by default on PPC, so removenwhitehorn2010-06-181-7/+0
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-183-10/+40
* Remove an unused comment.delphij2010-06-171-1/+1
* Two stats were duplicated, thanks to Andrew Boyerjfv2010-06-171-6/+0
* Move statistics into the sysctl tree making it easier to findgnn2010-06-161-157/+301
* Move statistics into the sysctl tree making it easier to findgnn2010-06-162-172/+423
* Changes from John Baldwin adding to last commit,jfv2010-06-164-49/+45
* Change to have legacy interrupts use the samejfv2010-06-152-12/+12
* When updating individual CPU's lowest Cx state to use, never set it to ajhb2010-06-151-1/+3
* Eliminate unnecessary page queues locking.alc2010-06-151-3/+1
* sound/pcm: use non-const string as a value with SYSCTL_STRINGavg2010-06-153-3/+3
* Fix typos that broke duration calculations on protection frames. A similarjkim2010-06-143-3/+3
* Fix TX retry rate handling. tx->linkq is an index to a rate tablebschmidt2010-06-141-1/+1
* sc_lastrs is also used in case the sending station is not known, forbschmidt2010-06-141-9/+3
* Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSImav2010-06-142-11/+5
* - Because hostapd calls iv_key_set() before if_init(), make sure key_setthompsa2010-06-142-18/+39
* Convert Marvell ARM platforms to FDT convention.raj2010-06-135-223/+87
* Initial FDT infrastructure elements for ARM.raj2010-06-131-0/+88
* Provide identify method for the fdtbus(4).raj2010-06-131-0/+10
* cxgb(4): add knob to get packet timestamps from the hardware.np2010-06-122-16/+53
* make format string a string literal.np2010-06-121-1/+1
* Put back the lost bus_describe_intr() calls.jfv2010-06-111-0/+6
* Change the mbuf memory calls back to NOWAIT as ajfv2010-06-111-2/+2
* Add a couple fixes from Michael Tuexen.jfv2010-06-111-71/+49
* Fix one more case where a string is passed via format argument instead.jkim2010-06-111-1/+1
* Simplify a function for getting brightness levels.jkim2010-06-111-12/+7
* Remove unused assignment.jkim2010-06-115-18/+1
* fix a few cases where a string is passed via format argument instead ofavg2010-06-114-7/+5
* Remove a disable_queue from the beginning of thejfv2010-06-111-1/+6
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-3/+1
* Fix a possible dereference of null pointer.jkim2010-06-111-1/+1
* Don't pass a buffer directly as a printflike format string.mjacob2010-06-101-1/+1
* Apply driver update from LSI. Many thanks to LSI for continuing todelphij2010-06-0913-470/+196
* Add set of codec IDs.mav2010-06-091-0/+10
* The lock associated with the /dev/apm knote is already held, so usejhb2010-06-081-1/+1
* Remove unused macros.yongari2010-06-081-10/+1
* Disable NCQ and PMP support for VIA VT8251 AHCI. It was reported to bemav2010-06-081-2/+2
* A number of netfront fixes and stability improvements:ken2010-06-081-289/+359
* Fix XPT_GET_TRAN_SETTING for FC which has been broken for while so thatmjacob2010-06-071-2/+4
* cxgb(4): add an 'nfilters' tunable that lets the user place an uppernp2010-06-071-4/+11
* Some revisions of the Serverworks K2 SATA controller have a datanwhitehorn2010-06-063-1/+21
* Fix a bug introduced in r199011. When bge(4) reuses loaded RXyongari2010-06-052-16/+51
* Convert pm_runcount to int to correctly check for negative value.fabient2010-06-051-8/+5
* Be more specific about which CDB length we're going to use. Not really a likelymjacob2010-06-051-4/+14
* Add two new flags (IIC_M_NOSTOP and IIC_M_NOSTART) to struct iic_msg tonwhitehorn2010-06-051-0/+2
* Correct the comment. We now use level low instead of edge high for thisnwhitehorn2010-06-051-1/+1
* Partially revert r208162 while waiting for review on a more comprehensivenwhitehorn2010-06-051-0/+7
* Use the fpu_kern_enter() interface to properly separate usermode FPUkib2010-06-051-1/+11
OpenPOWER on IntegriCloud