summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for two new winbond SPI flash parts.adrian2013-06-081-1/+5
* Import Kevin Lo's port of urtwn(4) from OpenBSD. urtwn(4) is a driver for therpaulo2013-06-083-0/+4976
* cxgbe/tom: Fix bad signed/unsigned mixup in the stid allocator. Thisnp2013-06-082-3/+3
* Implement foreign volume handling. Allows admins to view foreign metadatasbruno2013-06-081-0/+4
* Fix some recent regression issues:hselasky2013-06-071-47/+55
* Add support for polling the XHCI interrupt handler whenhselasky2013-06-073-15/+49
* Bring over the initial static bluetooth coexistence configurationadrian2013-06-073-0/+352
* Add accessor macros for the bluetooth coexistence routines.adrian2013-06-071-0/+21
* Add bluetooth fixes to the AR5416/AR92xx HAL:adrian2013-06-076-5/+22
* Correct setting TX random backoff register. This register isyongari2013-06-072-3/+3
* Do not report current link status if driver is not running.yongari2013-06-071-0/+4
* Don't busy the page unless we are likely to release the object lock.alc2013-06-062-5/+8
* Enable slow diversity combining for the AR9285.adrian2013-06-051-0/+2
* As a temporary work-around (read: until there's a nice API for exposingadrian2013-06-051-0/+29
* cxgbe(4): Never install a firmware if hw.cxgbe.fw_install is 0.np2013-06-051-12/+17
* - fix a bug in the previous commit that was dropping the last packetluigi2013-06-051-11/+39
* Relax the vm object locking. Use a read lock.alc2013-06-051-10/+10
* - Flag sym(4) as supporting unmapped I/O; all necessary conversion actuallymarius2013-06-051-3/+2
* Handle/mark/nuke unused arguments.marius2013-06-051-49/+49
* Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration inadrian2013-06-053-2/+33
* Add a new capability flag to announce that the chip implements LNA mixingadrian2013-06-054-1/+6
* Document the AR9285/AR9485 LNA configuration information that'sadrian2013-06-051-0/+26
* sys/dev/mps/mps.casomers2013-06-042-1/+3
* CAM_DEV_QFREEZE handling should only be done on request submission butmarius2013-06-041-14/+3
* Build fix: Only <sys/cdefs.h> should be included before __FBSDID().jhb2013-06-041-1/+2
* Flag isp(4) as supporting unmapped I/O; all necessary conversion actuallymarius2013-06-041-2/+2
* Match the options of the kernel.obrien2013-06-042-2/+5
* Add the combined (mixed) diversity support capability bit for theadrian2013-06-042-0/+4
* cxgbe(4): Provide accurate hit count for filters on T5 cards. Thenp2013-06-041-2/+8
* Fixing a typo.hiren2013-06-031-1/+1
* Fix the order of TX shutdown and reset.adrian2013-06-031-4/+25
* Fix receive on the AR9285 (Kite) with only one antenna connected.adrian2013-06-031-1/+14
* Specify a maximum TSO length limiting the segment chain to what theandre2013-06-031-0/+2
* The vm_page lock is not needed around the call to vm_page_insert().kib2013-06-031-2/+0
* Remove unnecessary #include's.alc2013-06-021-5/+0
* Correct the TD size computation. npkt should reflect the number of packetshselasky2013-06-021-2/+6
* Correct TRB type for multi TRB transfers of non-NORMAL type, like isochronous.hselasky2013-06-021-6/+14
* Use the correct constant for 8000 IRQ/s.hselasky2013-06-021-1/+1
* Block event interrupts when we don't need it as soon as possible.hselasky2013-06-021-9/+24
* Don't set the start ISOC ASAP bit for non-isochronous TRBs.hselasky2013-06-021-5/+8
* Correct some XHCI streams mode transfer handling found by code inspection.hselasky2013-06-022-18/+37
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-011-11/+0
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-011-20/+20
* cxgbe(4): Some more debug sysctls. These work on both T4 and T5 basednp2013-06-011-0/+480
* Style changes. No intended functional changes.gibbs2013-05-311-5/+5
* Style cleanups. No intended functional changes.gibbs2013-05-311-725/+687
* Style cleanups. No intended functional changes.gibbs2013-05-312-659/+664
* Explicitly use a pair of parentheses to ensure correct evaluationdelphij2013-05-312-3/+3
* Make netif_free() safe to call on a partially initialized softc.gibbs2013-05-311-2/+5
* Apply the ad* => ada* IDE device name transition to the Xen blockgibbs2013-05-311-10/+10
OpenPOWER on IntegriCloud