aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets/ata-intel.c
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Add IDs for Intel BayTrail SATA.Dmitry Luhtionov2023-10-301-0/+2
* 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
* Use "Ibex Peak" codename for "5 Series/3400 Series" chipsets.Alexander Motin2017-08-091-6/+6
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Increase reset assertion time from 10 to 100us.Alexander Motin2015-11-151-1/+1
* Disable 32-bit PIO for 6Gbit/s Intel SATA controllers.Alexander Motin2015-08-081-21/+23
* Remove from legacy ata(4) driver support for hardware, supported by newerAlexander Motin2015-03-241-77/+3
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-231-1/+1
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.Alexander Motin2014-11-261-0/+12
* Add some more IDs for Intel ATA, AHCI and USB controllers.Alexander Motin2013-11-151-0/+12
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.Jack F Vogel2013-07-191-0/+3
* Add test for SATA registers writability and skip using them if it failed.Alexander Motin2013-06-251-5/+30
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-1/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-041-29/+0
* Add Intel Lynx Point PCH SATA Controller Device IDsJack F Vogel2013-01-021-0/+12
* 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 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.Jim Harris2012-01-061-0/+1
* Add PCI IDs for the Intel ICH9M SATA controllers.Alexander Motin2011-12-141-0/+4
* - Use mutex to serialize index/data register pair usage, whenAlexander Motin2011-07-221-7/+45
* Skip BAR(5) usage for SATA registers access on ICH8M Apples, because forAlexander Motin2011-06-141-1/+3
* Chipset support for the new Intel Panther Point PCH, thanksJack F Vogel2011-05-111-0/+12
* According to ATA specifications, when ATAPI master is the only device, itAlexander Motin2011-04-211-11/+21
* - Fix mapping of the last two SATA ports on 6-port Intel controllers.Alexander Motin2011-04-211-2/+2
* Support for the new Patsburg PCH chipset:Jack F Vogel2011-02-011-0/+5
* Support for the new DH89xxCC PCH chipset including:Jack F Vogel2011-01-311-0/+1
* ICH7 SATA controller in legacy mode can provide access to SATA registersAlexander Motin2011-01-241-14/+104
* Remove stale line, accidentally slipped into r214016.Alexander Motin2010-11-021-1/+0
* Set of legacy mode SATA enchancements:Alexander Motin2010-10-181-88/+318
* Add Intel Cougar Point PCH SATA Controller DeviceIDs. Correct some existingAlexander Motin2010-08-281-16/+20
* If ata_sata_phy_reset() failed and ata_generic_reset() is not called, markAlexander Motin2010-07-101-0/+4
* Make hw.ata.ata_dma_check_80pin tunable affect not only device side, butAlexander Motin2010-07-101-1/+2
* Fix PCH chipset IDs. They are 0x3bxx, not 0x3axx.Alexander Motin2010-06-041-16/+16
* Oops! Wrong word order. :(Alexander Motin2010-02-221-16/+16
* Add Intel PCH SATA controller IDs.Alexander Motin2010-02-221-0/+16
* Add support for Intel SCH PATA controller.Alexander Motin2009-12-221-2/+39
* MFp4:Alexander Motin2009-12-061-101/+80
* Release over-agressive WDMA0 mode timings as close to spec as chip can.Alexander Motin2009-11-221-1/+1
* Fix Intel PATA UDMA timings setting, affecting write performance.Alexander Motin2009-11-221-2/+2
* Add more ICH10 chip IDs.Alexander Motin2009-11-091-0/+4
* MFp4:Alexander Motin2009-10-311-5/+5
* MFp4:Alexander Motin2009-06-241-1/+1
* According to Intel documentation (307013), 3Gbps mode is supported onXin LI2009-06-011-3/+3
* 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-4/+0