summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Hold mfi_io_lock across calls to xpt_rescan() and xpt_alloc_ccb_nowait().markj2013-08-231-5/+1
* Add vmx(4), a VMware VMXNET3 ethernet driver ported from OpenBSDbryanv2013-08-233-0/+3940
* Whitespace cleanup.np2013-08-231-2/+1
* There is no need to hold the freelist lock around alloc/free ofnp2013-08-231-10/+1
* Don't give up so easily on failure of CMD55 to put the card into app-cmdian2013-08-231-3/+3
* Move the old iSCSI initiator source to a more appropriate placetrasz2013-08-228-12/+12
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-225-10/+7
* Change the name of this particular event to reflect the name used inadrian2013-08-211-2/+2
* Fix mps(4) driver breakage that came in in change 253550 thatken2013-08-211-2/+2
* Add support for uarts other than the serial console in TI OMAP SoCs.ian2013-08-214-0/+146
* Make the uart ns8250 high-level interface public rather than static.ian2013-08-212-38/+73
* Use an if/else sequence rather than unrelated if statements, so that aian2013-08-211-7/+7
* Check for generic ns16550 after all other types. A device may be compatibleian2013-08-211-3/+3
* Display P/N information in the description.np2013-08-201-3/+3
* Force keyboards which don't have the requiredhselasky2013-08-201-2/+6
* Correct a typo in the event mask mnemonic.bz2013-08-201-1/+1
* Make the standard sdhci(4) driver work for the TI OMAP family SoCs.ian2013-08-201-0/+1
* Allow UART_POLL_FREQ to be set as a kernel option as well as via tunableian2013-08-191-1/+1
* Remove unused and incomplete support for delayed fragment checksumsandre2013-08-194-27/+3
* Style changes and typos fixed.rpaulo2013-08-191-8/+13
* Allow a hardware driver to pass clock frequencies into the sdhci driver.ian2013-08-191-8/+18
* Add a new SDHCI_QUIRK_DONT_SHIFT_RESPONSE for hardware that pre-shiftsian2013-08-182-2/+9
* Add in missing events for Sandy Bridge Xeon.adrian2013-08-182-5/+27
* Fix some USB controller names according to pciconf output.hselasky2013-08-172-1/+3
* Log the MAC address of the node in question rather than the pointer.adrian2013-08-171-8/+25
* Consistently init all mmc request, command, and data structures to zeroian2013-08-172-10/+27
* Handle command retries for commands originating at the mmc layer, andian2013-08-161-32/+41
* During card identification, run the bus at 400KHz, not the minimumian2013-08-161-4/+5
* Print the card relative address in hex, because that's what all theian2013-08-161-1/+1
* Add named constants for 8-bit bus support. The sdhci and mmc driversian2013-08-161-0/+3
* When the timeout clock is based on the SD clock, the timeout counterian2013-08-161-17/+21
* Restore the previous sendfile(2) behaviour on the block devices.kib2013-08-161-0/+1
* Bring datasheet URL up to date.kevlo2013-08-161-1/+1
* Change the way that unmapped I/O capability is advertised.ken2013-08-151-4/+3
* Avoid potential redefinition of the macro.jkim2013-08-154-5/+5
* Export the maxio field in the CAM XPT_PATH_INQ CCB in the isp(4)ken2013-08-151-0/+5
* If sys/param.h MAXPHYS has been tuned to exceed MFI_MAXPHYS, the mfi(4)sbruno2013-08-141-1/+2
* If a controller fails to initialize, do not notify consumers (nvd) of itsjimharris2013-08-131-0/+9
* Send a shutdown notification in the driver unload path, to ensurejimharris2013-08-134-28/+51
* Tidy up global locks for ACPICA. There is no functional change.jkim2013-08-131-12/+10
* ieee80211_rate2plcp() and ieee80211_rate2phytype() are both pre-11nadrian2013-08-131-2/+5
* Alter the mq_start routine to do a TRYLOCK and call to the locked routinejfv2013-08-131-1/+7
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-1262-520/+108
* Improve the MSIX setup code in the drivers, thanks to Marius forjfv2013-08-124-13/+33
* Add brace missing in r254253.mav2013-08-121-1/+1
* r253460 accidentally some moderately expensive debugging code, evenscottl2013-08-121-0/+4
* - Try to fix build of 32-bit compatibility USB support for FreeBSD andhselasky2013-08-124-24/+32
* Correct an EHCI register write.hselasky2013-08-121-1/+1
* Use device_printf().rpaulo2013-08-111-3/+4
* Use the correct structure size when flipping the BT coex state machine.adrian2013-08-111-1/+1
OpenPOWER on IntegriCloud