| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | mav | 2013-04-04 | 1 | -4/+0 |
* | Add xpt_release_ccb()'s missed at r248872. That made `shutdown -p` stuck | mav | 2013-04-03 | 1 | -0/+2 |
* | Adds the ability to enable / disable sorting of BIO requests queued within | smh | 2013-03-29 | 1 | -4/+19 |
* | Make pre-shutdown flush and spindown routines to not use xpt_polled_action(), | mav | 2013-03-29 | 1 | -29/+15 |
* | Implement CAM_PERIPH_FOREACH() macro, safely iterating over the list of | mav | 2013-03-29 | 1 | -3/+3 |
* | Remove two bzero()s that are erasing only few more bytes then set later. | mav | 2013-03-25 | 1 | -2/+6 |
* | Support unmapped i/o for the md(4). | kib | 2013-03-19 | 1 | -3/+11 |
* | Hide SEMB port of the SiI3826 Port Multiplier by default to avoid extra | mav | 2013-02-22 | 1 | -1/+3 |
* | Fix problem with the Samsung 840 PRO series SSD detection. | mav | 2012-11-26 | 1 | -0/+8 |
* | 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 |