| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds 4K quirks for the some SSD's which all perform better when 4K | eadler | 2012-10-20 | 1 | -0/+110 |
* | Protect xpt_getattr() calls with the SIM lock and assert that. | mav | 2012-10-12 | 1 | -5/+5 |
* | Don't duplicate path/ccb allocation code, use existing functions. | mav | 2012-10-11 | 1 | -16/+7 |
* | Remove 'periph == NULL' check from bunch of periph drivers. | mav | 2012-10-10 | 3 | -15/+0 |
* | ata_da: set disk::d_ident from serial number | avg | 2012-10-06 | 1 | -0/+2 |
* | Implement media change notification for DA and CD removable media devices. | mav | 2012-07-29 | 2 | -0/+13 |
* | Add and utilize defines for the ATA device register. | brueffer | 2012-07-12 | 1 | -3/+3 |
* | Apply similar same change as in r238379: | brueffer | 2012-07-11 | 1 | -2/+2 |
* | - fix description of SECURITY_FREEZE_LOCK (1) | brueffer | 2012-07-11 | 1 | -2/+2 |
* | One more major cam_periph_error() rewrite to improve error handling and | mav | 2012-06-09 | 2 | -39/+36 |
* | ATA/SATA controllers have no idea about protocol of the connected device | mav | 2012-06-06 | 1 | -1/+19 |
* | Use default error handler when flushing disk caches. | mav | 2012-06-05 | 1 | -1/+1 |
* | Tune and add some more CAM_DEBUG() points for the probe sequences. | mav | 2012-06-05 | 1 | -11/+15 |
* | Tune and add some missing CAM_DEBUG() points for better consistency. | mav | 2012-06-05 | 2 | -6/+18 |
* | Remove some dead code that I doubt will ever be implemented. | mav | 2012-06-04 | 1 | -108/+0 |
* | Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ. | mav | 2012-06-02 | 1 | -94/+95 |
* | Use AC_GETDEV_CHANGED async to notify ada driver about DMA and NCQ status | mav | 2012-06-01 | 2 | -6/+35 |
* | Allow to change number of openings (used tags) for ATA/SATA devices | mav | 2012-05-29 | 1 | -4/+8 |
* | Plug request and references leak caused by race between invalidated | mav | 2012-05-29 | 1 | -6/+11 |
* | Add tunable/sysctl kern.cam.pmp.hide_special, controlling whether special | mav | 2012-05-25 | 1 | -17/+35 |
* | MFprojects/zfsd: | mav | 2012-05-24 | 4 | -11/+323 |
* | Alike to SCSI make adaclose() to not return error if device gone. | mav | 2012-04-18 | 1 | -3/+2 |
* | Insert ordered command every 1/4 of the current command timeout, not 1/4 | mav | 2012-02-02 | 1 | -2/+2 |
* | Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables. | mav | 2012-02-02 | 1 | -0/+13 |
* | Remove unneeded checks for CAM_DEV_QFRZN after cam_periph_runccb() call. | mav | 2012-01-02 | 1 | -7/+0 |
* | Update list of 4K physical sector hard drives. | mav | 2011-12-22 | 1 | -0/+30 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 2 | -2/+2 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 2 | -2/+2 |
* | 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 |
* | Do not try to execute FLUSHCACHE on close and print extra messages for | mav | 2011-07-23 | 1 | -2/+4 |
* | Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPI | mav | 2011-06-23 | 1 | -1/+2 |
* | 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 | 1 | -2/+20 |
* | 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 |
* | - Add shim to simplify migration to the CAM-based ATA. For each new adaX | mav | 2011-04-26 | 1 | -1/+34 |
* | Add basic support for DMA-capable ATA disks on DMA-incapable controller. | mav | 2011-04-20 | 3 | -2/+10 |
* | Remove some used variables. | mav | 2011-04-18 | 2 | -21/+10 |
* | 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 | 1 | -0/+6 |
* | 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 | 2 | -2/+30 |
* | - 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 |
* | Add the disk ident and a human-meaningful description (here, the disk model | nwhitehorn | 2011-02-26 | 1 | -0/+2 |