| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.h | marius | 2011-11-27 | 1 | -4/+0 |
* | For sparc64 also adjust the geometry of da(4) driven disks to not overflow | marius | 2011-11-27 | 1 | -1/+7 |
* | Introduce CAM_SIM_POLLED SIM flag, indicating that it works in polling mode. | mav | 2011-11-17 | 2 | -2/+9 |
* | - 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 | 4 | -5/+6 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 12 | -14/+14 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 9 | -265/+2433 |
* | Fixes for sure bus reference miscounting and potential device and | mjacob | 2011-08-12 | 2 | -16/+59 |
* | Higher-priority initialization request can eat request scheduling done from | mav | 2011-07-30 | 1 | -2/+10 |
* | Add control for ATA disk read-ahead, alike to the previously added write | mav | 2011-07-29 | 1 | -11/+102 |
* | In some cases failed SATA disks may report their presence, but don't | mav | 2011-07-29 | 1 | -8/+19 |
* | Do not try to execute FLUSHCACHE on close and print extra messages for | mav | 2011-07-23 | 1 | -2/+4 |
* | cam/scsi/scsi_cd.c: | gibbs | 2011-06-26 | 1 | -7/+4 |
* | cam/cam_xpt.c: | gibbs | 2011-06-26 | 1 | -2/+2 |
* | Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPI | mav | 2011-06-23 | 1 | -1/+2 |
* | Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operation | will | 2011-06-22 | 1 | -3/+4 |
* | Plumb support for the device advanced information CCB in the ATA XPT. | will | 2011-06-22 | 1 | -0/+33 |
* | Fix a typo in adagetattr() from r223089. In particular, this restores | kib | 2011-06-18 | 1 | -1/+1 |
* | Plumb device physical path reporting from CAM devices, through GEOM and | gibbs | 2011-06-14 | 3 | -24/+140 |
* | 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 | 10 | -114/+465 |
* | Do not report CFA devices as ATAPI, even though IDENTIFY data look alike. | mav | 2011-06-12 | 2 | -3/+8 |
* | Increase maximum supported number of ranges per TRIM command from 256 to 512 | mav | 2011-06-03 | 1 | -2/+2 |
* | When possible, join ranges of subsequest BIO_DELETE requests to handle more | mav | 2011-06-02 | 1 | -9/+25 |
* | Add quirks to hint 4K physical sector (Advanced Format) for ATA disks not | mav | 2011-05-31 | 1 | -2/+91 |
* | 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 |
* | Do not report legacy unit numbers (do not create legacy aliases) for disks | mav | 2011-05-03 | 1 | -3/+6 |
* | Make CAM_DEBUG_CDB also dump ATA commands in addition to SCSI. | mav | 2011-04-29 | 1 | -28/+29 |
* | - Add shim to simplify migration to the CAM-based ATA. For each new adaX | mav | 2011-04-26 | 3 | -1/+71 |
* | Add basic support for DMA-capable ATA disks on DMA-incapable controller. | mav | 2011-04-20 | 3 | -2/+10 |
* | Remove always false "< 0" check for unsgined int variable. This check is | mav | 2011-04-18 | 1 | -2/+0 |
* | Remove some used variables. | mav | 2011-04-18 | 1 | -4/+0 |
* | Remove some used variables. | mav | 2011-04-18 | 2 | -21/+10 |
* | 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 ada(4) driver put ATA disks into sleep state on suspend. | mav | 2011-04-15 | 1 | -8/+83 |
* | Make CAM report devices with ATA/SATA transport to devstat(9) as IDE. | mav | 2011-04-14 | 9 | -11/+69 |
* | Fix typo in write_cache tunable name and move TUNABLE_INT_FETCH() out of | mav | 2011-04-14 | 1 | -4/+6 |
* | Properly log few more ATA commands used by the kernel. | mav | 2011-04-14 | 1 | -0/+4 |
* | Improve SATA Asynchronous Notification feature support in CAM: | mav | 2011-04-13 | 3 | -2/+31 |
* | - Add kern.cam.ada.X.write_cache tunables/sysctls to control write caching | mav | 2011-04-08 | 1 | -6/+92 |
* | Make ada(4) driver to control device write cache, same as ata(4) does. | mav | 2011-04-07 | 1 | -2/+91 |
* | Don't automatically send a START UNIT to sequential access devices- | mjacob | 2011-03-03 | 1 | -0/+9 |
* | 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 | 2 | -0/+8 |