| Commit message (Expand) | Author | Age | Files | Lines |
* | Use READ CAPACITY(16) to get information about device physical sectors. | mav | 2011-12-23 | 2 | -10/+125 |
* | Merge to da driver quirks hinting 4K physical sector sizes for SATA disks | mav | 2011-12-23 | 1 | -6/+238 |
* | Make cd driver to handle Audio CDs, reporting their 2352 bytes sectors to | mav | 2011-12-22 | 2 | -0/+13 |
* | Change targ(4) to use cdevpriv, instead of multiple character devices. | ed | 2011-12-13 | 1 | -116/+43 |
* | Do not use the sometimes-reserved work 'bool' for a variable name. | mdf | 2011-12-12 | 1 | -5/+5 |
* | - Add support for Support SEAGATE DAT Scopion 130 | eadler | 2011-12-08 | 1 | -0/+4 |
* | - fix duplicate "a a" in some comments | eadler | 2011-11-13 | 2 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 2 | -3/+4 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 7 | -7/+7 |
* | 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 |