summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2.mav2009-05-072-0/+2
* Improve kernel dumping reliability for busy ATA channels:mav2009-05-013-11/+35
* Add experimental support for SATA interface power management.mav2009-04-294-11/+19
* Use cached progif instead of reading it again.jkim2009-04-271-1/+1
* - Give generic AHCI driver lower priority than device-specific drivers.jkim2009-04-272-5/+5
* Reduce code duplication and excessive pci_get_slot() calls.jkim2009-04-271-10/+10
* Reduce excessive pci_get_devid() and pci_get_revid() callsjkim2009-04-271-4/+8
* - Always force AHCI mode on a ATI/AMD SB600/700/800 SATA controller. Thesejkim2009-04-273-8/+77
* Remove unneeded device index from unit number.ed2009-04-261-8/+6
* Improve clarity: if (a && (b ? b : c)) -> if (a && (b || c))ed2009-04-071-2/+1
* The Serverworks SATA chipsets used in Apple G5 systems require requiringnwhitehorn2009-04-041-0/+23
* Integrate user/mav/ata branch:mav2009-03-3012-105/+300
* Check the Disk FUNCE recorded in the CIS to see if we should probe forimp2009-03-121-1/+6
* Add type specific suspend/resume ata channel functions. Add checks to avoidmav2009-03-093-6/+73
* Remove the local management of INTx as this is now taken care of by pci.rnoland2009-03-048-32/+0
* Set PortMultiplier port only for SATA2 channels, where it is applicable.mav2009-03-031-2/+5
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Give controller a chance to issue Soft Reset clear command before checkingmav2009-03-011-2/+1
* Comment out enabling FIS Based Switching inside ata_ahci_issue_cmd() as itmav2009-03-011-1/+1
* Revert my ata_identify()/ata_reinit() related changes: r189166, r189091mav2009-02-289-120/+69
* Rework device probing by moving ata_getparam() call from ata_identify() tomav2009-02-287-51/+109
* Merge rev. 188615, 188812 changes from old-USB to USB2 driver.mav2009-02-271-20/+17
* Rollback rev. 189093.mav2009-02-261-1/+0
* Unhide IDENTIFY command timeouts when verbose messages enabled.mav2009-02-261-1/+3
* Restore mtx_lock() call on ata_timeout(), dropped (I think accidentally)mav2009-02-261-0/+1
* Remove direct ata_completed() call options from ata_finish(), except for themav2009-02-264-17/+10
* Fix non-AHCI channels detection on combined JMicron controllers,mav2009-02-231-0/+2
* Move the uaudio and ata-usb drivers into their correct locations.thompsa2009-02-231-0/+1102
* Move two missed usb drivers out to the graveyard location under sys/legacy/dev.thompsa2009-02-231-970/+0
* Do not call devices probe/attach if there is nothing new was found.mav2009-02-231-0/+4
* Fix spelling.mav2009-02-232-2/+2
* Tune AHCI verbose messages to make log more readable.mav2009-02-221-12/+23
* Remove one more place of master/slave terms usage.mav2009-02-221-2/+1
* Use only higher half of device signature to identify device type. Somemav2009-02-214-15/+15
* Increase initial busy waiting time. If drive was hot-plugged, it may needmav2009-02-211-4/+4
* Improve ata_reinit():mav2009-02-215-89/+48
* Teach device drivers' ata_reinit() methods, that there can be more then twomav2009-02-214-14/+13
* Disable port hardware on detach. First switch it to slumber mode tomav2009-02-201-0/+16
* Don't read the TOC for DIOCGPROVIDERALIAS. This causes themarcel2009-02-201-1/+4
* Fix typo: s/SLUMPER/SLUMBER/mav2009-02-201-1/+1
* Reduce soft-reset assertion time from 5ms to 50us.mav2009-02-201-1/+1
* Disable port interrupts before doing PHY reset.mav2009-02-201-0/+3
* Fix pc98 build error due to missing variable.mav2009-02-201-0/+1
* Handle nForce MCP67 and MCP73 SATA controllers as AHCI. They report itselfmav2009-02-202-1/+53
* Add basic support for DDF, often found on Adaptec HostRAID controllers.scottl2009-02-203-1/+743
* Use channel driver's attach/detach routines instead of ata_attach()/mav2009-02-197-13/+58
* Quite mechanical ch_detach implementations for all atapci subdrivers.mav2009-02-1917-31/+171
* As soon as they called in only same one place (ata_pcichannel_attach()),mav2009-02-1816-103/+108
* Make ch->dma.free() called symmetrically to ch->dma.alloc().mav2009-02-182-3/+5
* Implement proper attach/detach routines for ISA driver.mav2009-02-181-5/+55
OpenPOWER on IntegriCloud