aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/siis
Commit message (Expand)AuthorAgeFilesLines
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-2/+2
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-091-2/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+4
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* Fix SATA NCQ error recovery after 25375b1415Alexander Motin2024-06-271-1/+1
* siis: Use device_set_desc(f)()Mark Johnston2024-06-021-4/+2
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-4/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* siis: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-4/+6
* ahci/siis/mvs: Fix panics after 3394d4239b.Alexander Motin2022-03-051-1/+2
* Fix "set but not used" in the siis driver.Scott Long2022-02-261-2/+1
* 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