summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Use only lower byte of sectors_intr IDENTIFY word as sector count.mav2009-11-241-1/+1
* Release over-agressive WDMA0 mode timings as close to spec as chip can.mav2009-11-221-1/+1
* Fix Intel PATA UDMA timings setting, affecting write performance.mav2009-11-221-2/+2
* Change the way in which AHCI+PATA combined controllers, such as JMicronmav2009-11-165-285/+306
* Disable PMP probing for Marvell AHCI controllers.mav2009-11-141-3/+6
* Add support for SATA ports on SATA+PATA Marvell controllers.mav2009-11-132-25/+72
* Add more ICH10 chip IDs.mav2009-11-092-0/+8
* Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4)mav2009-11-085-12/+16
* Add IDs for nVidia MCP65/77/79/89 SATA conntrollers.mav2009-11-022-1/+89
* MFp4:mav2009-11-011-0/+1
* Allow newly added controllers to use full I/O sizes.mav2009-10-311-1/+3
* MFp4:mav2009-10-3113-148/+132
* Add support for different request block format used by Gen-IIe Marvell SATA.mav2009-10-303-30/+70
* Add some magic taken from OS X and Linux to support early revision K2nwhitehorn2009-10-291-0/+31
* Turn off use of ATA_A_4BIT on modern hardware. This flag was alreadynwhitehorn2009-10-291-1/+10
* Don't ignore the return value of g_modevent() in acd_modevent().jh2009-10-271-2/+1
* Report SATA speeds to CAM, to not confuse users with low numbers logged.mav2009-10-261-0/+6
* Round timeout up when converting CAM milliseconds to ATA seconds.mav2009-10-261-2/+2
* Increase ATA command timeouts. Some drives need more then 5s to spin-up.mav2009-10-264-9/+9
* Add IDs for PATA part also.mav2009-10-261-0/+2
* Add two more VIA SATA chip IDs.mav2009-10-262-0/+4
* Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5)mav2009-10-261-1/+2
* 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
OpenPOWER on IntegriCloud