| Commit message (Expand) | Author | Age | Files | Lines |
* | Check the Disk FUNCE recorded in the CIS to see if we should probe for | imp | 2009-03-12 | 1 | -1/+6 |
* | Add type specific suspend/resume ata channel functions. Add checks to avoid | mav | 2009-03-09 | 3 | -6/+73 |
* | Remove the local management of INTx as this is now taken care of by pci. | rnoland | 2009-03-04 | 8 | -32/+0 |
* | Set PortMultiplier port only for SATA2 channels, where it is applicable. | mav | 2009-03-03 | 1 | -2/+5 |
* | Rename the ushub device class back to uhub as it was in the old usb stack, | thompsa | 2009-03-02 | 1 | -1/+1 |
* | Give controller a chance to issue Soft Reset clear command before checking | mav | 2009-03-01 | 1 | -2/+1 |
* | Comment out enabling FIS Based Switching inside ata_ahci_issue_cmd() as it | mav | 2009-03-01 | 1 | -1/+1 |
* | Revert my ata_identify()/ata_reinit() related changes: r189166, r189091 | mav | 2009-02-28 | 9 | -120/+69 |
* | Rework device probing by moving ata_getparam() call from ata_identify() to | mav | 2009-02-28 | 7 | -51/+109 |
* | Merge rev. 188615, 188812 changes from old-USB to USB2 driver. | mav | 2009-02-27 | 1 | -20/+17 |
* | Rollback rev. 189093. | mav | 2009-02-26 | 1 | -1/+0 |
* | Unhide IDENTIFY command timeouts when verbose messages enabled. | mav | 2009-02-26 | 1 | -1/+3 |
* | Restore mtx_lock() call on ata_timeout(), dropped (I think accidentally) | mav | 2009-02-26 | 1 | -0/+1 |
* | Remove direct ata_completed() call options from ata_finish(), except for the | mav | 2009-02-26 | 4 | -17/+10 |
* | Fix non-AHCI channels detection on combined JMicron controllers, | mav | 2009-02-23 | 1 | -0/+2 |
* | Move the uaudio and ata-usb drivers into their correct locations. | thompsa | 2009-02-23 | 1 | -0/+1102 |
* | Move two missed usb drivers out to the graveyard location under sys/legacy/dev. | thompsa | 2009-02-23 | 1 | -970/+0 |
* | Do not call devices probe/attach if there is nothing new was found. | mav | 2009-02-23 | 1 | -0/+4 |
* | Fix spelling. | mav | 2009-02-23 | 2 | -2/+2 |
* | Tune AHCI verbose messages to make log more readable. | mav | 2009-02-22 | 1 | -12/+23 |
* | Remove one more place of master/slave terms usage. | mav | 2009-02-22 | 1 | -2/+1 |
* | Use only higher half of device signature to identify device type. Some | mav | 2009-02-21 | 4 | -15/+15 |
* | Increase initial busy waiting time. If drive was hot-plugged, it may need | mav | 2009-02-21 | 1 | -4/+4 |
* | Improve ata_reinit(): | mav | 2009-02-21 | 5 | -89/+48 |
* | Teach device drivers' ata_reinit() methods, that there can be more then two | mav | 2009-02-21 | 4 | -14/+13 |
* | Disable port hardware on detach. First switch it to slumber mode to | mav | 2009-02-20 | 1 | -0/+16 |
* | Don't read the TOC for DIOCGPROVIDERALIAS. This causes the | marcel | 2009-02-20 | 1 | -1/+4 |
* | Fix typo: s/SLUMPER/SLUMBER/ | mav | 2009-02-20 | 1 | -1/+1 |
* | Reduce soft-reset assertion time from 5ms to 50us. | mav | 2009-02-20 | 1 | -1/+1 |
* | Disable port interrupts before doing PHY reset. | mav | 2009-02-20 | 1 | -0/+3 |
* | Fix pc98 build error due to missing variable. | mav | 2009-02-20 | 1 | -0/+1 |
* | Handle nForce MCP67 and MCP73 SATA controllers as AHCI. They report itself | mav | 2009-02-20 | 2 | -1/+53 |
* | Add basic support for DDF, often found on Adaptec HostRAID controllers. | scottl | 2009-02-20 | 3 | -1/+743 |
* | Use channel driver's attach/detach routines instead of ata_attach()/ | mav | 2009-02-19 | 7 | -13/+58 |
* | Quite mechanical ch_detach implementations for all atapci subdrivers. | mav | 2009-02-19 | 17 | -31/+171 |
* | As soon as they called in only same one place (ata_pcichannel_attach()), | mav | 2009-02-18 | 16 | -103/+108 |
* | Make ch->dma.free() called symmetrically to ch->dma.alloc(). | mav | 2009-02-18 | 2 | -3/+5 |
* | Implement proper attach/detach routines for ISA driver. | mav | 2009-02-18 | 1 | -5/+55 |
* | Remove unused variable. | mav | 2009-02-18 | 1 | -2/+1 |
* | Adaptively increase control command timeout when drive is spun down. | mav | 2009-02-17 | 1 | -1/+8 |
* | Remove useless return, that left from previous commit. | mav | 2009-02-17 | 1 | -1/+0 |
* | ata_interrupt() does not need to return anything. It is not it's business | mav | 2009-02-17 | 3 | -6/+8 |
* | Make core dumping to ad not to freeze even if interrupts, not disabled | mav | 2009-02-16 | 1 | -1/+1 |
* | Give atapci knowledge about set of implemented AHCI ports. It is possible | mav | 2009-02-16 | 3 | -6/+6 |
* | Remove unneeded AND operation. We have already checked that bit is set. | mav | 2009-02-15 | 1 | -1/+1 |
* | Add initial single-vector MSI support into atapci driver. | mav | 2009-02-15 | 2 | -4/+15 |
* | Add workaround for some ATI chips, failing to soft-reset | mav | 2009-02-15 | 1 | -5/+12 |
* | Tunes to AHCI reset sequences: | mav | 2009-02-14 | 1 | -34/+71 |
* | DEVICE_PROBE(9) claims that we must not initialize softc on probe stage. | mav | 2009-02-14 | 3 | -59/+53 |
* | Fix shutdown routine to return 0 and change signature from void return | imp | 2009-02-04 | 4 | -4/+8 |