summaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets
Commit message (Expand)AuthorAgeFilesLines
* MFC: r268095Marius Strobl2014-07-041-1/+1
* MFC 264180, 264181, 264182:Ian Lepore2014-05-171-1/+2
* MFC r261410Ian Lepore2014-05-151-0/+3
* MFC r258162:Alexander Motin2014-01-051-0/+12
* Add missing NULL check after malloc(M_NOWAIT).Alexander Motin2013-07-251-0/+4
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.Jack F Vogel2013-07-191-0/+3
* Add test for SATA registers writability and skip using them if it failed.Alexander Motin2013-06-251-5/+30
* Pass proper memory type to free() in ata_ali_chipinit().Alexander Motin2013-06-181-1/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-0624-24/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-046-164/+0
* Since ATA_CAM mode has no implemented support for serializing access to theAlexander Motin2013-04-031-0/+4
* Integrate Efika MX project back to home.Aleksandr Rybalko2013-03-201-0/+238
* Add Intel Lynx Point PCH SATA Controller Device IDsJack F Vogel2013-01-021-0/+12
* Add IDs for SATA controllers on AMD Hudson-2 series chipsets.Alexander Motin2012-12-121-0/+6
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-0516-17/+17
* Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) forAlexander Motin2012-10-262-4/+8
* Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.Alexander Motin2012-08-301-0/+1
* Remove variables which are initialized but never used thereafterEitan Adler2012-07-071-4/+0
* - As a baind-aid, disable ATAPI DMA when using ATA_CAM for these controllersMarius Strobl2012-06-141-2/+5
* - First pass at const'ifying ata(4) as appropriate.Marius Strobl2012-03-2119-90/+105
* Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap itMarius Strobl2012-03-211-2/+15
* Fix names of some Marvell SATA chips. It looks like chips with proprietaryAlexander Motin2012-03-022-10/+10
* Using ATA_CAM along with ATAPI DMA causes data corruption with ALI_NEWMarius Strobl2012-01-272-0/+8
* Convert files to UTF-8Ulrich Spörlein2012-01-1523-23/+23
* Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.Jim Harris2012-01-061-0/+1
* Add PCI IDs for the Intel ICH9M SATA controllers.Alexander Motin2011-12-141-0/+4
* Add hw.ahci.force tunable to control whether AHCI drivers should attachAlexander Motin2011-12-022-2/+26
* In r225931 I've missed the only other driver using the pointer returnedMarius Strobl2011-11-012-3/+19
* Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent AppleAlexander Motin2011-08-021-3/+21
* - Use mutex to serialize index/data register pair usage, whenAlexander Motin2011-07-224-10/+88
* Skip BAR(5) usage for SATA registers access on ICH8M Apples, because forAlexander Motin2011-06-141-1/+3
* Chipset support for the new Intel Panther Point PCH, thanksJack F Vogel2011-05-111-0/+12
* According to ATA specifications, when ATAPI master is the only device, itAlexander Motin2011-04-211-11/+21
* - Fix mapping of the last two SATA ports on 6-port Intel controllers.Alexander Motin2011-04-211-2/+2
* Add missing bus_dmamap_sync() calls for the work DMA map.Marius Strobl2011-03-061-1/+14
* Add missing bus_dmamap_sync() calls for the work DMA map.Marius Strobl2011-03-061-1/+17
* Support for the new Patsburg PCH chipset:Jack F Vogel2011-02-011-0/+5
* Support for the new DH89xxCC PCH chipset including:Jack F Vogel2011-01-311-0/+1
* ICH7 SATA controller in legacy mode can provide access to SATA registersAlexander Motin2011-01-241-14/+104
* Several chipset drivers alter parameters relevant for the DMA tag creation,Marius Strobl2010-11-287-17/+11
* Do hard reset before soft reset for SATA channels. Soft reset reported to beAlexander Motin2010-11-271-1/+1
* Record that there is no devices if SATA reset found none.Alexander Motin2010-11-181-0/+2
* Some VIA SATA controllers provide access to non-standard SATA registers viaAlexander Motin2010-11-181-4/+128
* Add IDs for VIA VX900 chipset SATA controller.Alexander Motin2010-11-171-1/+4
* Remove stale line, accidentally slipped into r214016.Alexander Motin2010-11-021-1/+0
* Set of legacy mode SATA enchancements:Alexander Motin2010-10-187-92/+447
* Revert r132291.Alexander Motin2010-09-301-2/+1
* Add missing le32toh(), same as recently done in ata-siliconimage.c.Alexander Motin2010-09-241-1/+1
* Add missing byteswap, works on big endian systems now (tested on NetlogicJayachandran C.2010-09-231-1/+1
* Fix a problem where device detection would work unreliably on ServerworksNathan Whitehorn2010-09-091-18/+25