aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Exclude reserved iSCSI Target Transfer Tag.Alexander Motin2021-01-241-0/+4
* cam: Remove Giant handling from cam_sim_alloc()Mark Johnston2021-01-032-11/+2
* ada(4): remove remainder of MD geometry translation supportMarius Strobl2020-12-251-9/+0
* mmccam: Convert some printf to CAM_DEBUGEmmanuel Vadot2020-11-301-3/+4
* Remove alignment requirements for KVA buffer mapping.Alexander Motin2020-11-291-13/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-2813-60/+60
* mmccam: We can't sleep during sdda_add_part so use M_NOWAITEmmanuel Vadot2020-11-261-7/+14
* Do not truncate the last character from serial number.Jung-uk Kim2020-11-241-2/+2
* Microoptimize cam_num_doneqs math in xpt_done().Alexander Motin2020-11-201-2/+2
* Make CTL nicer to increased MAXPHYS.Alexander Motin2020-11-111-16/+49
* Always return MMC errors from mmc_handle_reply()Ilya Bakulin2020-11-031-16/+14
* Add icc (Isochronous Command Completion) ccb_ataio field.Alexander Motin2020-11-021-0/+2
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-282-2/+0
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-257-11/+26
* vmapbuf: don't smuggle address or length in bufBrooks Davis2020-10-211-7/+1
* Fix sbuf_finish() error code check in user-space.Alexander Motin2020-10-133-4/+24
* cam: Add quirk for Samsung MZ7* behind a SATA-to-SAS interposerWarner Losh2020-10-071-0/+9
* nvme: Note where the CCB was released for passthrough commandWarner Losh2020-10-061-0/+1
* cam: Assert we have a reference when freeing simWarner Losh2020-10-061-0/+1
* Revert most of r360179.John Baldwin2020-09-251-24/+1
* mmc_da: universally use uint8_t for the partition indexAndriy Gapon2020-09-081-3/+5
* mmc_da: fix a typo and a too long lineAndriy Gapon2020-09-081-1/+2
* mmc_da: make sure that part_index is not used uninitialized in sddastartAndriy Gapon2020-09-081-0/+1
* cam_sim: harmonize code related to acquiring a mtxBjoern A. Zeeb2020-09-041-21/+20
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0158-289/+56
* Fix tiny style nit.Warner Losh2020-08-271-1/+1
* Fix CTL ioctl port creation error handling.Alexander Motin2020-08-211-2/+4
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-211-1/+1
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-2/+2
* cam: add missing MAKEDEV_NOWAIT in passregisterMateusz Guzik2020-08-181-0/+1
* Extend EIIOE field handling according to ses4r5 draft.Alexander Motin2020-08-172-9/+15
* Fill device serial_num and device_id in NVMe XPT.Alexander Motin2020-08-131-3/+67
* Report proper stripesize for nda(4).Alexander Motin2020-08-121-1/+5
* mmc_da: fix memory leak in sddaregister()Bjoern A. Zeeb2020-08-071-1/+1
* Add CTL support for REPORT IDENTIFYING INFORMATION command.Alexander Motin2020-08-064-5/+124
* mmccam: Unhold the periph when we add the deviceEmmanuel Vadot2020-08-061-0/+2
* Minor cleanups in mmc_xpt.cIlya Bakulin2020-08-041-23/+24
* mmccam: Hold the periph during initEmmanuel Vadot2020-08-041-0/+2
* mmcam: Use a static length sbuf bufferEmmanuel Vadot2020-08-042-7/+11
* mmccam: mmc_xpt: We're only interested about losing the deviceEmmanuel Vadot2020-08-041-23/+5
* mmccam: Make non bootverbose more readableEmmanuel Vadot2020-07-241-4/+3
* mmccam: Add some aliases for non-mmccam to mmccam transitionEmmanuel Vadot2020-07-241-0/+11
* mmccam: Add support for 1.2V and 1.8V eMMCEmmanuel Vadot2020-07-221-4/+71
* mmccam: Add support for 1.8V sdcardEmmanuel Vadot2020-07-222-3/+49
* mmccam: Add a generic mmccam_start_discovery functionEmmanuel Vadot2020-07-222-0/+25
* mmccam: Use a sbuf for the mmc ident functionEmmanuel Vadot2020-07-221-21/+41
* mmc_xpt: Fix debug messagesEmmanuel Vadot2020-07-221-1/+2
* Hold the mutex when releasing a callout.Kenneth D. Merry2020-07-161-1/+3
* Use the more descriptive src_ccb and dst_ccb for the two ccbs being merged.Warner Losh2020-06-202-11/+11
* Implement zero-copy iSCSI target transmission/read.Alexander Motin2020-06-083-4/+65