summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* MFC r311305 (by asomers):mav2017-03-231-3/+3
* MFC r313949: Remove dead mentions of CAM target mode APIs from drivers.mav2017-02-281-4/+0
* sys/dev: minor spelling fixes.pfg2016-05-033-3/+3
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMimp2016-04-171-0/+6
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Small typo.pfg2016-03-291-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-273-16/+16
* 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
* Add defines for WRITE_UNCORRECTABLE ATA command, and improve command loggingrpokala2016-02-041-8/+92
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-274-6/+8
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-0/+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
* Small addition to r286814.mav2015-08-151-2/+0
* Remove UMA allocation of ATA requests.mav2015-08-152-34/+3
* Disable 32-bit PIO for 6Gbit/s Intel SATA controllers.mav2015-08-082-21/+24
* Add unmapped I/O support to ata(4) driver.mav2015-08-072-71/+168
* Remove from legacy ata(4) driver support for hardware, supported by newermav2015-03-2412-2485/+16
* Reduce priority of ATA/SATA drivers.mav2015-03-2324-24/+24
* Fix SATA Gen3 speed constants.mav2015-03-131-1/+2
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.mav2014-11-262-0/+25
* Add another PCI ID for JMB368 PATA controller.mav2014-10-202-0/+2
* err set but not used. Eliminate it.imp2014-08-081-2/+2
* Actually pro AMD chipsets.marius2014-07-011-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Don't bother clearing maps for static DMA allocations to NULL. Instead,jhb2014-06-171-1/+0
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,jhb2014-06-101-3/+1
* Fix the style of ata_interrupt_locked().rpaulo2014-04-121-13/+11
* 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-152-0/+27
* Merge CAM locking changes from the projects/camlock branch to radicallymav2013-10-211-2/+0
* Allow the legacy CDROM device to be accessed in a FreeBSD guest, whilegrehan2013-10-102-2/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-4/+1
* 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-192-0/+7
* 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
* Fix several typoseadler2013-05-121-1/+1
* Usnure that PCI bus BIS_GET_DMA_TAG() method sees the actual PCIkib2013-04-141-0/+8
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-0631-35/+3
* - Make ata_str2mode() static, it's not used outside of ata-all.c.marius2013-04-064-195/+153
* Remove some more remnants of !ATA_CAM.marius2013-04-061-11/+0
* Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as anmarius2013-04-061-7/+23
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-0428-13814/+2
* Since ATA_CAM mode has no implemented support for serializing access to themav2013-04-032-6/+22
* Add some more ATA_CAM ifdefs.mav2013-04-032-7/+15
OpenPOWER on IntegriCloud