summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Report ATA/SATA channel number to NewBus at location string.mav2010-05-222-0/+14
* Improve suspend/resume support. Make sure controller is idle on suspendmav2010-05-211-4/+15
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andmarius2010-05-201-3/+3
* Relocate interrupt sense setting for K2 SATA from the ATA driver to thenwhitehorn2010-05-161-7/+0
* Add Target/LUN ID checks.mav2010-04-301-39/+26
* Mark ATA channel as idle on timeout in non-ATA_CAM mode.mav2010-04-261-1/+1
* For early ALI chips do not announce I/O sizes that require unsupportedmav2010-04-141-1/+4
* Include opt_ata.h, as some structures here depending on ATA_CAM option.mav2010-03-311-0/+2
* Use last 16 bytes of serial number in metadata instead of first ones,mav2010-03-261-2/+16
* Mask disk_idx to avoid panic because of extra bits set.mav2010-03-121-6/+8
* - Add ALI M5228 PATA ID.mav2010-03-012-1/+3
* Fix recursive lock attempt on hot-plug event in non-ATA_CAM mode.mav2010-02-231-3/+3
* Oops! Wrong word order. :(mav2010-02-221-16/+16
* Add Intel PCH SATA controller IDs.mav2010-02-221-0/+16
* Improve output for controllers that doesn't report SATA speed.mav2010-02-223-7/+19
* Report SATA300 chips also as SATA.mav2010-02-051-1/+2
* Implement poll method for atapicam.mav2010-02-031-2/+6
* Report to CAM unit number of underlying ataX bus device, instead of thismav2010-02-031-1/+1
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.mav2010-02-022-3/+13
* NetCell is a PCI hardware RAID without cable and mode setting.mav2010-02-011-1/+11
* MFp4: Large set of CAM inprovements.mav2010-01-282-34/+25
* 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
OpenPOWER on IntegriCloud