summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/chipsets
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Ternary operator has lower priority than OR.glebius2016-02-171-3/+2
* Convert a few more long -> rman_res_t.jhibbits2016-02-161-1/+1
* Increase reset assertion time from 10 to 100us.mav2015-11-151-1/+1
* Pass proper device to pci_read_config().mav2015-10-211-2/+3
* Disable 32-bit PIO for 6Gbit/s Intel SATA controllers.mav2015-08-081-21/+23
* Remove from legacy ata(4) driver support for hardware, supported by newermav2015-03-2410-2276/+16
* Reduce priority of ATA/SATA drivers.mav2015-03-2323-23/+23
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.mav2014-11-261-0/+12
* Add another PCI ID for JMB368 PATA controller.mav2014-10-201-0/+1
* err set but not used. Eliminate it.imp2014-08-081-2/+2
* Actually pro AMD chipsets.marius2014-07-011-1/+1
* Add fsl,imx53.rpaulo2014-04-051-1/+2
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
* Add some more IDs for Intel ATA, AHCI and USB controllers.mav2013-11-151-0/+12
* Add missing NULL check after malloc(M_NOWAIT).mav2013-07-251-0/+4
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.jfv2013-07-191-0/+3
* Add test for SATA registers writability and skip using them if it failed.mav2013-06-251-5/+30
* Pass proper memory type to free() in ata_ali_chipinit().mav2013-06-181-1/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-0624-24/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-046-164/+0
* Since ATA_CAM mode has no implemented support for serializing access to themav2013-04-031-0/+4
* Integrate Efika MX project back to home.ray2013-03-201-0/+238
* Add Intel Lynx Point PCH SATA Controller Device IDsjfv2013-01-021-0/+12
* Add IDs for SATA controllers on AMD Hudson-2 series chipsets.mav2012-12-121-0/+6
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-0516-17/+17
* Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) formav2012-10-262-4/+8
* Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.mav2012-08-301-0/+1
* Remove variables which are initialized but never used thereaftereadler2012-07-071-4/+0
* - As a baind-aid, disable ATAPI DMA when using ATA_CAM for these controllersmarius2012-06-141-2/+5
* - First pass at const'ifying ata(4) as appropriate.marius2012-03-2119-90/+105
* Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap itmarius2012-03-211-2/+15
* Fix names of some Marvell SATA chips. It looks like chips with proprietarymav2012-03-022-10/+10
* Using ATA_CAM along with ATAPI DMA causes data corruption with ALI_NEWmarius2012-01-272-0/+8
* Convert files to UTF-8uqs2012-01-1523-23/+23
* Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.jimharris2012-01-061-0/+1
* Add PCI IDs for the Intel ICH9M SATA controllers.mav2011-12-141-0/+4
* Add hw.ahci.force tunable to control whether AHCI drivers should attachmav2011-12-022-2/+26
* In r225931 I've missed the only other driver using the pointer returnedmarius2011-11-012-3/+19
* Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent Applemav2011-08-021-3/+21
* - Use mutex to serialize index/data register pair usage, whenmav2011-07-224-10/+88
* Skip BAR(5) usage for SATA registers access on ICH8M Apples, because formav2011-06-141-1/+3
* Chipset support for the new Intel Panther Point PCH, thanksjfv2011-05-111-0/+12
* According to ATA specifications, when ATAPI master is the only device, itmav2011-04-211-11/+21
* - Fix mapping of the last two SATA ports on 6-port Intel controllers.mav2011-04-211-2/+2
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+14
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+17
* Support for the new Patsburg PCH chipset:jfv2011-02-011-0/+5
* Support for the new DH89xxCC PCH chipset including:jfv2011-01-311-0/+1
OpenPOWER on IntegriCloud