aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ata
Commit message (Expand)AuthorAgeFilesLines
* cam(3): Fix a common typo in source code commentsGordon Bergling2025-08-281-2/+2
* cam: add missing zeroing of a stack-allocated CCB.Edward Tomasz Napierala2025-01-201-0/+1
* cam: make sure to clear even more CCBs allocated on the stackEdward Tomasz Napierala2025-01-202-0/+5
* ata_xpt: Rename probe_softc to aprobe_softcWarner Losh2024-12-281-11/+11
* ada: Another NCQ Trim instability driveWarner Losh2024-04-291-0/+5
* ata_da: add quirk to disable NCQ TRIM for Samsung 860/870 SSDsAndriy Gapon2024-03-161-0/+16
* cam/ata: Postpone removal of two compat sysctls until 15Zhenlei Huang2023-11-021-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-234-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-255-5/+5
* Delay GEOM disk_create() until CAM periph probe completes.Alexander Motin2022-08-151-19/+17
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-06-271-2/+2
* CAM: Replicate e0ceec676dc8 from da to ada and nda.Alexander Motin2022-05-011-0/+3
* cam: Fix typos in source code commentsGordon Bergling2022-04-091-2/+2
* add and use defintions for ATA power modesAndriy Gapon2022-01-251-2/+2
* adaspindown: check disk power mode before sending IDLE commandAndriy Gapon2022-01-211-0/+47
* cam: Relax callouts precisions.Alexander Motin2022-01-211-6/+7
* cam(4): Mark all sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-251-3/+3
* Fix potential NULL pointer dereference of device physical pathYoung Xiao2021-07-211-2/+5
* cam: Don't permit crashdumps on non-pollable devices.John Baldwin2021-03-221-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
* cam: ANSIfy 0-argument function definitionsConrad Meyer2020-05-161-1/+1
* Make the ata probe* and xpt* routines aprobe* and axpt* respectively.Warner Losh2020-05-131-51/+50
* Convert rotating to a flag bit.Warner Losh2020-04-271-9/+12
* Convert unmappedio over to a flag.Warner Losh2020-04-271-7/+25
* Add flags sysctl to adaWarner Losh2020-04-271-1/+49
* Now that we don't have special-case geom hacking defined in md_var.h, stopWarner Losh2020-04-071-2/+0
* Add a quirk for the WDC Green series of SSDs to disable NCQ TRIM, as thisScott Long2020-02-271-0/+5
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-10/+13
* Add rudamentary support for UFS to probe whether a block device supports theScott Long2020-02-161-0/+7
* Revert r357710 and 357711 until they can be debuggedScott Long2020-02-101-5/+0
* Add rudamentary support for UFS to probe whether a block device supports theScott Long2020-02-101-0/+5
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-0/+4
* Revert r355813Warner Losh2019-12-161-10/+0
* Implement a system-wide limit or da and ada devices for delete.Warner Losh2019-12-161-0/+10
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-1/+1
* Add GEOM attribute to report physical device name, and report itEdward Tomasz Napierala2019-11-091-0/+2
* Take proper lock in ses_setphyspath_callback().Alexander Motin2019-08-291-1/+2
* Make `camcontrol sanitize` support also ATA devices.Alexander Motin2019-07-251-1/+10
* Make CAM ATA stack handle disk resizes.Alexander Motin2019-07-232-96/+112
* ata_xpt: Use the correct union member when accessing valid.Brooks Davis2019-07-221-1/+1
* Add Accessible Max Address Configuration support to camcontrol.Alexander Motin2019-07-191-1/+7
* Replay r349340 by imp accidentally reverted by r349352Warner Losh2019-06-253-19/+27
* Replay r349339 by imp accidentally reverted by r349352Warner Losh2019-06-251-11/+14
* Remove NAND and NANDFS supportWarner Losh2019-06-253-30/+19
* Create ata_param_fixupWarner Losh2019-06-243-19/+27