summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Add one more type cast, missed in r203043.mav2010-01-271-1/+1
* Do not place fake interrupt register on chip.mav2010-01-261-26/+7
* Restore SATA speed reporting, broken by ATA_CAM changes.mav2010-01-261-1/+18
* Clear ch->devices, if hard-reset failed.mav2010-01-261-1/+2
* Add support for SATA part of Marvell 88SE912x controllers to ahci(4).mav2010-01-263-2/+19
* Make ata_getrev() an optional method by implementing ata_null_getrev().rpaulo2010-01-201-1/+8
* Report which of IXP700 legacy ATA channels is SATA.mav2010-01-101-2/+23
* - Report SATA in legacy emulation mode still as SATA.mav2010-01-101-5/+3
* Remove extraneous semicolons, no functional changes.mbr2010-01-073-7/+7
* Add support for Intel SCH PATA controller.mav2009-12-222-2/+40
* Spell AMD properly.mav2009-12-211-1/+1
* Add VIA CX700/VX800 chipsets SATA/PATA support.mav2009-12-202-7/+61
* Fairly set master/slave shared PIO/WDMA timings on ITE 821x controllers.mav2009-12-201-4/+6
* Serverworks OSB4 has no 0x4a (piomode) register, do not touch it.mav2009-12-171-2/+4
* Large I/Os on Promise controllers reported to cause UDMA ICRC errors andmav2009-12-161-0/+1
* Set ATA_CHECKS_CABLE when appropriate.marius2009-12-141-1/+17
* Only set ATA_CHECKS_CABLE for chip versions that actually supportmarius2009-12-131-1/+2
* Properly support M5229 revision 0xc7 and 0xc8:marius2009-12-131-5/+8
* Specify the capability and media bits of the capabilities page inmarius2009-12-132-28/+34
* Unbreak the ata_atapi() usage. Since r200171 the mode setting functionsmarius2009-12-133-7/+6
* CFA support doesn't exclude FLUSH support.mav2009-12-111-2/+2
* Add module dependency for cam if configured as ATA_CAM.takawata2009-12-101-0/+3
* Limit maximum I/O size, depending on command set supported by device.mav2009-12-101-0/+4
* MFp4:mav2009-12-0635-1111/+1469
* Do not ignore device interrupt if bus mastering is still active. It ismav2009-12-051-2/+1
* On Soft Reset, read device signature from FIS receive area, instead ofmav2009-12-051-3/+5
* Drop USB mass storage devices support from ata(4). It is out of the build asmav2009-11-262-1130/+0
* Use only lower byte of sectors_intr IDENTIFY word as sector count.mav2009-11-241-1/+1
* Release over-agressive WDMA0 mode timings as close to spec as chip can.mav2009-11-221-1/+1
* Fix Intel PATA UDMA timings setting, affecting write performance.mav2009-11-221-2/+2
* Change the way in which AHCI+PATA combined controllers, such as JMicronmav2009-11-165-285/+306
* Disable PMP probing for Marvell AHCI controllers.mav2009-11-141-3/+6
* Add support for SATA ports on SATA+PATA Marvell controllers.mav2009-11-132-25/+72
* Add more ICH10 chip IDs.mav2009-11-092-0/+8
* Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4)mav2009-11-085-12/+16
* Add IDs for nVidia MCP65/77/79/89 SATA conntrollers.mav2009-11-022-1/+89
* MFp4:mav2009-11-011-0/+1
* Allow newly added controllers to use full I/O sizes.mav2009-10-311-1/+3
* MFp4:mav2009-10-3113-148/+132
* Add support for different request block format used by Gen-IIe Marvell SATA.mav2009-10-303-30/+70
* Add some magic taken from OS X and Linux to support early revision K2nwhitehorn2009-10-291-0/+31
* Turn off use of ATA_A_4BIT on modern hardware. This flag was alreadynwhitehorn2009-10-291-1/+10
* Don't ignore the return value of g_modevent() in acd_modevent().jh2009-10-271-2/+1
* Report SATA speeds to CAM, to not confuse users with low numbers logged.mav2009-10-261-0/+6
* Round timeout up when converting CAM milliseconds to ATA seconds.mav2009-10-261-2/+2
* Increase ATA command timeouts. Some drives need more then 5s to spin-up.mav2009-10-264-9/+9
* Add IDs for PATA part also.mav2009-10-261-0/+2
* Add two more VIA SATA chip IDs.mav2009-10-262-0/+4
* Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5)mav2009-10-261-1/+2
* MFp4:mav2009-10-234-15/+4
OpenPOWER on IntegriCloud