summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Add a "spindown" facility to ata-disks: If no requests have been receivedphk2008-03-174-2/+59
* Add proper support for the SATA/AHCI part of IXP[67]00sos2008-03-072-12/+28
* If the disk reports that it support the Compact Flash Association commandphk2008-01-021-0/+9
* Follow the current fashion of gratuitously stomping into otherphk2008-01-021-36/+14
* Implement a workaround of the datacorruption problem on serverworks HT1000 ch...sos2007-12-134-93/+233
* Fix speed report on Intel SATA chips in compat mode.sos2007-12-071-3/+52
* Use device_set_desc_copy in the generic ident as its used on a temp buffer.sos2007-11-261-1/+1
* Add preliminary SATA ATAPI support for sii 3132/3124 chips.sos2007-11-232-38/+81
* Fix KASSERT messages.kevlo2007-11-202-5/+5
* Dont fumble the ivars on reinit, avoids panic on suspend/resume om some syste...sos2007-11-193-9/+0
* Try to workaound silicon bugs in Promise gen2 (ie TX4) chipssos2007-11-192-1/+46
* Fix the problem with certain ATAPI commands on AHCI devices.sos2007-11-192-19/+58
* Add generic support for chipsets that say they support AHCI. This should cat...sos2007-11-184-129/+156
* Fix the signature matching code on AHCI controllers.sos2007-10-261-29/+60
* Update the way we get the mode pages on probe.sos2007-10-262-25/+23
* Fix treating some modern chips (mem mapped) as legacy devices.sos2007-10-261-1/+2
* 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
OpenPOWER on IntegriCloud