summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* drm: Support gem_open_object() and gem_close_object() callbacksdumbbell2013-08-252-4/+22
* drm: Fix typo in KASSERT message: s/Dandling/Dangling/dumbbell2013-08-251-1/+1
* drm: Import Linux commit cd004b3f4cd4169815c82bf9e424fda06978898adumbbell2013-08-251-1/+14
* Bugfix: The endpoint profile should only be checked in device mode whenhselasky2013-08-252-15/+17
* Update the MEM_UOP_RETIRED PMC operation for sandy bridge and sandyadrian2013-08-252-24/+35
* drm: In drm_mmap_single, try ttm_bo_mmap_single() before drm_gem_mmap_single()dumbbell2013-08-252-5/+5
* drm: Fix cleanup if device initialization failsdumbbell2013-08-251-3/+19
* drm: Use driver-provided "use_msi" callback to determine if MSI is blacklisteddumbbell2013-08-252-10/+24
* drm: Don't delete already deleted iicbus child from drm_iic_dp_auxdumbbell2013-08-241-17/+1
* drm: Move definition of EREMOTEIO to drmP.hdumbbell2013-08-242-3/+5
* drm: Import drm_dp_helper.c from Linux 3.8-rc3dumbbell2013-08-243-11/+267
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-241-58/+53
* Do not use "Enable Implied Seek" on enhanced floppy controllers. Thisjoerg2013-08-241-8/+3
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-247-12/+12
* Change local variable tso_segsz to tsosegsz to avoid mbuf.h macro conflicts.andre2013-08-242-13/+13
* Remove unnecessary setup of the m->pkthdr.header pointer.andre2013-08-242-2/+0
* Add an mbuf pointer parameter to (*ext_free) to give the externalandre2013-08-245-12/+10
* drm: Fix leak of connector->edid_blob_ptrdumbbell2013-08-241-0/+5
* drm: Const'ify the 1st "drm_display_mode" passed to "mode_fixup" callbacksdumbbell2013-08-2411-15/+15
* drm/i915: Import Linux commit 71244653a8fb0f46bc12ae421f1d5f72af6a75dadumbbell2013-08-241-7/+2
* drm: Import drm_buffer.[ch] from Linux 3.8-rc3dumbbell2013-08-242-0/+334
* drm: Call drm_global_init() & drm_global_release() at module load/unloaddumbbell2013-08-242-13/+79
* 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
OpenPOWER on IntegriCloud