aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-077-7/+7
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-037-251/+2414
* cam/scsi/scsi_cd.c:Justin T. Gibbs2011-06-261-7/+4
* Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operationWill Andrews2011-06-221-3/+4
* Plumb device physical path reporting from CAM devices, through GEOM andJustin T. Gibbs2011-06-142-22/+120
* sys/cam/scsi/scsi_da.c:Justin T. Gibbs2011-06-141-13/+25
* Lay groundwork in CAM for recording and reporting physical path andJustin T. Gibbs2011-06-144-51/+303
* Change new constant names to ones used by OpenSolaris.Alexander Motin2011-05-271-2/+2
* Add names for few more SES element types according SES-2 specification.Alexander Motin2011-05-271-0/+4
* scsi_cd: silence READ_TOC errors in CDIOREADTOCHEADER ioctlAndriy Gapon2011-05-071-1/+1
* Move a comment to the right place. The rearrange done in r208928 leftJaakko Heinonen2011-04-161-4/+3
* Move TUNABLE_INT_FETCH() out of the SIM lock to avoid sleeping whileJaakko Heinonen2011-04-162-30/+32
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.Alexander Motin2011-04-147-11/+55
* Missed a file in r219056: add disk description for da(4).Nathan Whitehorn2011-02-261-0/+6
* Add the disk ident and a human-meaningful description (here, the disk modelNathan Whitehorn2011-02-261-0/+6
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-01-191-1/+1
* Add a 64-bit hex-printed sysctl(9) since there is at least one place inMatthew D Fleming2011-01-131-2/+2
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.Kenneth D. Merry2010-12-101-4/+5
* Add Serial Management Protocol (SMP) passthrough support to CAM.Kenneth D. Merry2010-11-306-52/+1507
* Make da driver to handle some probably broken Android devices, returningAlexander Motin2010-10-241-1/+4
* Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() asMatthew D Fleming2010-09-201-1/+5
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.Justin T. Gibbs2010-09-021-6/+15
* Revert r211434. Offline discussions have convinced me that this shouldMatt Jacob2010-08-201-18/+2
* Now is as good a time as any to find out if we induce breakageMatt Jacob2010-08-171-2/+18
* Fix two (very common) occurrences of s/sytem/system in comments.Benedict Reuschling2010-08-021-1/+1
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers toAlexander Motin2010-07-252-0/+8
* For the target port groups structures, don't allocate the initial element.Kenneth D. Merry2010-06-141-3/+4
* Rearrange how things are done to avoid dereferencing stale pointers inMatt Jacob2010-06-081-30/+32
* One byte off for scsi_target_group cdb.Matt Jacob2010-06-081-1/+1
* Implement the usage of Report Luns as part of SCSI probing for SCP3 orMatt Jacob2010-06-081-26/+351
* Make additional definitions up to and including SPC-4. Add in definitionsMatt Jacob2010-06-083-131/+276
* redfacedly noting a missing part of a patch.Matt Jacob2010-06-071-0/+1
* Do a minor amount of stylifying. Also, get a Fibre Channel WWPN if one existsMatt Jacob2010-06-071-2/+27
* scsi_cd: pass correct pointer to free()Andriy Gapon2010-06-041-1/+1
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning aMatt Jacob2010-05-261-4/+13
* Remove unnecessary headers which were inherited from cam_xpt.c withoutMarius Strobl2010-05-201-4/+0
* Pick up the right change, not it's close cousin. The oneMatt Jacob2010-05-111-2/+4
* Deal sensibly with more than 26 sg devices. It isn't a completeMatt Jacob2010-05-111-1/+6
* scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize andAndriy Gapon2010-04-151-4/+5
* Nullify our periph pointer in dacleanup to try and catchMatt Jacob2010-04-021-0/+5
* Add a couple missing basic mode page codes.Matt Jacob2010-04-011-0/+2
* We actually can generate a host number.Matt Jacob2010-03-171-1/+1
* Virtualize transport part of periph announcement.Alexander Motin2010-02-221-0/+99
* Make CD driver a bit more robust and predictable to unreported errors.Alexander Motin2010-02-151-17/+13
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-287-108/+116
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-072-3/+3
* Remove duplicate devstat_start_transaction_bio() call. It is already calledAlexander Motin2009-12-181-2/+0
* Clear result before requesting XPT_PATH_INQ.Alexander Motin2009-12-091-0/+1
* MFp4:Alexander Motin2009-12-061-2/+6