summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Adding urtwn(4) firmware and related changes.hiren2013-07-101-1/+0
* Avoid controller reinitialization which could be triggered byyongari2013-07-101-0/+6
* Refactor random_systat to be a *random_systat. This avoids unnecessaryobrien2013-07-094-27/+27
* - As it turns out, not only MSI-X is broken for devices passed through bymarius2013-07-094-36/+77
* Add comment explaining why CACHE_LINE_SIZE is defined in nvme_private.hjimharris2013-07-091-0/+4
* Update copyright dates.jimharris2013-07-0910-10/+10
* Do not retry failed async event requests.jimharris2013-07-091-5/+5
* Add pci_enable_busmaster() and pci_disable_busmaster() calls injimharris2013-07-091-0/+3
* Remove redundant definitions to appease tinderbox.jkim2013-07-092-7/+3
* Use MSI for xhci(4), if supported.kib2013-07-092-6/+19
* Add ID for Marvell 88SE9215 AHCI SATA controller.mav2013-07-091-0/+1
* Add one more ID of Marvell SATA controller.mav2013-07-091-0/+1
* Use meaningful names when creating mmc/sd threads.rpaulo2013-07-091-2/+4
* Add quirk to configure headphones redirection on ASUS UX31A laptop.mav2013-07-082-0/+8
* Add a mailbox interface.rpaulo2013-07-071-0/+46
* - Add initial host mode support for Mentor Graphics USB OTG controllergonzo2013-07-073-104/+1568
* Update driver with recent vendor improvements, most notably supportdelphij2013-07-068-131/+442
* Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.delphij2013-07-0618-0/+29133
* Remove unneeded page lock around vm_page_insert().kib2013-07-061-2/+0
* Refresh vendor driver version which fixes command queuedelphij2013-07-062-45/+62
* Update hpt27xx(4) driver to address a problem reported by FreeNASdelphij2013-07-052-33/+14
* Add PCI IDs for HighPoint RocketRAID 4521, 3620, 3622 and 3640delphij2013-07-051-1/+5
* Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in openingjamie2013-07-051-2/+9
* - Show the reason why link is down if this information is available.np2013-07-053-5/+55
* - Make note of interface MTU change if the rx queues exist, and not justnp2013-07-046-8/+44
* Implement basic 802.11n awareness in the PHY and AMRR rate control code.adrian2013-07-045-45/+116
* Set ic_cryptocaps to make sure wpa_supplicant works with WEP.rpaulo2013-07-047-0/+42
* On-the-fly changes to the interrupt coalescing timer should apply to thenp2013-07-041-0/+12
* Enable the station-side power management flag.adrian2013-07-041-4/+4
* Pay attention to TCP_NODELAY when it's set/unset after the connectionnp2013-07-041-0/+26
* Ring the egress queue's doorbell as soon as there are 8 or morenp2013-07-041-3/+3
* The T5 allows the driver to specify the ISS. Do so; use the ISS pickednp2013-07-043-8/+34
* Merge virtio_scsi change from projects/virtiobryanv2013-07-041-10/+3
* Merge virtio_pci changes from projects/virtiobryanv2013-07-043-201/+242
* Merge virtio changes from projects/virtiobryanv2013-07-0413-48/+41
* Merge vtnet changes from projects/virtiobryanv2013-07-041-2/+2
* - Read all TP parameters in one place.np2013-07-049-66/+205
* Merge virtio_balloon changes from projects/virtiobryanv2013-07-041-23/+21
* Merge several virtio_blk changes from projects/virtiobryanv2013-07-042-26/+240
* Convert VirtIO to use ithreads instead of taskqueuesbryanv2013-07-0410-275/+110
* - Include the T5 firmware with the driver.np2013-07-0313-8294/+17829
* Increase the microcode max size to 16K to accomodate more recent Intelrpaulo2013-07-031-1/+1
* Typos in comments.rpaulo2013-07-031-3/+3
* Port 0 needs to wait for ACK only if it issued the RESET.davidcs2013-07-031-3/+5
* Don't perform the acpi_DeviceIsPresent() check for PCI-PCI bridges. Ifjhb2013-07-032-10/+7
* Add Planex MZK-UE150N.hrs2013-07-022-0/+2
* Add RealTek 8192SU product IDs.rpaulo2013-07-021-1/+38
* Remove forced timeout of in-flight commands from mfi_timeout.smh2013-07-011-5/+8
* Add a sysctl to get the number of filters available.np2013-07-011-0/+3
* Fix a typo.rpaulo2013-06-301-1/+1
OpenPOWER on IntegriCloud