summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add per-TXQ EDMA FIFO staging queue support.adrian2013-03-263-17/+84
* Keep a doubly-linked list of outstanding trackers.jimharris2013-03-262-10/+14
* Create a generic nvme_ctrlr_cmd_get_log_page function, and change thejimharris2013-03-262-6/+21
* Expose the get/set features API to nvme consumers.jimharris2013-03-262-8/+10
* Add an interface for nvme shim drivers (i.e. nvd) to register forjimharris2013-03-265-21/+81
* Enable asynchronous event requests on non-Chatham devices.jimharris2013-03-265-77/+141
* Move controller destruction code from nvme_detach() to new nvme_ctrlr_destruct()jimharris2013-03-263-46/+53
* Specify command timeout interval on a per-command type basis.jimharris2013-03-263-3/+13
* Explicitly abort a timed out command, if the ABORT command sent to thejimharris2013-03-261-1/+29
* Break out the code for completing an nvme_tracker object into a separatejimharris2013-03-261-43/+59
* Add support for ABORT commands, including issuing these commands whenjimharris2013-03-263-5/+24
* Add an internal _nvme_qpair_submit_request function, which performsjimharris2013-03-261-6/+15
* Make the DSM range count 0-based. Previously we were deallocating one morejimharris2013-03-261-1/+1
* Do not look at the namespace's thin provisioning field to determine if DSMjimharris2013-03-261-1/+1
* Remove the mcast path calls to ath_hal_gettxdesclinkptr() for axq_link -adrian2013-03-262-3/+0
* Remove this dead code - it's no longer relevant (as yes, we do actuallyadrian2013-03-261-8/+0
* Convert the CABQ queue code over to use the HAL link pointer methodadrian2013-03-261-8/+15
* Convert the EDMA multicast queue code over to use the HAL method to setadrian2013-03-261-3/+5
* Migrate the multicast queue assembly code to not use the axq_link pointeradrian2013-03-261-5/+7
* Unlock IPMI sc while performing requests via KCS and SMIC interfaces.melifaro2013-03-252-0/+4
* Read Asynchronous Notification statuses only if Port Multiplier or ATAPImav2013-03-251-1/+2
* Depending on combination of running commands (NCQ/non-NCQ) try to avoidmav2013-03-251-5/+10
* 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
OpenPOWER on IntegriCloud