| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC Alexander Motin's direct dispatch, multi-queue, and finer-grained | scottl | 2014-01-07 | 1 | -2/+0 |
* | MFC r258162: | mav | 2014-01-05 | 2 | -0/+27 |
* | MFC r256304 | grehan | 2013-10-11 | 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 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 2 | -10/+11 |
* | Improve r238673 to additionally allow for odd-aligned buffers as | marius | 2013-02-02 | 2 | -10/+49 |
* | In case somebody still use it, fix legacy ataraid(4) to work on combined | mav | 2013-01-15 | 1 | -1/+2 |
* | Add Intel Lynx Point PCH SATA Controller Device IDs | jfv | 2013-01-02 | 2 | -0/+25 |
* | Add IDs for SATA controllers on AMD Hudson-2 series chipsets. | mav | 2012-12-12 | 2 | -0/+12 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 17 | -18/+18 |
* | Only four specific ATA PIO commands transfer several sectors per DRQ block | mav | 2012-11-01 | 1 | -2/+10 |
* | Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) for | mav | 2012-10-26 | 5 | -6/+21 |
* | Add checks for ata_sata_scr_read() return statuses. It is mostly to silence | mav | 2012-10-10 | 1 | -3/+5 |
* | Fix build without `options ATA_CAM`, broken by r241144. | mav | 2012-10-03 | 1 | -0/+4 |
* | Implement SATA revision (speed) control for legacy SATA controller for | mav | 2012-10-02 | 3 | -4/+27 |
* | Remove bogus break statements. | kevlo | 2012-09-18 | 1 | -1/+0 |
* | Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers. | mav | 2012-08-30 | 2 | -0/+2 |
* | Use 16bit PIO instead of 32bit in case of misaligned buffer. | mav | 2012-07-21 | 1 | -18/+14 |
* | Fix typo in bzero length argument during sense fetching. | mav | 2012-07-21 | 1 | -1/+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 |
* | Partially revert r236666: | mav | 2012-06-10 | 1 | -1/+1 |
* | ATA/SATA controllers have no idea about protocol of the connected device | mav | 2012-06-06 | 1 | -2/+2 |
* | Make legacy ATA to not call device_add_child() with unit number but | mav | 2012-05-28 | 1 | -1/+1 |
* | Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI | mav | 2012-05-12 | 1 | -0/+2 |
* | - First pass at const'ifying ata(4) as appropriate. | marius | 2012-03-21 | 32 | -124/+138 |
* | Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap it | marius | 2012-03-21 | 6 | -7/+94 |
* | Fix names of some Marvell SATA chips. It looks like chips with proprietary | mav | 2012-03-02 | 3 | -16/+16 |
* | Fix panic after "WARNING - ATA_IDENTIFY taskqueue timeout" | emaste | 2012-02-13 | 1 | -0/+1 |
* | 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 | 45 | -48/+48 |
* | Add the CAM Target Layer (CTL). | ken | 2012-01-12 | 1 | -2/+3 |
* | Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode. | jimharris | 2012-01-06 | 2 | -0/+2 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -2/+2 |
* | Add PCI IDs for the Intel ICH9M SATA controllers. | mav | 2011-12-14 | 2 | -0/+8 |