| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 1 | -1/+1 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -1/+1 |
* | Ternary operator has lower priority than OR. | glebius | 2016-02-17 | 1 | -3/+2 |
* | Convert a few more long -> rman_res_t. | jhibbits | 2016-02-16 | 1 | -1/+1 |
* | Increase reset assertion time from 10 to 100us. | mav | 2015-11-15 | 1 | -1/+1 |
* | Pass proper device to pci_read_config(). | mav | 2015-10-21 | 1 | -2/+3 |
* | Disable 32-bit PIO for 6Gbit/s Intel SATA controllers. | mav | 2015-08-08 | 1 | -21/+23 |
* | Remove from legacy ata(4) driver support for hardware, supported by newer | mav | 2015-03-24 | 10 | -2276/+16 |
* | Reduce priority of ATA/SATA drivers. | mav | 2015-03-23 | 23 | -23/+23 |
* | Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets. | mav | 2014-11-26 | 1 | -0/+12 |
* | Add another PCI ID for JMB368 PATA controller. | mav | 2014-10-20 | 1 | -0/+1 |
* | err set but not used. Eliminate it. | imp | 2014-08-08 | 1 | -2/+2 |
* | Actually pro AMD chipsets. | marius | 2014-07-01 | 1 | -1/+1 |
* | Add fsl,imx53. | rpaulo | 2014-04-05 | 1 | -1/+2 |
* | Follow r261352 by updating all drivers which are children of simplebus | ian | 2014-02-02 | 1 | -0/+3 |
* | Add some more IDs for Intel ATA, AHCI and USB controllers. | mav | 2013-11-15 | 1 | -0/+12 |
* | Add missing NULL check after malloc(M_NOWAIT). | mav | 2013-07-25 | 1 | -0/+4 |
* | Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices. | jfv | 2013-07-19 | 1 | -0/+3 |
* | Add test for SATA registers writability and skip using them if it failed. | mav | 2013-06-25 | 1 | -5/+30 |
* | Pass proper memory type to free() in ata_ali_chipinit(). | mav | 2013-06-18 | 1 | -1/+1 |
* | - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related | marius | 2013-04-06 | 24 | -24/+0 |
* | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | mav | 2013-04-04 | 6 | -164/+0 |
* | Since ATA_CAM mode has no implemented support for serializing access to the | mav | 2013-04-03 | 1 | -0/+4 |
* | Integrate Efika MX project back to home. | ray | 2013-03-20 | 1 | -0/+238 |
* | Add Intel Lynx Point PCH SATA Controller Device IDs | jfv | 2013-01-02 | 1 | -0/+12 |
* | Add IDs for SATA controllers on AMD Hudson-2 series chipsets. | mav | 2012-12-12 | 1 | -0/+6 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 16 | -17/+17 |
* | Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) for | mav | 2012-10-26 | 2 | -4/+8 |
* | Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers. | mav | 2012-08-30 | 1 | -0/+1 |
* | Remove variables which are initialized but never used thereafter | eadler | 2012-07-07 | 1 | -4/+0 |
* | - As a baind-aid, disable ATAPI DMA when using ATA_CAM for these controllers | marius | 2012-06-14 | 1 | -2/+5 |
* | - First pass at const'ifying ata(4) as appropriate. | marius | 2012-03-21 | 19 | -90/+105 |
* | Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap it | marius | 2012-03-21 | 1 | -2/+15 |
* | Fix names of some Marvell SATA chips. It looks like chips with proprietary | mav | 2012-03-02 | 2 | -10/+10 |
* | Using ATA_CAM along with ATAPI DMA causes data corruption with ALI_NEW | marius | 2012-01-27 | 2 | -0/+8 |
* | Convert files to UTF-8 | uqs | 2012-01-15 | 23 | -23/+23 |
* | Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode. | jimharris | 2012-01-06 | 1 | -0/+1 |
* | Add PCI IDs for the Intel ICH9M SATA controllers. | mav | 2011-12-14 | 1 | -0/+4 |
* | Add hw.ahci.force tunable to control whether AHCI drivers should attach | mav | 2011-12-02 | 2 | -2/+26 |
* | In r225931 I've missed the only other driver using the pointer returned | marius | 2011-11-01 | 2 | -3/+19 |
* | Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent Apple | mav | 2011-08-02 | 1 | -3/+21 |
* | - Use mutex to serialize index/data register pair usage, when | mav | 2011-07-22 | 4 | -10/+88 |
* | Skip BAR(5) usage for SATA registers access on ICH8M Apples, because for | mav | 2011-06-14 | 1 | -1/+3 |
* | Chipset support for the new Intel Panther Point PCH, thanks | jfv | 2011-05-11 | 1 | -0/+12 |
* | According to ATA specifications, when ATAPI master is the only device, it | mav | 2011-04-21 | 1 | -11/+21 |
* | - Fix mapping of the last two SATA ports on 6-port Intel controllers. | mav | 2011-04-21 | 1 | -2/+2 |
* | Add missing bus_dmamap_sync() calls for the work DMA map. | marius | 2011-03-06 | 1 | -1/+14 |
* | Add missing bus_dmamap_sync() calls for the work DMA map. | marius | 2011-03-06 | 1 | -1/+17 |
* | Support for the new Patsburg PCH chipset: | jfv | 2011-02-01 | 1 | -0/+5 |
* | Support for the new DH89xxCC PCH chipset including: | jfv | 2011-01-31 | 1 | -0/+1 |