summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add message when nvd disks are attached and detached.jimharris2013-07-194-11/+94
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.jfv2013-07-196-0/+14
* Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.jimharris2013-07-192-4/+15
* Do not call disk_create() until we have completed all initialization of ourjimharris2013-07-191-2/+2
* Be more aggressive in using superpages in all mappings of objects:jhb2013-07-191-1/+1
* Overhaul error, information, and debug logging.scottl2013-07-198-286/+356
* Properly handle I/O windows in bridges with the ISA enable bit set. Thesejhb2013-07-184-91/+449
* Reload font when syscons(4) is resuming without switching mode.jkim2013-07-171-27/+34
* Use pause() instead of DELAY() when polling for completion of adminjimharris2013-07-171-4/+4
* Define constants for the lengths of the serial number, model numberjimharris2013-07-172-5/+13
* Implement workaround for BCM5719/BCM5720 TX hang.yongari2013-07-172-4/+55
* Specify a timeout for the PL block.np2013-07-171-1/+4
* Avoid magic constant.yongari2013-07-172-7/+9
* o TxD ring requires 8 bytes alignment to work so change alignmentyongari2013-07-171-20/+30
* Add a tunable to force disable MSI use for xhci(4).kib2013-07-161-7/+12
* Workaround some broken BIOSes that specify edge-sensitive but active-lowjhb2013-07-161-0/+11
* Revert r252725 as it breaks WPA.rpaulo2013-07-147-42/+0
* Allow regular off-the-shelf keyboards to be overclocked like so-calledhselasky2013-07-131-3/+22
* When fiddling with options of which registers to copy out formjacob2013-07-132-3/+14
* Change the E1000 driver option header handling to match thejfv2013-07-123-6/+9
* Merge from hpt27xx, r249468 (mav):delphij2013-07-121-1/+1
* Opps, need to change the VF code as well.jfv2013-07-121-3/+0
* Remove the conditional define around the option headers,jfv2013-07-121-3/+0
* Attach to the 4x10G T540-CR card.np2013-07-111-1/+1
* Fix a poorly worded comment in nvme(4).jimharris2013-07-111-3/+3
* Fix my last commit, flags rather than flag... duh.jfv2013-07-111-1/+1
* Fix to a panic found internally, bad pointer during rxeofjfv2013-07-101-0/+1
* Protect against broken hardware. In this particular case, protect againstmarcel2013-07-101-48/+60
* 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
OpenPOWER on IntegriCloud