aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* cam/scsi: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-121-1/+2
* cam/scsi_da: Bump deprecation one release.Warner Losh2023-08-241-2/+2
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1648-98/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-165-5/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1617-17/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1630-60/+0
* cam(4): Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* mmc_xpt: Update function name in debug traceJohn Baldwin2023-08-011-1/+1
* cam: Remove non-sbuf announce/denounce proto and xport opsJohn Baldwin2023-08-015-257/+0
* cam_xpt: Reimplement xpt_*nounce_periph in terms of the _sbuf versionsJohn Baldwin2023-08-011-56/+12
* cam_xpt: Remove fallbacks for non-sbuf protocol methodsJohn Baldwin2023-08-011-33/+2
* cam mmc_xpt/nvme_xpt: Add _sbuf variants of {an,de}nounce xport and proto opsJohn Baldwin2023-08-012-7/+77
* mmc_xpt: Remove dubious end of mmc_print_identJohn Baldwin2023-08-011-4/+0
* cam xpt_*nounce_periph*: Various fixes for periphs without a protocolJohn Baldwin2023-08-011-10/+4
* cam/nvme: Remove spurious newline during periph detach announcementJohn Baldwin2023-08-013-2/+16
* cam: Log more error codesWarner Losh2023-08-011-0/+2
* cam: Log errors from passthru commandsWarner Losh2023-07-281-13/+35
* cam: Fail 2/0 asc/ascq return codeWarner Losh2023-07-281-1/+1
* cam/mmc: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-253-11/+11
* cam/nvme: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-252-10/+10
* cam/ctl: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-252-2/+2
* cam/scsi: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-2517-1772/+1772
* cam/ata: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-255-74/+74
* cam: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-2517-304/+304
* cam_periph: Comment about why we need to reset cbfcnpWarner Losh2023-07-211-0/+5
* cam_periph: Fix a commentWarner Losh2023-07-211-1/+1
* cam: Add CAM_NVME_STATUS_ERROR error codeWarner Losh2023-07-213-1/+8
* cam/nda: Remove impossible CAM codesWarner Losh2023-07-211-5/+0
* cam: Be explict about CAM_SMP_STATUS_ERRORWarner Losh2023-07-211-0/+1
* cam/scsi: Better action for ASC/ASCQ 0x18/0x08Warner Losh2023-07-211-1/+1
* cam: Add comment about recovery ccbsWarner Losh2023-07-211-0/+2
* cam: Move bus_dmamap_load_ccb into cam.c.John Baldwin2023-07-191-0/+20
* memdesc: Retire MEMDESC_CCB.John Baldwin2023-07-141-0/+72
* nvme_xpt: Tidy nvme_announce_periph for fabrics support.John Baldwin2023-06-271-7/+10
* cam_xpt: Properly fail if a sim uses an unsupported transport.John Baldwin2023-06-271-3/+10
* scsi_all.c: Update to latest asc-num.txt at T10Warner Losh2023-06-231-9/+95
* scsi_all.c: Minor formatting nitsWarner Losh2023-06-231-47/+47
* cam: Remove duplicate definition for READ_DEFECT_DATA_10Warner Losh2023-06-191-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1281-81/+81
* Revert "cam: fix up world compilation after previous"Warner Losh2023-04-161-2/+0
* cam: Include stdbool.h for userlandWarner Losh2023-04-161-0/+3
* cam: fix up world compilation after previousMateusz Guzik2023-04-151-0/+2
* cam: Properly mask out the status bits to get completion codeWarner Losh2023-04-155-7/+12
* cam iosched: Use the existing CTLFLAG_RDTUN and CTLFLAG_RWTUN flag definitionsZhenlei Huang2023-04-121-2/+2
* nvme: fix resv commands with nda deviceYuri Pankov2023-03-271-1/+2
* CTL: Allow userland supply tags via ioctl frontend.Alexander Motin2022-12-032-3/+4
* CTL: Increase maximum SCSI tag size from 32 to 64 bits.Alexander Motin2022-12-037-20/+21
* cam: Use FreeBSD standard copyrightWarner Losh2022-10-086-66/+66
* cam: Provide compatibility for CAMGETPASSTHRU for periph driversMark Johnston2022-09-291-0/+2