summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add quad port probe support, this gives the admin proper information about th...jfv2013-06-1822-454/+3135
* On some generations of the Intel GPU, disabling of the VGA Displaykib2013-06-182-1/+8
* Since the gem pagefault handler relocks the vm object lock, otherkib2013-06-181-1/+19
* Remove stray empty line.kib2013-06-181-1/+0
* Pass proper memory type to free() in ata_ali_chipinit().mav2013-06-181-1/+1
* Be sure to actually decrement the "count" parameter for each processedmarkj2013-06-171-1/+1
* Clean up -Wheader-guard warnings.pluknet2013-06-173-3/+3
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-161-1/+1
* Properly track the different reasons new I/O is temporarily disabled, andgibbs2013-06-152-16/+58
* Merge r250802 from bryanv/vtnetmq - Fix setting of the Rx filtersbryanv2013-06-151-2/+2
* Improve debugger visibility into queuing functions by removing the macrogibbs2013-06-142-178/+197
* Add in an initial WB225 (AR9485 + AR3012 BT) combo profile.adrian2013-06-141-0/+60
* - Use the consistenly PHY-specific reset routine PHY_RESET() rather thankevlo2013-06-146-30/+22
* Fix a typo introduced in r213280. IFM_OPTIONS macro should seeyongari2013-06-141-1/+1
* Initial AR9485/AR933x 1x1 LNA diversity work.adrian2013-06-142-43/+257
* sys/dev/xen/netfront/netfront.c:gibbs2013-06-141-1/+1
* All of Oxford/PLX OX16PCI954, OXm16PCI954 and OXu16PCI954 share themarius2013-06-131-1/+25
* Fix whitespace and normalize some entries.marius2013-06-131-22/+22
* Remove unused variable sc_tx_bufsz.kevlo2013-06-132-5/+0
* Fix a typo: s/KLSI/CATC/kevlo2013-06-131-1/+1
* Replicate r242422 from ata(4) to mvs(4):mav2013-06-121-3/+9
* Set the antenna "config group" field.adrian2013-06-121-0/+1
* Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.adrian2013-06-1212-658/+930
* Use direct custom implementations instead of g_handleattr() for CFI and NANDmav2013-06-122-24/+27
* Remove the AR9285 specific structure for LNA diversity and use the HAL.adrian2013-06-123-19/+13
* cxgbe/tom: Allow caller to select the queue (control or data) used tonp2013-06-113-9/+9
* Add another comment about WB195 (AR9285+AR3011) when using ASPM.adrian2013-06-101-0/+4
* There is a one-to-one correspondence between the MSI-X vector # and the Statu...davidcs2013-06-101-7/+1
* Avoid unnecessary controller reinitialization by checking driveryongari2013-06-101-6/+20
* Use STRUCT_USB_HOST_ID to make sure we have the right ELF section.rpaulo2013-06-101-1/+1
* 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
OpenPOWER on IntegriCloud