summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-pci.c
Commit message (Expand)AuthorAgeFilesLines
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-1/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-4/+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-061-1/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-041-18/+0
* - First pass at const'ifying ata(4) as appropriate.marius2012-03-211-10/+10
* Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap itmarius2012-03-211-0/+4
* Convert files to UTF-8uqs2012-01-151-1/+1
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-7/+2
* In r225931 I've missed the only other driver using the pointer returnedmarius2011-11-011-4/+12
* Some dmesg cosmetics:mav2011-10-241-3/+15
* - Use mutex to serialize index/data register pair usage, whenmav2011-07-221-3/+3
* Set of legacy mode SATA enchancements:mav2010-10-181-0/+1
* Make legacy ATA emulation detection more strict. This should fix falsemav2010-07-161-1/+2
* Improve interrupt setup errors handling.mav2010-07-161-1/+7
* Report ATA/SATA channel number to NewBus at location string.mav2010-05-221-0/+11
* Improve output for controllers that doesn't report SATA speed.mav2010-02-221-4/+8
* Add support for SATA part of Marvell 88SE912x controllers to ahci(4).mav2010-01-261-0/+1
* MFp4:mav2009-12-061-45/+23
* Do not ignore device interrupt if bus mastering is still active. It ismav2009-12-051-2/+1
* Change the way in which AHCI+PATA combined controllers, such as JMicronmav2009-11-161-99/+158
* MFp4:mav2009-10-311-1/+1
* Add experimental support for SATA interface power management.mav2009-04-291-0/+3
* - Give generic AHCI driver lower priority than device-specific drivers.jkim2009-04-271-3/+3
* Reduce code duplication and excessive pci_get_slot() calls.jkim2009-04-271-10/+10
* Reduce excessive pci_get_devid() and pci_get_revid() callsjkim2009-04-271-4/+8
* Integrate user/mav/ata branch:mav2009-03-301-1/+14
* Add type specific suspend/resume ata channel functions. Add checks to avoidmav2009-03-091-2/+24
* Use channel driver's attach/detach routines instead of ata_attach()/mav2009-02-191-2/+8
* Quite mechanical ch_detach implementations for all atapci subdrivers.mav2009-02-191-0/+22
* As soon as they called in only same one place (ata_pcichannel_attach()),mav2009-02-181-9/+9
* Make ch->dma.free() called symmetrically to ch->dma.alloc().mav2009-02-181-3/+0
* Give atapci knowledge about set of implemented AHCI ports. It is possiblemav2009-02-161-0/+3
* Add initial single-vector MSI support into atapci driver.mav2009-02-151-4/+14
* DEVICE_PROBE(9) claims that we must not initialize softc on probe stage.mav2009-02-141-20/+15
* Call ata_legacy() only once on attach and save it's result. Scanning PCImav2008-12-161-11/+19
* This is the roumored ATA modulerisation works, and it needs a little explanat...sos2008-10-091-157/+211
* Cleanup the AHCI code a bit.sos2008-09-181-2/+27
* Rearrange how to call dma.alloc() so that we have resources alloc'd when need...sos2008-06-111-6/+1
* Add HW level support for the Adaptec 1420SA controller.sos2008-04-211-0/+5
* Go back to preallocating everything possible on init.sos2008-04-171-8/+8
* Dont call hw.status recursively.sos2008-04-121-1/+1
* Add experimental support for SATA Port Multiplierssos2008-04-101-40/+41
* Add generic support for chipsets that say they support AHCI. This should cat...sos2007-11-181-2/+37
* Fix treating some modern chips (mem mapped) as legacy devices.sos2007-10-261-1/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-3/+7
* Try again with supporting AHCI chipsets with partly implemented ports.sos2007-02-211-2/+5
* Add support for chipsets that has NULL'd BAR's for legacy ports.sos2007-02-171-9/+9
* Add support for the NetCell NC3000/5000 series SATA RAID cards.rink2007-02-031-0/+4
OpenPOWER on IntegriCloud