summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* - First pass at const'ifying ata(4) as appropriate.marius2012-03-2132-124/+138
* Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap itmarius2012-03-216-7/+94
* Fix names of some Marvell SATA chips. It looks like chips with proprietarymav2012-03-023-16/+16
* Fix panic after "WARNING - ATA_IDENTIFY taskqueue timeout"emaste2012-02-131-0/+1
* Using ATA_CAM along with ATAPI DMA causes data corruption with ALI_NEWmarius2012-01-272-0/+8
* Convert files to UTF-8uqs2012-01-1545-48/+48
* Add the CAM Target Layer (CTL).ken2012-01-121-2/+3
* Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.jimharris2012-01-062-0/+2
* Use strchr() and strrchr().ed2012-01-021-2/+2
* Add PCI IDs for the Intel ICH9M SATA controllers.mav2011-12-142-0/+8
* Add hw.ahci.force tunable to control whether AHCI drivers should attachmav2011-12-022-2/+26
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-222-2/+2
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-192-15/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* In r225931 I've missed the only other driver using the pointer returnedmarius2011-11-013-7/+31
* Some dmesg cosmetics:mav2011-10-243-3/+18
* Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernelrodrigc2011-10-091-0/+3
* Fix a typo in a comment.wxs2011-10-061-1/+1
* Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent Applemav2011-08-021-3/+21
* - Use mutex to serialize index/data register pair usage, whenmav2011-07-226-13/+94
* Skip BAR(5) usage for SATA registers access on ICH8M Apples, because formav2011-06-141-1/+3
* Intel NM10 chipset's SATA controller has same PCI ID and revision as ICH7's,mav2011-06-091-7/+23
* Chipset support for the new Intel Panther Point PCH, thanksjfv2011-05-112-0/+25
* According to ATA specifications, when ATAPI master is the only device, itmav2011-04-211-11/+21
* - Fix mapping of the last two SATA ports on 6-port Intel controllers.mav2011-04-212-3/+3
* Use periodic status polling added at r214671 only in ATA_CAM mode. Legacymav2011-04-211-7/+13
* Make PATA-like soft-reset in ata(4) more strict in checking disk signature.mav2011-04-211-2/+2
* Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode.mav2011-04-122-4/+81
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+14
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+17
* - Allocate the DMA memory used for the work area as coherent as at leastmarius2011-03-061-3/+4
* Add the disk ident and a human-meaningful description (here, the disk modelnwhitehorn2011-02-261-0/+2
* Support for the new Patsburg PCH chipset:jfv2011-02-012-0/+11
* Support for the new DH89xxCC PCH chipset including:jfv2011-01-312-0/+2
* ICH7 SATA controller in legacy mode can provide access to SATA registersmav2011-01-241-14/+104
* Several chipset drivers alter parameters relevant for the DMA tag creation,marius2010-11-288-28/+33
* Do hard reset before soft reset for SATA channels. Soft reset reported to bemav2010-11-271-1/+1
* Make ATA_CAM wrapper to report SATA power management capabilities to CAM tomav2010-11-182-0/+20
* Even if we are skipping SATA hard reset - set power management bits inmav2010-11-181-1/+5
* Record that there is no devices if SATA reset found none.mav2010-11-181-0/+2
* Some VIA SATA controllers provide access to non-standard SATA registers viamav2010-11-181-4/+128
* Add IDs for VIA VX900 chipset SATA controller.mav2010-11-171-0/+3
* Add IDs for VIA VX900 chipset SATA controller.mav2010-11-171-1/+4
* Fix typos.brucec2010-11-091-4/+4
* Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residualmav2010-11-081-0/+9
* Mark command submission timeouts as timeouts. This should trigger devicemav2010-11-061-8/+13
* Add support for odd-sized PIO transfers, sometimes used by ATAPI.mav2010-11-061-6/+18
* Remove stale line, accidentally slipped into r214016.mav2010-11-021-1/+0
* Set of legacy mode SATA enchancements:mav2010-10-1811-158/+511
* Revert r132291.mav2010-09-301-2/+1
OpenPOWER on IntegriCloud