| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r268095 | Marius Strobl | 2014-07-04 | 1 | -1/+1 |
| * | MFC 264180, 264181, 264182: | Ian Lepore | 2014-05-17 | 1 | -1/+2 |
| * | MFC r261410 | Ian Lepore | 2014-05-15 | 1 | -0/+3 |
| * | MFC r258162: | Alexander Motin | 2014-01-05 | 1 | -0/+12 |
| * | Add missing NULL check after malloc(M_NOWAIT). | Alexander Motin | 2013-07-25 | 1 | -0/+4 |
| * | Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices. | Jack F Vogel | 2013-07-19 | 1 | -0/+3 |
| * | Add test for SATA registers writability and skip using them if it failed. | Alexander Motin | 2013-06-25 | 1 | -5/+30 |
| * | Pass proper memory type to free() in ata_ali_chipinit(). | Alexander Motin | 2013-06-18 | 1 | -1/+1 |
| * | - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related | Marius Strobl | 2013-04-06 | 24 | -24/+0 |
| * | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | Alexander Motin | 2013-04-04 | 6 | -164/+0 |
| * | Since ATA_CAM mode has no implemented support for serializing access to the | Alexander Motin | 2013-04-03 | 1 | -0/+4 |
| * | Integrate Efika MX project back to home. | Aleksandr Rybalko | 2013-03-20 | 1 | -0/+238 |
| * | Add Intel Lynx Point PCH SATA Controller Device IDs | Jack F Vogel | 2013-01-02 | 1 | -0/+12 |
| * | Add IDs for SATA controllers on AMD Hudson-2 series chipsets. | Alexander Motin | 2012-12-12 | 1 | -0/+6 |
| * | Remove duplicate const specifiers in many drivers (I hope I got all of | Dimitry Andric | 2012-11-05 | 16 | -17/+17 |
| * | Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) for | Alexander Motin | 2012-10-26 | 2 | -4/+8 |
| * | Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers. | Alexander Motin | 2012-08-30 | 1 | -0/+1 |
| * | Remove variables which are initialized but never used thereafter | Eitan Adler | 2012-07-07 | 1 | -4/+0 |
| * | - As a baind-aid, disable ATAPI DMA when using ATA_CAM for these controllers | Marius Strobl | 2012-06-14 | 1 | -2/+5 |
| * | - First pass at const'ifying ata(4) as appropriate. | Marius Strobl | 2012-03-21 | 19 | -90/+105 |
| * | Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap it | Marius Strobl | 2012-03-21 | 1 | -2/+15 |
| * | Fix names of some Marvell SATA chips. It looks like chips with proprietary | Alexander Motin | 2012-03-02 | 2 | -10/+10 |
| * | Using ATA_CAM along with ATAPI DMA causes data corruption with ALI_NEW | Marius Strobl | 2012-01-27 | 2 | -0/+8 |
| * | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 23 | -23/+23 |
| * | Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode. | Jim Harris | 2012-01-06 | 1 | -0/+1 |
| * | Add PCI IDs for the Intel ICH9M SATA controllers. | Alexander Motin | 2011-12-14 | 1 | -0/+4 |
| * | Add hw.ahci.force tunable to control whether AHCI drivers should attach | Alexander Motin | 2011-12-02 | 2 | -2/+26 |
| * | In r225931 I've missed the only other driver using the pointer returned | Marius Strobl | 2011-11-01 | 2 | -3/+19 |
| * | Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent Apple | Alexander Motin | 2011-08-02 | 1 | -3/+21 |
| * | - Use mutex to serialize index/data register pair usage, when | Alexander Motin | 2011-07-22 | 4 | -10/+88 |
| * | Skip BAR(5) usage for SATA registers access on ICH8M Apples, because for | Alexander Motin | 2011-06-14 | 1 | -1/+3 |
| * | Chipset support for the new Intel Panther Point PCH, thanks | Jack F Vogel | 2011-05-11 | 1 | -0/+12 |
| * | According to ATA specifications, when ATAPI master is the only device, it | Alexander Motin | 2011-04-21 | 1 | -11/+21 |
| * | - Fix mapping of the last two SATA ports on 6-port Intel controllers. | Alexander Motin | 2011-04-21 | 1 | -2/+2 |
| * | Add missing bus_dmamap_sync() calls for the work DMA map. | Marius Strobl | 2011-03-06 | 1 | -1/+14 |
| * | Add missing bus_dmamap_sync() calls for the work DMA map. | Marius Strobl | 2011-03-06 | 1 | -1/+17 |
| * | Support for the new Patsburg PCH chipset: | Jack F Vogel | 2011-02-01 | 1 | -0/+5 |
| * | Support for the new DH89xxCC PCH chipset including: | Jack F Vogel | 2011-01-31 | 1 | -0/+1 |
| * | ICH7 SATA controller in legacy mode can provide access to SATA registers | Alexander Motin | 2011-01-24 | 1 | -14/+104 |
| * | Several chipset drivers alter parameters relevant for the DMA tag creation, | Marius Strobl | 2010-11-28 | 7 | -17/+11 |
| * | Do hard reset before soft reset for SATA channels. Soft reset reported to be | Alexander Motin | 2010-11-27 | 1 | -1/+1 |
| * | Record that there is no devices if SATA reset found none. | Alexander Motin | 2010-11-18 | 1 | -0/+2 |
| * | Some VIA SATA controllers provide access to non-standard SATA registers via | Alexander Motin | 2010-11-18 | 1 | -4/+128 |
| * | Add IDs for VIA VX900 chipset SATA controller. | Alexander Motin | 2010-11-17 | 1 | -1/+4 |
| * | Remove stale line, accidentally slipped into r214016. | Alexander Motin | 2010-11-02 | 1 | -1/+0 |
| * | Set of legacy mode SATA enchancements: | Alexander Motin | 2010-10-18 | 7 | -92/+447 |
| * | Revert r132291. | Alexander Motin | 2010-09-30 | 1 | -2/+1 |
| * | Add missing le32toh(), same as recently done in ata-siliconimage.c. | Alexander Motin | 2010-09-24 | 1 | -1/+1 |
| * | Add missing byteswap, works on big endian systems now (tested on Netlogic | Jayachandran C. | 2010-09-23 | 1 | -1/+1 |
| * | Fix a problem where device detection would work unreliably on Serverworks | Nathan Whitehorn | 2010-09-09 | 1 | -18/+25 |