aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets/ata-nvidia.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove from legacy ata(4) driver support for hardware, supported by newerAlexander Motin2015-03-241-12/+6
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-231-1/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-1/+0
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* - First pass at const'ifying ata(4) as appropriate.Marius Strobl2012-03-211-3/+5
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Add hw.ahci.force tunable to control whether AHCI drivers should attachAlexander Motin2011-12-021-1/+3
* Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent AppleAlexander Motin2011-08-021-3/+21
* Set of legacy mode SATA enchancements:Alexander Motin2010-10-181-1/+1
* If ata_sata_phy_reset() failed and ata_generic_reset() is not called, markAlexander Motin2010-07-101-0/+4
* MFp4:Alexander Motin2009-12-061-29/+23
* Add IDs for nVidia MCP65/77/79/89 SATA conntrollers.Alexander Motin2009-11-021-0/+44
* Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5)Alexander Motin2009-10-261-1/+2
* Mark atanvidia depending on ataahci since rev.188846.Alexander Motin2009-07-051-0/+1
* MFp4:Alexander Motin2009-06-241-1/+1
* Add another PCI id for Nvidia nForce MCP67, found in several Acer laptops.Ariff Abdullah2009-06-081-0/+1
* Integrate user/mav/ata branch:Alexander Motin2009-03-301-1/+1
* Remove the local management of INTx as this is now taken care of by pci.Robert Noland2009-03-041-5/+0
* Handle nForce MCP67 and MCP73 SATA controllers as AHCI. They report itselfAlexander Motin2009-02-201-1/+29
* Quite mechanical ch_detach implementations for all atapci subdrivers.Alexander Motin2009-02-191-0/+1
* As soon as they called in only same one place (ata_pcichannel_attach()),Alexander Motin2009-02-181-4/+4
* This is the roumored ATA modulerisation works, and it needs a little explanat...Søren Schmidt2008-10-091-0/+264