| Commit message (Expand) | Author | Age | Files | Lines |
* | Only four specific ATA PIO commands transfer several sectors per DRQ block | mav | 2012-11-01 | 1 | -2/+10 |
* | Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) for | mav | 2012-10-26 | 1 | -0/+2 |
* | Implement SATA revision (speed) control for legacy SATA controller for | mav | 2012-10-02 | 1 | -0/+9 |
* | Fix typo in bzero length argument during sense fetching. | mav | 2012-07-21 | 1 | -1/+1 |
* | Partially revert r236666: | mav | 2012-06-10 | 1 | -1/+1 |
* | ATA/SATA controllers have no idea about protocol of the connected device | mav | 2012-06-06 | 1 | -2/+2 |
* | Make legacy ATA to not call device_add_child() with unit number but | mav | 2012-05-28 | 1 | -1/+1 |
* | Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI | mav | 2012-05-12 | 1 | -0/+2 |
* | - First pass at const'ifying ata(4) as appropriate. | marius | 2012-03-21 | 1 | -1/+1 |
* | Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap it | marius | 2012-03-21 | 1 | -2/+40 |
* | Convert files to UTF-8 | uqs | 2012-01-15 | 1 | -1/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernel | rodrigc | 2011-10-09 | 1 | -0/+3 |
* | Fix a typo in a comment. | wxs | 2011-10-06 | 1 | -1/+1 |
* | Use periodic status polling added at r214671 only in ATA_CAM mode. Legacy | mav | 2011-04-21 | 1 | -7/+13 |
* | Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode. | mav | 2011-04-12 | 1 | -2/+78 |
* | Make ATA_CAM wrapper to report SATA power management capabilities to CAM to | mav | 2010-11-18 | 1 | -0/+19 |
* | Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residual | mav | 2010-11-08 | 1 | -0/+9 |
* | Set of legacy mode SATA enchancements: | mav | 2010-10-18 | 1 | -0/+21 |
* | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | mav | 2010-07-25 | 1 | -1/+10 |
* | Revert and remake r209883: | mav | 2010-07-12 | 1 | -9/+15 |
* | On attach, grab channel lock before setting up interrupt. This fixes crash | mav | 2010-07-10 | 1 | -3/+5 |
* | Make hw.ata.ata_dma_check_80pin tunable affect not only device side, but | mav | 2010-07-10 | 1 | -1/+1 |
* | Add ata(4) ability to limit initial ATA mode for devices via device hints. | mav | 2010-07-03 | 1 | -2/+55 |
* | Improve suspend/resume support. Make sure controller is idle on suspend | mav | 2010-05-21 | 1 | -4/+15 |
* | Add Target/LUN ID checks. | mav | 2010-04-30 | 1 | -39/+26 |
* | Fix recursive lock attempt on hot-plug event in non-ATA_CAM mode. | mav | 2010-02-23 | 1 | -3/+3 |
* | Improve output for controllers that doesn't report SATA speed. | mav | 2010-02-22 | 1 | -2/+10 |
* | - Give ATA/SATA SIMs info about ATAPI packet size, supported by device. | mav | 2010-02-02 | 1 | -3/+12 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -6/+21 |
* | - Report SATA in legacy emulation mode still as SATA. | mav | 2010-01-10 | 1 | -5/+3 |
* | Unbreak the ata_atapi() usage. Since r200171 the mode setting functions | marius | 2009-12-13 | 1 | -4/+3 |
* | Add module dependency for cam if configured as ATA_CAM. | takawata | 2009-12-10 | 1 | -0/+3 |
* | MFp4: | mav | 2009-12-06 | 1 | -7/+564 |
* | Drop USB mass storage devices support from ata(4). It is out of the build as | mav | 2009-11-26 | 1 | -3/+0 |
* | MFp4: | mav | 2009-10-31 | 1 | -4/+4 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -19/+15 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -15/+19 |
* | Restore PATA device probe order, broken by PMP support implementation, | mav | 2009-07-26 | 1 | -1/+17 |
* | Limit IOCATAREQUEST ioctl data size to controller's maximum I/O size. | mav | 2009-07-16 | 1 | -0/+5 |
* | Last commit was in error, revert. | imp | 2009-05-20 | 1 | -1/+1 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | imp | 2009-05-20 | 1 | -1/+1 |
* | Revert my ata_identify()/ata_reinit() related changes: r189166, r189091 | mav | 2009-02-28 | 1 | -46/+41 |
* | Rework device probing by moving ata_getparam() call from ata_identify() to | mav | 2009-02-28 | 1 | -39/+44 |
* | Unhide IDENTIFY command timeouts when verbose messages enabled. | mav | 2009-02-26 | 1 | -1/+3 |
* | Remove direct ata_completed() call options from ata_finish(), except for the | mav | 2009-02-26 | 1 | -1/+1 |
* | Do not call devices probe/attach if there is nothing new was found. | mav | 2009-02-23 | 1 | -0/+4 |
* | Remove one more place of master/slave terms usage. | mav | 2009-02-22 | 1 | -2/+1 |
* | Improve ata_reinit(): | mav | 2009-02-21 | 1 | -4/+37 |
* | Use channel driver's attach/detach routines instead of ata_attach()/ | mav | 2009-02-19 | 1 | -8/+10 |