aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/siis
Commit message (Expand)AuthorAgeFilesLines
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-4/+4
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-21/+13
* Unlucky change...Alexander Motin2020-11-211-1/+1
* Fix stupid math mistake in r366922.Alexander Motin2020-11-211-1/+1
* Add icc (Isochronous Command Completion) ccb_ataio field.Alexander Motin2020-11-021-0/+2
* Pass lower 3 bits of sector_count for FPDMA commands.Alexander Motin2020-10-221-5/+4
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-051-4/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-171-1/+7
* Fix some more long -> rman_res_tJustin Hibbits2016-03-211-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-231-2/+2
* Fix SATA Gen3 speed constants.Alexander Motin2015-03-131-2/+2
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-5/+5
* Initialize variables before resource_int_value().Alexander Motin2014-09-121-0/+1
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-2/+0
* Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent busesAlexander Motin2013-04-181-0/+8
* ahci(4) and siis(4) are ready to process the unmapped i/o requestsKonstantin Belousov2013-03-191-1/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-29/+21
* Partially revert r236666:Alexander Motin2012-06-101-1/+1
* ATA/SATA controllers have no idea about protocol of the connected deviceAlexander Motin2012-06-061-2/+2
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPIAlexander Motin2012-05-121-0/+2
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-191-7/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* According to SATA specification, when Serial ATA Enclosure Management BridgeAlexander Motin2011-05-251-7/+18
* Fix some English grammar.Alexander Motin2011-04-192-6/+6
* According to specification. device should respond to COMRESET with COMINITAlexander Motin2011-04-191-12/+24
* Properly handle memory allocation errors during error recovery.Alexander Motin2011-04-191-5/+18
* Improve SATA Asynchronous Notification feature support in CAM:Alexander Motin2011-04-131-0/+5
* As soon as siis_reset() doesn't waits for device readiness, but only forAlexander Motin2011-04-131-3/+3
* Implement automatic SCSI sense fetching for siis(4).Alexander Motin2011-04-122-36/+90
* Add missing part of r217877.Alexander Motin2011-01-261-0/+1
* Hardware supported by siis(4) allows software control over activity LEDs.Alexander Motin2011-01-261-0/+19
* Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residualAlexander Motin2010-11-081-0/+11
* Add missing mtx_destroy() on channel attach failure.Alexander Motin2010-10-251-0/+1
* Fix panic, when due to some kind of congestion on FIS-based switchingAlexander Motin2010-09-161-5/+8
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers toAlexander Motin2010-07-251-2/+7
* Plug memory leak to silent Coverity. Error is still not really handled.Alexander Motin2010-06-051-0/+1
* Fix attach errors handling.Alexander Motin2010-06-051-3/+5
* Fill rman range start/end values. It makes devinfo output more readable.Alexander Motin2010-05-221-0/+2
* Report ATA/SATA channel number to NewBus at location string.Alexander Motin2010-05-221-0/+11
* Improve suspend/resume support. Make sure controller is idle on suspendAlexander Motin2010-05-211-12/+41
* Make SATA XPT negotiate and enable some additional SATA features, such as:Alexander Motin2010-05-022-0/+13
* Add Target/LUN ID checks and deny access to targets 1-14 when PMP absent.Alexander Motin2010-04-301-39/+28
* Explicitly enable PCI busmastering on attach.Alexander Motin2010-04-151-0/+1
* Enable MSI by default for SiI3124.Alexander Motin2010-03-201-6/+7