| Commit message (Expand) | Author | Age | Files | Lines |
* | MFp4. | mav | 2009-06-01 | 2 | -14/+58 |
* | According to Intel documentation (307013), 3Gbps mode is supported on | delphij | 2009-06-01 | 1 | -3/+3 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -10/+10 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -25/+25 |
* | Fix a few variable renames of usb2_mode outside dev/usb. | thompsa | 2009-05-21 | 1 | -1/+1 |
* | Last commit was in error, revert. | imp | 2009-05-20 | 1 | -1/+1 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | imp | 2009-05-20 | 1 | -1/+1 |
* | Fix NULL dereference on Promise SX4 controllers, while executing commands | mav | 2009-05-20 | 1 | -1/+2 |
* | - Add a void pointer to the ata-pci controller softc to allow | jhb | 2009-05-14 | 3 | -21/+26 |
* | Remove dead code. | trasz | 2009-05-12 | 1 | -4/+0 |
* | Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2. | mav | 2009-05-07 | 2 | -0/+2 |
* | Improve kernel dumping reliability for busy ATA channels: | mav | 2009-05-01 | 3 | -11/+35 |
* | Add experimental support for SATA interface power management. | mav | 2009-04-29 | 4 | -11/+19 |
* | Use cached progif instead of reading it again. | jkim | 2009-04-27 | 1 | -1/+1 |
* | - Give generic AHCI driver lower priority than device-specific drivers. | jkim | 2009-04-27 | 2 | -5/+5 |
* | Reduce code duplication and excessive pci_get_slot() calls. | jkim | 2009-04-27 | 1 | -10/+10 |
* | Reduce excessive pci_get_devid() and pci_get_revid() calls | jkim | 2009-04-27 | 1 | -4/+8 |
* | - Always force AHCI mode on a ATI/AMD SB600/700/800 SATA controller. These | jkim | 2009-04-27 | 3 | -8/+77 |
* | Remove unneeded device index from unit number. | ed | 2009-04-26 | 1 | -8/+6 |
* | Improve clarity: if (a && (b ? b : c)) -> if (a && (b || c)) | ed | 2009-04-07 | 1 | -2/+1 |
* | The Serverworks SATA chipsets used in Apple G5 systems require requiring | nwhitehorn | 2009-04-04 | 1 | -0/+23 |
* | Integrate user/mav/ata branch: | mav | 2009-03-30 | 12 | -105/+300 |
* | 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 |