aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* cam (scsi): silence "Medium not present" SCSI sense logging for removable mediaAbdelkader Boudih8 days1-3/+3
* cam: Add comment about routineWarner Losh2026-03-111-0/+4
* nda: Assume all cases in ndaasync can sleepWarner Losh2026-03-031-1/+9
* nda: AC_GETDEV_CHANGED calls media chanaged for sectorsize changeWarner Losh2026-03-031-8/+14
* nda: Rescan the drive on openWarner Losh2026-03-031-2/+47
* nda: Move ndasetgeomWarner Losh2026-03-031-24/+33
* nvme xpt: convert restart to a bool.Warner Losh2026-03-031-4/+4
* cam/scsi: Restore scsi_start_stop() and add scsi_start_stop_pc()Jaeyoon Choi2026-01-264-3/+38
* cam: When inq data isn't valid, pass NULLWarner Losh2026-01-081-10/+8
* cam: Add probes for xpt actionsWarner Losh2026-01-081-1/+21
* cam: Start adding dtrace provider 'cam'Warner Losh2026-01-082-0/+19
* cam: Minor comment cleanupWarner Losh2026-01-031-7/+8
* scsi: Make all da error messages greppableWarner Losh2025-12-281-49/+40
* mmc(4): Fix a typo in a device debug messageGordon Bergling2025-12-131-1/+1
* cam: Also reduce timeout for wlun probingWarner Losh2025-12-121-1/+1
* cam: Reduce overly long timeout values for initial device probingWarner Losh2025-12-111-6/+22
* nvme: Only attach to storage NVMe devicesWarner Losh2025-12-101-1/+1
* cam: decode and print direct accecss block device sense dataWarner Losh2025-12-102-2/+68
* cam: Expand the parts of the sense buffer we reportWarner Losh2025-12-103-6/+212
* cam: set reladr in scsi_read_capacity_16Warner Losh2025-12-051-2/+2
* cam/scsi: Add power condition support to START STOP UNITJaeyoon Choi2025-12-014-2/+8
* cam/scsi: Support well known logical unitJaeyoon Choi2025-12-015-83/+161
* nda: fix setting of unmappedio flagChuck Silvers2025-11-251-5/+4
* nda: React to namespace change eventsWanpeng Qian2025-11-182-9/+22
* nvme: Refactor geom setting to function.Wanpeng Qian2025-11-181-16/+31
* cam: Add a number of asserts to catch bad transactionsWarner Losh2025-11-062-0/+93
* sbuf_delete() after sbuf_finish() & add SBUF_INCLUDENULDavid E. O'Brien2025-10-311-3/+5
* cam: Fix three typos in kernel messagesGordon Bergling2025-10-293-3/+3
* cam: Bump deprecated sysctl removal to 16Ed Maste2025-10-262-4/+4
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov2025-10-182-1/+3
* style(9): white space after ; and around binary operatorsDavid E. O'Brien2025-10-162-4/+4
* scsi: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-2/+2
* Revert "cam/iosched: Initialize max_lat"Warner Losh2025-10-071-1/+0
* cam/iosched: Initialize max_latWarner Losh2025-10-071-0/+1
* power: Add stype parameter in power_suspend/resume eventhandlersAymeric Wibo2025-10-062-6/+8
* cam(3): Fix a common typo in source code commentsGordon Bergling2025-08-252-4/+4
* cam: Enforce real priorities in xpt_action for queued ccbs.Warner Losh2025-07-221-0/+9
* mmc_da: Queued CCBs need a priority other than CAM_PRIORITY_NONEWarner Losh2025-07-221-1/+1
* cam/mmc: Remove stray xpt_path_inqWarner Losh2025-07-221-1/+0
* cam/xpt: style(9) no longer recommends blank linesWarner Losh2025-07-101-2/+0
* cam: Fail the disk if READ CAPACITY returns 4/2 asc/ascqWarner Losh2025-07-101-0/+13
* cam: Add xpt_gdev_type() and use it instead of many copies of sameWarner Losh2025-07-1011-64/+29
* cam: Use less stack spaceWarner Losh2025-07-101-15/+19
* cam/mmc: style(9) pass: put { starting functions on its own lineWarner Losh2025-07-081-8/+16
* cam: Use bool for doneWarner Losh2025-07-071-5/+5
* cam: Create free_scan_info helper functionWarner Losh2025-07-071-8/+13
* cam: In scsi_scan_bus, fix an error caseWarner Losh2025-07-071-1/+1
* cam/mmc: Use xpt_path_inq instead of hand-rollded equivalentWarner Losh2025-07-071-4/+1
* xpt_path_inq: Use CAM_PRIORITY_NONEWarner Losh2025-07-071-1/+1
* cam/xpt: improve comment on xpt_path_inqWarner Losh2025-07-071-2/+2