| Commit message (Expand) | Author | Age | Files | Lines |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 7 | -251/+2414 |
* | cam/scsi/scsi_cd.c: | gibbs | 2011-06-26 | 1 | -7/+4 |
* | Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operation | will | 2011-06-22 | 1 | -3/+4 |
* | Plumb device physical path reporting from CAM devices, through GEOM and | gibbs | 2011-06-14 | 2 | -22/+120 |
* | sys/cam/scsi/scsi_da.c: | gibbs | 2011-06-14 | 1 | -13/+25 |
* | Lay groundwork in CAM for recording and reporting physical path and | gibbs | 2011-06-14 | 4 | -51/+303 |
* | Change new constant names to ones used by OpenSolaris. | mav | 2011-05-27 | 1 | -2/+2 |
* | Add names for few more SES element types according SES-2 specification. | mav | 2011-05-27 | 1 | -0/+4 |
* | scsi_cd: silence READ_TOC errors in CDIOREADTOCHEADER ioctl | avg | 2011-05-07 | 1 | -1/+1 |
* | Move a comment to the right place. The rearrange done in r208928 left | jh | 2011-04-16 | 1 | -4/+3 |
* | Move TUNABLE_INT_FETCH() out of the SIM lock to avoid sleeping while | jh | 2011-04-16 | 2 | -30/+32 |
* | Make CAM report devices with ATA/SATA transport to devstat(9) as IDE. | mav | 2011-04-14 | 7 | -11/+55 |
* | Missed a file in r219056: add disk description for da(4). | nwhitehorn | 2011-02-26 | 1 | -0/+6 |
* | Add the disk ident and a human-meaningful description (here, the disk model | nwhitehorn | 2011-02-26 | 1 | -0/+6 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | sysctl(8) should use the CTLTYPE to determine the type of data when | mdf | 2011-01-19 | 1 | -1/+1 |
* | Add a 64-bit hex-printed sysctl(9) since there is at least one place in | mdf | 2011-01-13 | 1 | -2/+2 |
* | Fix a few issues related to the XPT_GDEV_ADVINFO CCB. | ken | 2010-12-10 | 1 | -4/+5 |
* | Add Serial Management Protocol (SMP) passthrough support to CAM. | ken | 2010-11-30 | 6 | -52/+1507 |
* | Make da driver to handle some probably broken Android devices, returning | mav | 2010-10-24 | 1 | -1/+4 |
* | Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() as | mdf | 2010-09-20 | 1 | -1/+5 |
* | Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic. | gibbs | 2010-09-02 | 1 | -6/+15 |
* | Revert r211434. Offline discussions have convinced me that this should | mjacob | 2010-08-20 | 1 | -18/+2 |
* | Now is as good a time as any to find out if we induce breakage | mjacob | 2010-08-17 | 1 | -2/+18 |
* | Fix two (very common) occurrences of s/sytem/system in comments. | bcr | 2010-08-02 | 1 | -1/+1 |
* | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | mav | 2010-07-25 | 2 | -0/+8 |
* | For the target port groups structures, don't allocate the initial element. | ken | 2010-06-14 | 1 | -3/+4 |
* | Rearrange how things are done to avoid dereferencing stale pointers in | mjacob | 2010-06-08 | 1 | -30/+32 |
* | One byte off for scsi_target_group cdb. | mjacob | 2010-06-08 | 1 | -1/+1 |
* | Implement the usage of Report Luns as part of SCSI probing for SCP3 or | mjacob | 2010-06-08 | 1 | -26/+351 |
* | Make additional definitions up to and including SPC-4. Add in definitions | mjacob | 2010-06-08 | 3 | -131/+276 |
* | redfacedly noting a missing part of a patch. | mjacob | 2010-06-07 | 1 | -0/+1 |
* | Do a minor amount of stylifying. Also, get a Fibre Channel WWPN if one exists | mjacob | 2010-06-07 | 1 | -2/+27 |
* | scsi_cd: pass correct pointer to free() | avg | 2010-06-04 | 1 | -1/+1 |
* | Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning a | mjacob | 2010-05-26 | 1 | -4/+13 |
* | Remove unnecessary headers which were inherited from cam_xpt.c without | marius | 2010-05-20 | 1 | -4/+0 |
* | Pick up the right change, not it's close cousin. The one | mjacob | 2010-05-11 | 1 | -2/+4 |
* | Deal sensibly with more than 26 sg devices. It isn't a complete | mjacob | 2010-05-11 | 1 | -1/+6 |
* | scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize and | avg | 2010-04-15 | 1 | -4/+5 |
* | Nullify our periph pointer in dacleanup to try and catch | mjacob | 2010-04-02 | 1 | -0/+5 |
* | Add a couple missing basic mode page codes. | mjacob | 2010-04-01 | 1 | -0/+2 |
* | We actually can generate a host number. | mjacob | 2010-03-17 | 1 | -1/+1 |
* | Virtualize transport part of periph announcement. | mav | 2010-02-22 | 1 | -0/+99 |
* | Make CD driver a bit more robust and predictable to unreported errors. | mav | 2010-02-15 | 1 | -17/+13 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 7 | -108/+116 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 2 | -3/+3 |
* | Remove duplicate devstat_start_transaction_bio() call. It is already called | mav | 2009-12-18 | 1 | -2/+0 |
* | Clear result before requesting XPT_PATH_INQ. | mav | 2009-12-09 | 1 | -0/+1 |
* | MFp4: | mav | 2009-12-06 | 1 | -2/+6 |
* | Fix several cases where the periph lock was held over malloc. | scottl | 2009-12-02 | 1 | -54/+24 |