| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 3 | -3/+3 |
* | Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIM | imp | 2016-04-17 | 1 | -0/+6 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -1/+1 |
* | Small typo. | pfg | 2016-03-29 | 1 | -1/+1 |
* | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | jhibbits | 2016-02-27 | 3 | -16/+16 |
* | 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 |
* | Add defines for WRITE_UNCORRECTABLE ATA command, and improve command logging | rpokala | 2016-02-04 | 1 | -8/+92 |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 4 | -6/+8 |
* | Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building | imp | 2015-12-11 | 1 | -0/+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 |
* | Small addition to r286814. | mav | 2015-08-15 | 1 | -2/+0 |
* | Remove UMA allocation of ATA requests. | mav | 2015-08-15 | 2 | -34/+3 |
* | Disable 32-bit PIO for 6Gbit/s Intel SATA controllers. | mav | 2015-08-08 | 2 | -21/+24 |
* | Add unmapped I/O support to ata(4) driver. | mav | 2015-08-07 | 2 | -71/+168 |
* | Remove from legacy ata(4) driver support for hardware, supported by newer | mav | 2015-03-24 | 12 | -2485/+16 |
* | Reduce priority of ATA/SATA drivers. | mav | 2015-03-23 | 24 | -24/+24 |
* | Fix SATA Gen3 speed constants. | mav | 2015-03-13 | 1 | -1/+2 |
* | Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets. | mav | 2014-11-26 | 2 | -0/+25 |
* | Add another PCI ID for JMB368 PATA controller. | mav | 2014-10-20 | 2 | -0/+2 |
* | 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 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -2/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+2 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -2/+1 |
* | Don't bother clearing maps for static DMA allocations to NULL. Instead, | jhb | 2014-06-17 | 1 | -1/+0 |
* | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | jhb | 2014-06-10 | 1 | -3/+1 |
* | Fix the style of ata_interrupt_locked(). | rpaulo | 2014-04-12 | 1 | -13/+11 |
* | 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 | 2 | -0/+27 |
* | Merge CAM locking changes from the projects/camlock branch to radically | mav | 2013-10-21 | 1 | -2/+0 |
* | Allow the legacy CDROM device to be accessed in a FreeBSD guest, while | grehan | 2013-10-10 | 2 | -2/+2 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -4/+1 |
* | 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 | 2 | -0/+7 |
* | 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 |
* | Fix several typos | eadler | 2013-05-12 | 1 | -1/+1 |
* | Usnure that PCI bus BIS_GET_DMA_TAG() method sees the actual PCI | kib | 2013-04-14 | 1 | -0/+8 |
* | - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related | marius | 2013-04-06 | 31 | -35/+3 |
* | - Make ata_str2mode() static, it's not used outside of ata-all.c. | marius | 2013-04-06 | 4 | -195/+153 |
* | Remove some more remnants of !ATA_CAM. | marius | 2013-04-06 | 1 | -11/+0 |
* | Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as an | marius | 2013-04-06 | 1 | -7/+23 |
* | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | mav | 2013-04-04 | 28 | -13814/+2 |
* | Since ATA_CAM mode has no implemented support for serializing access to the | mav | 2013-04-03 | 2 | -6/+22 |
* | Add some more ATA_CAM ifdefs. | mav | 2013-04-03 | 2 | -7/+15 |
* | Integrate Efika MX project back to home. | ray | 2013-03-20 | 1 | -0/+238 |
* | Fix command timeout caused by data underrun during fetching ATAPI sense | mav | 2013-02-22 | 3 | -1/+3 |