aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Make it compileKevin Lo2007-03-141-1/+1
* (atapi_action): Improve error reporting by removing ATA_R_QUIET flagThomas Quinot2007-03-131-31/+47
* (reinit_bus): When the ATAPI bus is reset, do not schedule an automatedThomas Quinot2007-03-131-2/+10
* (ata_completed): When REQUEST SENSE is automatically issued after a failedThomas Quinot2007-03-131-1/+1
* Fix writes on siiprb type chips.Søren Schmidt2007-03-121-2/+6
* Fix support for the VIA8237A SATA part.Søren Schmidt2007-03-121-1/+1
* Add support for the Silicon Image SiI 3124 and SiI 3132.Søren Schmidt2007-03-092-17/+353
* More SATA phy/reset cleanup and simplification.Søren Schmidt2007-03-091-193/+77
* Refine ahci_status to be more simple.Søren Schmidt2007-03-081-43/+29
* Cleanup the channel/phy reset code.Søren Schmidt2007-03-082-129/+144
* Add support for the 3 (PATA) channel on the VIA 6421 chip.Søren Schmidt2007-03-011-41/+60
* (cam_rescan): Do not reference ccb->ccb_h.path in CAM_DEBUG call beforeThomas Quinot2007-02-271-2/+2
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichJohn Baldwin2007-02-233-8/+8
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-235-11/+19
* Update copyright headers.Søren Schmidt2007-02-2119-19/+19
* Try again with supporting AHCI chipsets with partly implemented ports.Søren Schmidt2007-02-212-5/+16
* Be a little less stringent in getting progress report data.Søren Schmidt2007-02-211-1/+2
* Temporarily disable the support for some incarnations of the ICH8 chip that hasSøren Schmidt2007-02-211-17/+7
* Add support for chipsets that has NULL'd BAR's for legacy ports.Søren Schmidt2007-02-171-9/+9
* Support AHCI chips where the ports are not consecutively numbered as inSøren Schmidt2007-02-152-76/+126
* Rearrange the SATA connect logic so that we so that we pickup ATAPI devices.Søren Schmidt2007-02-121-12/+4
* Add support for the NetCell NC3000/5000 series SATA RAID cards.Rink Springer2007-02-033-0/+53
* Add the SMART command to the ATA instruction set.Remko Lodder2007-01-271-0/+1
* Add support for the Marvell 6101/6145 PATA chips used on many new Intel boards.Søren Schmidt2007-01-042-34/+93
* Add new PATA only JMicron chip.Søren Schmidt2007-01-042-2/+4
* Fix a typo in ata-queue.cRemko Lodder2006-12-231-2/+2
* Do not special-case __ARMEB__, we handle that in the arm code.Olivier Houchard2006-12-161-2/+0
* Deal more generically with the byteswap needed on !littleendian HW.Søren Schmidt2006-11-171-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+5
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-12/+0
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).Pawel Jakub Dawidek2006-10-312-0/+82
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-3/+18
* Add missing PCI ID for the acer m5288Søren Schmidt2006-10-081-0/+1
* add support for the ALI/ULI M5288 AHCI part.Søren Schmidt2006-09-251-0/+7
* If current_heads or current_sectors in the disk cap page are zero, dont try t...Søren Schmidt2006-09-141-1/+2
* Busmaster DMA address fix in VIA 6421 case.Søren Schmidt2006-09-121-1/+1
* Format mask lacks one bit.Søren Schmidt2006-09-121-1/+1
* Add support for a few more Serverworks and lookalikes chips.Søren Schmidt2006-09-112-9/+15
* Update to fit latest USB cleanup crusade.Søren Schmidt2006-09-111-2/+2
* CF devices are ATA not ATAPI.Søren Schmidt2006-09-111-1/+3
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isJohn-Mark Gurney2006-09-031-1/+1
* Add support for VIA 8237A.Søren Schmidt2006-09-022-0/+3
* Properly initialize the nVidia MCP5X interrupts etc.Søren Schmidt2006-08-301-2/+7
* Properly initialize and destroy the RAID lock.Søren Schmidt2006-08-251-1/+4
* Update JMicron support to also work with chips where the PATA and SATASøren Schmidt2006-08-181-19/+42
* Appened ull to a really large integer constant to fix build on i386Warner Losh2006-08-181-1/+1
* Add support for the ICH8 and ESB2 chips, also add a few other missing ICH7 pa...Søren Schmidt2006-08-142-42/+70
* Unbreak nForce4 SATA support.Søren Schmidt2006-08-112-8/+8
* Most platforms map the actual drive geometry to the firmware's notionWarner Losh2006-08-091-0/+9
* Unbreak nForce3 SATA support.Søren Schmidt2006-08-052-21/+20