summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Add PCI ID for ICH9 AHCI w/ two adapters.delphij2007-10-092-0/+2
* Add support for the VIA 8237Ssos2007-10-043-1/+4
* Recognize the CS5536 support chip for the AMD Geode LX CPU to enablephk2007-10-042-0/+2
* Add PCI IDs for Intel ICH9.simon2007-09-102-0/+8
* Expand the data structure returned by the ATA RAID status ioctl to includejhb2007-08-131-14/+22
* Add Viking Interworks 256MB as an ata device; this might giveremko2007-06-262-1/+3
* Add support for the nVidia MCP61 series chipset.sos2007-06-252-0/+8
* Include usb_port.himp2007-06-231-0/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Do not attempt to enable AHCI mode on ALi SATA controllers otherbms2007-06-131-1/+4
* File d_ident field with disk's serial number.pjd2007-05-061-0/+2
* MPSAFE atapi-camscottl2007-05-021-28/+23
* (atapi_action, case XPT_SCSI_IO): Enable DMA only for READ and WRITE commandsthomas2007-04-301-4/+19
* (atapi_cb): Fix test for the presence of sense data. An incorrect conditionthomas2007-04-301-2/+2
* Use the same timeout parameters for BIO_FLUSH as with the other commands.roberto2007-04-261-2/+0
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+1
* OK, this is not my day, fix the former fix :/sos2007-04-081-2/+1
* Hopefully unbreak the 64bit DMA support this time.sos2007-04-083-11/+9
* Dont zero out 64BIT flag on DMA ops.sos2007-04-081-2/+3
* Add 64bit addressing support to SiI 3132/3124sos2007-04-061-0/+2
* Remove debug gunk.sos2007-04-061-1/+0
* Add support for 64bit addressing to AHCI and Marvell controllers.sos2007-04-065-15/+28
* Make it compilekevlo2007-03-141-1/+1
* (atapi_action): Improve error reporting by removing ATA_R_QUIET flagthomas2007-03-131-33/+49
* (reinit_bus): When the ATAPI bus is reset, do not schedule an automatedthomas2007-03-131-2/+10
* (ata_completed): When REQUEST SENSE is automatically issued after a failedthomas2007-03-131-1/+1
* Fix writes on siiprb type chips.sos2007-03-121-2/+6
* Fix support for the VIA8237A SATA part.sos2007-03-121-1/+1
* Add support for the Silicon Image SiI 3124 and SiI 3132.sos2007-03-092-17/+353
* More SATA phy/reset cleanup and simplification.sos2007-03-091-194/+78
* Refine ahci_status to be more simple.sos2007-03-081-43/+29
* Cleanup the channel/phy reset code.sos2007-03-082-129/+144
* Add support for the 3 (PATA) channel on the VIA 6421 chip.sos2007-03-011-41/+60
* (cam_rescan): Do not reference ccb->ccb_h.path in CAM_DEBUG call beforethomas2007-02-271-2/+2
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichjhb2007-02-233-8/+8
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-235-11/+19
* Update copyright headers.sos2007-02-2119-19/+19
* Try again with supporting AHCI chipsets with partly implemented ports.sos2007-02-212-5/+16
* Be a little less stringent in getting progress report data.sos2007-02-211-1/+2
* Temporarily disable the support for some incarnations of the ICH8 chip that hassos2007-02-211-17/+7
* Add support for chipsets that has NULL'd BAR's for legacy ports.sos2007-02-171-9/+9
* Support AHCI chips where the ports are not consecutively numbered as insos2007-02-152-76/+126
* Rearrange the SATA connect logic so that we so that we pickup ATAPI devices.sos2007-02-121-12/+4
* Add support for the NetCell NC3000/5000 series SATA RAID cards.rink2007-02-033-0/+53
* Add the SMART command to the ATA instruction set.remko2007-01-271-0/+1
* Add support for the Marvell 6101/6145 PATA chips used on many new Intel boards.sos2007-01-042-34/+93
* Add new PATA only JMicron chip.sos2007-01-042-2/+4
* Fix a typo in ata-queue.cremko2006-12-231-2/+2
* Do not special-case __ARMEB__, we handle that in the arm code.cognet2006-12-161-2/+0
* Deal more generically with the byteswap needed on !littleendian HW.sos2006-11-171-2/+2
OpenPOWER on IntegriCloud