aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-chipset.c
Commit message (Expand)AuthorAgeFilesLines
* This is the roumored ATA modulerisation works, and it needs a little explanat...Søren Schmidt2008-10-091-6548/+0
* Add ICH10 PCI id's.Søren Schmidt2008-10-021-53/+61
* Add support for the ITE 8213 controller.Søren Schmidt2008-09-261-51/+138
* Cleanup the AHCI code a bit.Søren Schmidt2008-09-181-54/+90
* Add one more SII3132 chip PCI ID found on Adaptec Serial ATA II RAID 1220SA.Alexander Motin2008-09-041-0/+1
* Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1.Philip Paeps2008-08-151-0/+6
* Detect ATA controllers in the Macbook3.Remko Lodder2008-07-101-1/+2
* Driver failed to allocate MMIO resources. Attached patch adds a fallback path.Remko Lodder2008-07-091-4/+9
* Add new device id for ICH8M, which supports greater than UDMA33 modeRemko Lodder2008-07-091-0/+1
* Add support for the ICH9 in non AHCI mode (RAID mode).Remko Lodder2008-07-091-0/+1
* Wait up to 1S for the TFD data to signal un-busy before fetching the signature.Søren Schmidt2008-06-111-3/+3
* Add HW level support for the Adaptec 1420SA controller.Søren Schmidt2008-04-211-0/+21
* Do not enable FIS based PM switching, even if not used some controllers barf.Søren Schmidt2008-04-211-2/+2
* Go back to preallocating everything possible on init.Søren Schmidt2008-04-171-26/+30
* Fix problem with slave devices.Søren Schmidt2008-04-141-3/+4
* Dont call hw.status recursively.Søren Schmidt2008-04-121-7/+5
* Fix clearing of nVidia interrupts.Søren Schmidt2008-04-101-3/+11
* Add experimental support for SATA Port MultipliersSøren Schmidt2008-04-101-266/+797
* Add proper support for the SATA/AHCI part of IXP[67]00Søren Schmidt2008-03-071-12/+22
* Implement a workaround of the datacorruption problem on serverworks HT1000 ch...Søren Schmidt2007-12-131-25/+141
* Fix speed report on Intel SATA chips in compat mode.Søren Schmidt2007-12-071-3/+52
* Use device_set_desc_copy in the generic ident as its used on a temp buffer.Søren Schmidt2007-11-261-1/+1
* Add preliminary SATA ATAPI support for sii 3132/3124 chips.Søren Schmidt2007-11-231-38/+79
* Fix KASSERT messages.Kevin Lo2007-11-201-4/+4
* Try to workaound silicon bugs in Promise gen2 (ie TX4) chipsSøren Schmidt2007-11-191-1/+45
* Fix the problem with certain ATAPI commands on AHCI devices.Søren Schmidt2007-11-191-4/+36
* Add generic support for chipsets that say they support AHCI. This should cat...Søren Schmidt2007-11-181-124/+108
* Fix the signature matching code on AHCI controllers.Søren Schmidt2007-10-261-29/+60
* Add PCI ID for ICH9 AHCI w/ two adapters.Xin LI2007-10-091-0/+1
* Add support for the VIA 8237SSøren Schmidt2007-10-041-0/+2
* Recognize the CS5536 support chip for the AMD Geode LX CPU to enablePoul-Henning Kamp2007-10-041-0/+1
* Add PCI IDs for Intel ICH9.Simon L. B. Nielsen2007-09-101-0/+4
* Add support for the nVidia MCP61 series chipset.Søren Schmidt2007-06-251-0/+4
* Do not attempt to enable AHCI mode on ALi SATA controllers otherBruce M Simpson2007-06-131-1/+4
* Hopefully unbreak the 64bit DMA support this time.Søren Schmidt2007-04-081-4/+3
* Add 64bit addressing support to SiI 3132/3124Søren Schmidt2007-04-061-0/+2
* Remove debug gunk.Søren Schmidt2007-04-061-1/+0
* Add support for 64bit addressing to AHCI and Marvell controllers.Søren Schmidt2007-04-061-10/+19
* Fix writes on siiprb type chips.Søren Schmidt2007-03-121-2/+6
* Fix support for the VIA8237A SATA part.Søren Schmidt2007-03-121-1/+1
* Add support for the Silicon Image SiI 3124 and SiI 3132.Søren Schmidt2007-03-091-17/+350
* More SATA phy/reset cleanup and simplification.Søren Schmidt2007-03-091-193/+77
* Refine ahci_status to be more simple.Søren Schmidt2007-03-081-43/+29
* Cleanup the channel/phy reset code.Søren Schmidt2007-03-081-129/+143
* Add support for the 3 (PATA) channel on the VIA 6421 chip.Søren Schmidt2007-03-011-41/+60
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-3/+3
* Try again with supporting AHCI chipsets with partly implemented ports.Søren Schmidt2007-02-211-3/+11
* Temporarily disable the support for some incarnations of the ICH8 chip that hasSøren Schmidt2007-02-211-17/+7
* Support AHCI chips where the ports are not consecutively numbered as inSøren Schmidt2007-02-151-76/+103
* Rearrange the SATA connect logic so that we so that we pickup ATAPI devices.Søren Schmidt2007-02-121-12/+4