summaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* MFC: rev. 1.287 ata-all.cBjoern A. Zeeb2008-05-241-4/+5
* MFC:Poul-Henning Kamp2008-04-083-1/+58
* MFC 1.206: If the disk reports that it support the Compact FlashPoul-Henning Kamp2008-04-081-0/+9
* MFC:Poul-Henning Kamp2008-04-081-36/+14
* MFC rev 1.212 ata-chipset.cRemko Lodder2008-04-012-12/+28
* MFC important fixes by sos@:Xin LI2008-01-094-93/+233
* Sync up ata(4) work by sos@ on -HEAD:Xin LI2007-12-092-41/+133
* MFC revision 1.209Xin LI2007-12-071-1/+1
* Update with the latest fixes from -current.Søren Schmidt2007-11-218-157/+259
* MFC:Søren Schmidt2007-10-313-36/+53
* MFC:Søren Schmidt2007-10-292-20/+33
* Add PCI ID for ICH9 AHCI w/ two adapters.Xin LI2007-10-092-0/+2
* Add support for the VIA 8237SSøren Schmidt2007-10-043-1/+4
* Recognize the CS5536 support chip for the AMD Geode LX CPU to enablePoul-Henning Kamp2007-10-042-0/+2
* Add PCI IDs for Intel ICH9.Simon L. B. Nielsen2007-09-102-0/+8
* Expand the data structure returned by the ATA RAID status ioctl to includeJohn Baldwin2007-08-131-14/+22
* Add Viking Interworks 256MB as an ata device; this might giveRemko Lodder2007-06-262-1/+3
* Add support for the nVidia MCP61 series chipset.Søren Schmidt2007-06-252-0/+8
* Include usb_port.hWarner Losh2007-06-231-0/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Do not attempt to enable AHCI mode on ALi SATA controllers otherBruce M Simpson2007-06-131-1/+4
* File d_ident field with disk's serial number.Pawel Jakub Dawidek2007-05-061-0/+2
* MPSAFE atapi-camScott Long2007-05-021-28/+23
* (atapi_action, case XPT_SCSI_IO): Enable DMA only for READ and WRITE commandsThomas Quinot2007-04-301-4/+19
* (atapi_cb): Fix test for the presence of sense data. An incorrect conditionThomas Quinot2007-04-301-2/+2
* Use the same timeout parameters for BIO_FLUSH as with the other commands.Ollivier Robert2007-04-261-2/+0
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+1
* OK, this is not my day, fix the former fix :/Søren Schmidt2007-04-081-2/+1
* Hopefully unbreak the 64bit DMA support this time.Søren Schmidt2007-04-083-11/+9
* Dont zero out 64BIT flag on DMA ops.Søren Schmidt2007-04-081-2/+3
* Add 64bit addressing support to SiI 3132/3124Søren Schmidt2007-04-061-0/+2
* Remove debug gunk.Søren Schmidt2007-04-061-1/+0
* Add support for 64bit addressing to AHCI and Marvell controllers.Søren Schmidt2007-04-065-15/+28
* Make it compileKevin Lo2007-03-141-1/+1
* (atapi_action): Improve error reporting by removing ATA_R_QUIET flagThomas Quinot2007-03-131-33/+49
* (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-194/+78
* 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