summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Limit the ST3146855LW U320 drive to 55 tags to avoid command timeoutsgibbs2012-02-151-0/+8
* Insert ordered command every 1/4 of the current command timeout, not 1/4mav2012-02-021-3/+3
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-264-43/+146
* dadump: don't leak the periph lock on i/o erroravg2012-01-151-1/+1
* Add BIO_DELETE support for SCSI Direct Access devices (da).mav2012-01-133-98/+486
* Fix a race condition in CAM peripheral free handling, lockingken2012-01-122-9/+40
* Add the CAM Target Layer (CTL).ken2012-01-124-11/+102
* Add support for CDRIOCGETBLOCKSIZE and CDRIOCSETBLOCKSIZE IOCTLs to controlmav2012-01-031-0/+10
* Remove unneeded checks for CAM_DEV_QFRZN after cam_periph_runccb() call.mav2012-01-023-65/+0
* Report stripeoffset as zero not stripesize if physical block is zeromav2011-12-231-1/+2
* Addition to r228808:mav2011-12-231-0/+3
* Use READ CAPACITY(16) to get information about device physical sectors.mav2011-12-232-10/+125
* Merge to da driver quirks hinting 4K physical sector sizes for SATA disksmav2011-12-231-6/+238
* Make cd driver to handle Audio CDs, reporting their 2352 bytes sectors tomav2011-12-222-0/+13
* Change targ(4) to use cdevpriv, instead of multiple character devices.ed2011-12-131-116/+43
* Do not use the sometimes-reserved work 'bool' for a variable name.mdf2011-12-121-5/+5
* - Add support for Support SEAGATE DAT Scopion 130eadler2011-12-081-0/+4
* - fix duplicate "a a" in some commentseadler2011-11-132-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-3/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-077-7/+7
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-037-251/+2414
* cam/scsi/scsi_cd.c:gibbs2011-06-261-7/+4
* Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operationwill2011-06-221-3/+4
* Plumb device physical path reporting from CAM devices, through GEOM andgibbs2011-06-142-22/+120
* sys/cam/scsi/scsi_da.c:gibbs2011-06-141-13/+25
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-144-51/+303
* Change new constant names to ones used by OpenSolaris.mav2011-05-271-2/+2
* Add names for few more SES element types according SES-2 specification.mav2011-05-271-0/+4
* scsi_cd: silence READ_TOC errors in CDIOREADTOCHEADER ioctlavg2011-05-071-1/+1
* Move a comment to the right place. The rearrange done in r208928 leftjh2011-04-161-4/+3
* Move TUNABLE_INT_FETCH() out of the SIM lock to avoid sleeping whilejh2011-04-162-30/+32
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.mav2011-04-147-11/+55
* Missed a file in r219056: add disk description for da(4).nwhitehorn2011-02-261-0/+6
* Add the disk ident and a human-meaningful description (here, the disk modelnwhitehorn2011-02-261-0/+6
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-1/+1
* Add a 64-bit hex-printed sysctl(9) since there is at least one place inmdf2011-01-131-2/+2
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.ken2010-12-101-4/+5
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-306-52/+1507
* Make da driver to handle some probably broken Android devices, returningmav2010-10-241-1/+4
* Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() asmdf2010-09-201-1/+5
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-021-6/+15
* Revert r211434. Offline discussions have convinced me that this shouldmjacob2010-08-201-18/+2
* Now is as good a time as any to find out if we induce breakagemjacob2010-08-171-2/+18
* Fix two (very common) occurrences of s/sytem/system in comments.bcr2010-08-021-1/+1
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-252-0/+8
* For the target port groups structures, don't allocate the initial element.ken2010-06-141-3/+4
* Rearrange how things are done to avoid dereferencing stale pointers inmjacob2010-06-081-30/+32
* One byte off for scsi_target_group cdb.mjacob2010-06-081-1/+1
* Implement the usage of Report Luns as part of SCSI probing for SCP3 ormjacob2010-06-081-26/+351
OpenPOWER on IntegriCloud