summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* MFp4:mav2009-10-234-15/+4
* - Revert r191568 partially. Forcing AHCI mode by changing device subclassjkim2009-10-051-63/+31
* - Add missing bus_dmamap_sync(9) calls for the work DMA map. Previouslymarius2009-09-221-7/+18
* Revert previous commit and add myself to the list of people who shouldphk2009-09-083-4/+2
* Add necessary include.phk2009-09-083-2/+4
* Remove constraint, requiring request data to fulfill controller's alignmentmav2009-09-061-3/+3
* Remove 'ad:' prefix from disk serial number. We don't want serial numberpjd2009-09-041-2/+2
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-19/+15
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-15/+19
* Restore PATA device probe order, broken by PMP support implementation,mav2009-07-261-1/+17
* Limit IOCATAREQUEST ioctl data size to controller's maximum I/O size.mav2009-07-161-0/+5
* Fix Marvel SATA controllers operation, broken by rev. 188765,mav2009-07-131-2/+2
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-4/+4
* Fix kernel panic, when ataahci driver is used on system with increasedmav2009-07-081-1/+1
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cmarcel2009-07-081-4/+1
* Mark atanvidia depending on ataahci since rev.188846.mav2009-07-051-0/+1
* MFp4:mav2009-06-2422-22/+22
* Move non-PCI prototypes from ata-pci.h -> ata-all.h.raj2009-06-244-18/+13
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-71/+99
* Fix compile with changes to the usb_config struct.thompsa2009-06-151-39/+39
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-23/+23
* Preallocate the four BARs in ALI SATA controllers during the chipinitjhb2009-06-101-12/+31
* Add another PCI id for Nvidia nForce MCP67, found in several Acer laptops.ariff2009-06-082-0/+2
* MFp4.mav2009-06-012-14/+58
* According to Intel documentation (307013), 3Gbps mode is supported ondelphij2009-06-011-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-10/+10
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-25/+25
* Fix a few variable renames of usb2_mode outside dev/usb.thompsa2009-05-211-1/+1
* Last commit was in error, revert.imp2009-05-201-1/+1
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-1/+1
* Fix NULL dereference on Promise SX4 controllers, while executing commandsmav2009-05-201-1/+2
* - Add a void pointer to the ata-pci controller softc to allowjhb2009-05-143-21/+26
* Remove dead code.trasz2009-05-121-4/+0
* 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
OpenPOWER on IntegriCloud