| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make ch->dma.free() called symmetrically to ch->dma.alloc(). | mav | 2009-02-18 | 1 | -0/+5 |
* | Remove unused variable. | mav | 2009-02-18 | 1 | -2/+1 |
* | Remove useless return, that left from previous commit. | mav | 2009-02-17 | 1 | -1/+0 |
* | ata_interrupt() does not need to return anything. It is not it's business | mav | 2009-02-17 | 1 | -4/+4 |
* | This is the roumored ATA modulerisation works, and it needs a little explanat... | sos | 2008-10-09 | 1 | -19/+23 |
* | Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1. | philip | 2008-08-15 | 1 | -0/+5 |
* | Rearrange how to call dma.alloc() so that we have resources alloc'd when need... | sos | 2008-06-11 | 1 | -0/+4 |
* | Dont call ata_start() when ata_reinit fails in the ioctl path. | sos | 2008-05-26 | 1 | -1/+0 |
* | devclass_get_maxunit() returns n+1 with n starting at 0. | bz | 2008-04-20 | 1 | -4/+5 |
* | Fix the breakage that caused AHCI devices to vanish. Editor droppings :( | sos | 2008-04-18 | 1 | -1/+3 |
* | Go back to preallocating everything possible on init. | sos | 2008-04-17 | 1 | -58/+7 |