aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ata
Commit message (Expand)AuthorAgeFilesLines
* cam(3): Fix a common typo in source code commentsGordon Bergling2025-08-251-2/+2
* cam: Add xpt_gdev_type() and use it instead of many copies of sameWarner Losh2025-07-101-4/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* cam/xpt: Put all messages on one lineWarner Losh2025-02-041-20/+19
* cam/iosched: Make each periph driver provide schedule fnpWarner Losh2024-07-201-1/+2
* cam/iosched: Pass in the disk when initializingWarner Losh2024-07-201-9/+10
* cam: Drop periph lock when completing I/O with ENOMEM statusWarner Losh2024-05-241-0/+9
* ata_da: add quirk to disable NCQ TRIM for Samsung 860/870 SSDsAndriy Gapon2024-02-191-0/+16
* ada: Another NCQ Trim instability driveWarner Losh2024-02-191-0/+5
* CAM: Replace random sbuf_printf() with cheaper cat/putc.Alexander Motin2023-11-223-20/+20
* CAM: Use sbuf_new_for_sysctl() in more placesAlexander Motin2023-11-221-8/+4
* cam: Remove left-over sys/cdefs.h in sys/camWarner Losh2023-11-063-3/+0
* cam: Minor opt_cam.h cleanupWarner Losh2023-11-061-2/+0
* cam/ata: Postpone removal of two compat sysctls until 15Zhenlei Huang2023-11-021-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* cam: Remove non-sbuf announce/denounce proto and xport opsJohn Baldwin2023-08-011-89/+0
* cam/ata: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-255-74/+74
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* cam: Properly mask out the status bits to get completion codeWarner Losh2023-04-151-2/+2
* Delay GEOM disk_create() until CAM periph probe completes.Alexander Motin2022-07-141-19/+17
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-2/+2
* ada: Move commentWarner Losh2022-05-041-9/+6
* ada: Retry commands with retries left on CAM_SEL_TIMEOUTWarner Losh2022-05-011-1/+1
* adaasync: Harmonize with daasyncWarner Losh2022-04-261-5/+3
* ada: Eliminate dead codeWarner Losh2022-04-251-4/+0
* cam: Small reorg of ata xpt async codeWarner Losh2022-04-251-35/+37
* ada/da: Borrow comment from nda about cleanupWarner Losh2022-04-241-3/+4
* ata/nvme: Add commentWarner Losh2022-04-241-0/+4
* CAM: Replicate e0ceec676dc8 from da to ada and nda.Alexander Motin2022-04-241-0/+3
* cam: Fix typos in source code commentsGordon Bergling2022-04-021-2/+2
* ata_xpt: Rename probe_softc to aprobe_softcWarner Losh2022-01-151-11/+11
* add and use defintions for ATA power modesAndriy Gapon2022-01-111-2/+2
* cam: Relax callouts precisions.Alexander Motin2022-01-071-6/+7
* adaspindown: check disk power mode before sending IDLE commandAndriy Gapon2021-12-241-0/+47
* ada: Fix intra-object buffer overread of identify stringsJessica Clarke2021-10-271-4/+20
* cam(4): Mark all sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-111-3/+3
* cam: revert half of 75b5caa08efEdward Tomasz Napierala2021-08-081-8/+0
* Fix potential NULL pointer dereference of device physical pathYoung Xiao2021-07-131-2/+5
* cam: enable kern.cam.ada.enable_uma_ccbs by defaultEdward Tomasz Napierala2021-07-071-1/+1
* cam: turn KASSERTs into printfs for nowEdward Tomasz Napierala2021-05-161-0/+8
* cam: add missing zeroing of a stack-allocated CCB.Edward Tomasz Napierala2021-05-161-0/+1
* cam: allocate CCBs from UMA for SCSI and ATA IOEdward Tomasz Napierala2021-05-152-0/+25
* cam: make sure to clear even more CCBs allocated on the stackEdward Tomasz Napierala2021-04-112-0/+5
* cam: Don't permit crashdumps on non-pollable devices.John Baldwin2021-02-111-1/+2
* ada(4): remove remainder of MD geometry translation supportMarius Strobl2020-12-251-9/+0
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* Fix sbuf_finish() error code check in user-space.Alexander Motin2020-10-131-2/+12
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-13/+3
* [ata_da] remove duplicate definition; it trips up ye olde gcc-6 on mips32Adrian Chadd2020-05-271-1/+0