summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Set the backlink in mmc commands to the mmc request that contains them.ian2013-03-242-0/+4
* No need to erase all 64 bytes of CFIS area if we never use more then 16.mav2013-03-241-4/+4
* Add new regulatory domain.adrian2013-03-242-0/+26
* Move the TXQ lock earlier in this routine - so to correctly protect theadrian2013-03-241-1/+2
* Fix the locking changes due to the TXQ change drive-by.adrian2013-03-241-1/+4
* Overhaul the TXQ locking (again!) as part of some beacon/cabq timingadrian2013-03-249-44/+171
* CABQ calculation changes to try and fix some weird corner cases leadingadrian2013-03-231-4/+4
* Do not call malloc(M_WAITOK) while bodev->fence_lock mutex iskib2013-03-231-7/+8
* drm/ttm: Fix a typo: s/pTTM]/[TTM]/dumbbell2013-03-231-1/+1
* drm/ttm: Explain why we don't need to acquire a ref in ttm_bo_vm_ctor()dumbbell2013-03-231-0/+5
* drm/ttm: Fix TTM buffer object refcountdumbbell2013-03-231-5/+1
* Don't attempt to reference sc before testing whether it's NULL.delphij2013-03-221-1/+1
* Fix twa(4) after the r246713. The driver copies data around tokib2013-03-212-4/+8
* Add new USB ID.hselasky2013-03-211-0/+1
* Integrate Efika MX project back to home.ray2013-03-206-0/+1183
* Fix spelling.hselasky2013-03-201-1/+2
* Fix the EDMA CABQ handling - for now, the CABQ takes a descriptor chainadrian2013-03-201-0/+3
* For RTL8211B or later PHYs, enable crossover detection andyongari2013-03-202-1/+21
* Break out the RX completion path into "FIFO check / refill" andadrian2013-03-194-54/+153
* Add more TODO items.adrian2013-03-191-1/+8
* Now that the tx map field is correctly populated for both edma andadrian2013-03-191-7/+4
* ahci(4) and siis(4) are ready to process the unmapped i/o requestskib2013-03-192-2/+2
* Support unmapped i/o for the md(4).kib2013-03-191-40/+204
* Return "start" and "end" to u_long world. Because rman handle addresses asray2013-03-191-4/+3
* Cast "start" to u_long. Temporary fix to unbreak tinderbox.ray2013-03-191-2/+2
* Add new USB ID.hselasky2013-03-192-0/+4
* Don't hesitate to ask parent to setup IRQ finally.ray2013-03-181-3/+0
* Allow simplebus to attach to another simplebus.ray2013-03-181-0/+2
* Hide "no default resources for" warning under bootverbose. It's ok to useray2013-03-181-2/+3
* Allow simplebus to attach in less strict way, when "simple-bus" listed on notray2013-03-181-2/+2
* List TrackPoint device before generic model.jkim2013-03-181-1/+1
* Add preliminary support for IBM/Lenovo TrackPoint.jkim2013-03-181-1/+270
* Correct the definition for Exar XR17V258IV: we must use a config_functionrstone2013-03-181-0/+1
* o Switch to use physical addresses in rman for FDT.ray2013-03-183-10/+15
* Add new USB ID.hselasky2013-03-182-0/+2
* r119712 introduced SIS_TYPE_83816 but it was not actually set inyongari2013-03-182-3/+2
* Print out the current fifo queue depth correctly - not just the maxadrian2013-03-181-1/+2
* Dump out information about the RX descriptor free list and FIFO information.adrian2013-03-181-0/+16
* Log some more information when the RX buffer allocation failed.adrian2013-03-181-2/+5
* Fix a typo in a comment.rpaulo2013-03-171-1/+1
* Hide version string under verbose.joel2013-03-161-2/+6
* Why'd I keep this here? remove it entirely now.adrian2013-03-151-2/+0
* Fix two bugs:adrian2013-03-151-3/+8
* Add support for Exar XR17V358 8-port serial device to puc(4)rstone2013-03-151-0/+20
* Remove a now incorrect comment.adrian2013-03-151-2/+0
* Add locking around the new holdingbf code.adrian2013-03-152-4/+16
* Implement "holding buffers" per TX queue rather than globally.adrian2013-03-143-49/+66
* Add quirk for Lenovo T530 headphone redirection.delphij2013-03-132-1/+3
* Fix typo.hselasky2013-03-131-2/+2
* - Make quirk for reading device descriptor from broken USB devices.hselasky2013-03-132-22/+40
OpenPOWER on IntegriCloud