summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-chipset.c
Commit message (Expand)AuthorAgeFilesLines
* Try again with supporting AHCI chipsets with partly implemented ports.sos2007-02-211-3/+11
* Temporarily disable the support for some incarnations of the ICH8 chip that hassos2007-02-211-17/+7
* Support AHCI chips where the ports are not consecutively numbered as insos2007-02-151-76/+103
* Rearrange the SATA connect logic so that we so that we pickup ATAPI devices.sos2007-02-121-12/+4
* Add support for the NetCell NC3000/5000 series SATA RAID cards.rink2007-02-031-0/+45
* Add support for the Marvell 6101/6145 PATA chips used on many new Intel boards.sos2007-01-041-32/+88
* Add new PATA only JMicron chip.sos2007-01-041-1/+2
* Add missing PCI ID for the acer m5288sos2006-10-081-0/+1
* add support for the ALI/ULI M5288 AHCI part.sos2006-09-251-0/+7
* Busmaster DMA address fix in VIA 6421 case.sos2006-09-121-1/+1
* Add support for a few more Serverworks and lookalikes chips.sos2006-09-111-9/+12
* Add support for VIA 8237A.sos2006-09-021-0/+2
* Properly initialize the nVidia MCP5X interrupts etc.sos2006-08-301-2/+7
* Update JMicron support to also work with chips where the PATA and SATAsos2006-08-181-19/+42
* Appened ull to a really large integer constant to fix build on i386imp2006-08-181-1/+1
* Add support for the ICH8 and ESB2 chips, also add a few other missing ICH7 pa...sos2006-08-141-30/+44
* Unbreak nForce4 SATA support.sos2006-08-111-7/+7
* Unbreak nForce3 SATA support.sos2006-08-051-19/+19
* Finally fix support for the newer MCP51/MCP55 nVidia chipsets.sos2006-07-241-34/+47
* Add preliminary support for the Serverworks HT1000 chip.sos2006-07-041-6/+69
* Update AHCI support to be more generic.sos2006-06-281-67/+102
* Fix type casts so that we get at the right response queue.sos2006-06-191-7/+10
* Fix probe printing of highpoint and promise controllers.sos2006-05-111-5/+4
* Add support for the JMicron JMB361, 365 and 366 chips.sos2006-03-131-14/+18
* In ata_cmd_allocate() only call ata_pci_allocate once.sos2006-02-231-1/+0
* Add support for the JMicron JMB363 dual SATA + single PATA controller.sos2006-02-161-31/+97
* Add a reset of the AHCI machinery to the ICH6/ICH7 support.sos2006-02-131-0/+12
* Unbreak Promise SATAII/150 controllers caused by the DMA dump changes.sos2006-02-091-63/+70
* Unbreak DMA dumo on Intel 31224.sos2006-02-061-1/+1
* Add support for the JMicron JMB360 SATAII controller.sos2006-01-251-24/+111
* Fix panic on boot due to not all SATA chipsets having SSTATUS registerisos2006-01-211-3/+3
* Correct two promise entries, these are only 2port SATA.sos2006-01-181-2/+2
* Whitespace cleanup.sos2006-01-181-34/+36
* Properly report SATA connection speed.sos2006-01-181-3/+12
* Add support for using DMA on dump, greatly speeds up the dump process.sos2006-01-181-1254/+1119
* Get rid of the advertising clause in the copyright.sos2006-01-051-3/+1
* Fix the promise modesetting for old chips.sos2006-01-041-4/+2
* Fix promise probe printing.sos2006-01-041-3/+3
* Add hotplug support for Marvell chips.sos2005-12-301-15/+42
* Further updates to the Marvell support code.sos2005-12-281-13/+24
* Change the probes in ATA to return a negative value on success.sos2005-12-271-4/+0
* Update the last commit to also take 48Bit access functions.sos2005-12-271-1/+3
* Add initial support for the Marvell 88SX[56]0[48][01] series of SATA chips.sos2005-12-271-0/+440
* Cleanup the strings for printing chipset names, saves quite some space.sos2005-12-161-174/+192
* Add support for VIA VT8251 southbridge.sos2005-12-141-23/+18
* Unbreak hotplug support on the ICH6 and ICH7 chipsets.sos2005-12-091-3/+4
* Update the ICH7 support so it deals better with chips without AHCI.sos2005-12-021-66/+78
* Fix SiS SATA support, the SATA registers was off.sos2005-11-281-3/+4
* Add support for the ATI IXP[234]00 series chipsets.sos2005-10-121-1/+112
* Properly react to allocation failures.sos2005-10-101-6/+11
OpenPOWER on IntegriCloud