summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Dont call ata_start() when ata_reinit fails in the ioctl path.sos2008-05-261-1/+0
* Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells.grehan2008-05-085-5/+10
* Add HW level support for the Adaptec 1420SA controller.sos2008-04-213-7/+37
* Unload DMA slot on device timeouts.sos2008-04-211-0/+1
* Do not enable FIS based PM switching, even if not used some controllers barf.sos2008-04-211-2/+2
* devclass_get_maxunit() returns n+1 with n starting at 0.bz2008-04-201-4/+5
* Fix the breakage that caused AHCI devices to vanish. Editor droppings :(sos2008-04-182-26/+3
* Alloc two DMA slots pr default, silly me forgot that slaves still exists.sos2008-04-171-1/+1
* Go back to preallocating everything possible on init.sos2008-04-1713-188/+243
* Fix problem with slave devices.sos2008-04-144-16/+16
* Fix identify of slave devices.sos2008-04-132-9/+8
* Dont call hw.status recursively.sos2008-04-123-8/+7
* Fix badly placed '{'sos2008-04-111-2/+5
* Fix the brokenness in the former commit, sorry for the mess.sos2008-04-1110-83/+91
* Fix clearing of nVidia interrupts.sos2008-04-101-3/+11
* Add experimental support for SATA Port Multiplierssos2008-04-1023-645/+1291
* Unbreak the last commit.sos2008-03-201-8/+9
* Fix Problem with Intel Matrix RAID.sos2008-03-201-11/+19
* 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
OpenPOWER on IntegriCloud