summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove one second wait for threads exit from icl_conn_close().mav2014-10-081-5/+3
* It looks like an entry for the R215 is not required in cdce(4) after all.gavin2014-10-081-1/+0
* Add an argument to the x86 pmap_invalidate_cache_range() to requestkib2014-10-081-2/+2
* Properly report 12Gbps connection rate.mav2014-10-082-0/+4
* No logical code change in this pathc.kadesai2014-10-087-8037/+7957
* Driver version upgrade.kadesai2014-10-081-1/+1
* In the passthru IOCTL path, the mfi command pool was freely accessible N timeskadesai2014-10-084-18/+62
* d_poll() callback function is the entry point for poll system call for the ap...kadesai2014-10-082-5/+43
* Extended MSI-x vectors support for Invader and Fury(12Gb/s HBA).kadesai2014-10-083-77/+295
* Fix the minor svn add issue. $FreeBSD$ expands at the time ofkadesai2014-10-081-1/+1
* This is a feature provided to run 32-bit linux binaries on FreeBSD 64bitkadesai2014-10-085-108/+274
* Always wait 'command done' interrupt status bit before proceeding next command.br2014-10-081-6/+4
* Current MegaRAID firmware and hence the driver only supported 64VDs.kadesai2014-10-084-188/+512
* Add support for disabling USB enumeration in general or on selectedhselasky2014-10-084-1/+39
* Oops, fix typo made in r272729.yongari2014-10-081-1/+1
* Add support for QAC AR816x/AR817x Gigabit/Fast Ethernet controllers.yongari2014-10-083-189/+1355
* Add new quirk PCI_QUIRK_MSI_INTX_BUG to pci(4).yongari2014-10-081-2/+18
* Fix a long standing bug in MAC statistics register access. Oneyongari2014-10-084-28/+6
* cxgbe/tom: don't leak resources tied to an active open request thatnp2014-10-075-34/+93
* Support the Vodafone R215 LET USB dongle, which is apparently a rebadgedgavin2014-10-072-0/+3
* Allow vt(4) to disable terminal bell with `sysctl kern.vt.bell_enable=0`,ray2014-10-071-0/+7
* Since introducing the extra mapping in r250103 for architectural performancebz2014-10-071-1/+1
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.br2014-10-073-0/+1254
* Use r271207 optimization only for MSI-enabled HBAs.mav2014-10-061-1/+1
* Use documented compat string for msm uart.ganbold2014-10-061-1/+1
* vt(4): Don't recalculate buffer size if we don't know screen sizedumbbell2014-10-041-1/+2
* When we fail to get a USB reference we should just return, becausehselasky2014-10-031-9/+12
* Fix XHCI driver for devices which have more than 15 physical root HUBhselasky2014-10-031-1/+2
* Fixup the setting of the baud rate.gnn2014-10-021-2/+2
* Merge ACPICA 20140926.jkim2014-10-022-13/+9
* Make sure we always set the maximum number of valid contexts.hselasky2014-10-021-7/+10
* vt(4): Save/restore keyboard mode & LED states when switching windowdumbbell2014-10-022-36/+216
* Properly handle a case that should never happen (the bus_dmagnn2014-10-021-2/+5
* Add new USB ID.hselasky2014-10-022-0/+2
* Add uart driver for Qualcomm MSM 7000/8000 series chips.ganbold2014-10-024-0/+799
* Add sysctl to track the resource consumption of ACPI interrupts.will2014-10-011-0/+11
* Set default cycle state in case of early interrupts.hselasky2014-10-011-0/+4
* Return the actual baud rate programmed in the hardware rather than 115200.ian2014-09-301-2/+40
* Support tunable to control Tx deferred packet list limitsgnn2014-09-302-3/+44
* The patch allows to check state of the software Tx queues at run time.gnn2014-09-303-12/+41
* Make size of Tx and Rx rings configurablegnn2014-09-307-71/+150
* cleanup: code style fixesgnn2014-09-3011-181/+180
* xen: fix blkback pushing responses before releasing internal resourcesroyger2014-09-301-27/+90
* xen/balloon: fix accounting of current memory pages on PVHroyger2014-09-301-1/+2
* xen: add xenstored user-space deviceroyger2014-09-301-0/+169
* xen: convert the xenstore user-space char device to a newbus deviceroyger2014-09-302-4/+66
* xen: defer xenstore initialization until xenstored is startedroyger2014-09-301-2/+66
* xen: move xenstore devicesroyger2014-09-302-0/+1864
* xen: make xen balloon a driver that depends on xenstoreroyger2014-09-301-27/+60
* msi: add Xen MSI implementationroyger2014-09-301-1/+1
OpenPOWER on IntegriCloud