summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make additional definitions up to and including SPC-4. Add in definitionsmjacob2010-06-083-131/+276
* redfacedly noting a missing part of a patch.mjacob2010-06-071-0/+1
* Do a minor amount of stylifying. Also, get a Fibre Channel WWPN if one existsmjacob2010-06-071-2/+27
* scsi_cd: pass correct pointer to free()avg2010-06-041-1/+1
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-261-4/+13
* Remove unnecessary headers which were inherited from cam_xpt.c withoutmarius2010-05-201-4/+0
* Pick up the right change, not it's close cousin. The onemjacob2010-05-111-2/+4
* Deal sensibly with more than 26 sg devices. It isn't a completemjacob2010-05-111-1/+6
* scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize andavg2010-04-151-4/+5
* Nullify our periph pointer in dacleanup to try and catchmjacob2010-04-021-0/+5
* Add a couple missing basic mode page codes.mjacob2010-04-011-0/+2
* We actually can generate a host number.mjacob2010-03-171-1/+1
* Virtualize transport part of periph announcement.mav2010-02-221-0/+99
* Make CD driver a bit more robust and predictable to unreported errors.mav2010-02-151-17/+13
* MFp4: Large set of CAM inprovements.mav2010-01-287-108/+116
* Remove extraneous semicolons, no functional changes.mbr2010-01-072-3/+3
* Remove duplicate devstat_start_transaction_bio() call. It is already calledmav2009-12-181-2/+0
* Clear result before requesting XPT_PATH_INQ.mav2009-12-091-0/+1
* MFp4:mav2009-12-061-2/+6
* Fix several cases where the periph lock was held over malloc.scottl2009-12-021-54/+24
* MFp4:mav2009-11-142-3/+6
* MFp4:mav2009-11-111-18/+1
* MFp4:mav2009-11-041-3/+0
* Provide the same sanity check on the sector size in dagetcapacity as when thethompsa2009-11-021-2/+9
* MFp4:mav2009-11-011-5/+17
* MFp4:mav2009-10-313-4/+7
* Replace most of priority numbers with defines. No logical changes.mav2009-10-239-72/+72
* Remove some obsoleted comments.mav2009-10-231-13/+0
* Fix a memory leak in an error case.brueffer2009-10-221-0/+3
OpenPOWER on IntegriCloud