summaryrefslogtreecommitdiffstats
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...sos2008-10-091-6548/+0
* Add ICH10 PCI id's.sos2008-10-021-53/+61
* Add support for the ITE 8213 controller.sos2008-09-261-51/+138
* Cleanup the AHCI code a bit.sos2008-09-181-54/+90
* Add one more SII3132 chip PCI ID found on Adaptec Serial ATA II RAID 1220SA.mav2008-09-041-0/+1
* Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1.philip2008-08-151-0/+6
* Detect ATA controllers in the Macbook3.remko2008-07-101-1/+2
* Driver failed to allocate MMIO resources. Attached patch adds a fallback path.remko2008-07-091-4/+9
* Add new device id for ICH8M, which supports greater than UDMA33 moderemko2008-07-091-0/+1
* Add support for the ICH9 in non AHCI mode (RAID mode).remko2008-07-091-0/+1
* Wait up to 1S for the TFD data to signal un-busy before fetching the signature.sos2008-06-111-3/+3
* Add HW level support for the Adaptec 1420SA controller.sos2008-04-211-0/+21
* Do not enable FIS based PM switching, even if not used some controllers barf.sos2008-04-211-2/+2
* Go back to preallocating everything possible on init.sos2008-04-171-26/+30
* Fix problem with slave devices.sos2008-04-141-3/+4
* Dont call hw.status recursively.sos2008-04-121-7/+5
* Fix clearing of nVidia interrupts.sos2008-04-101-3/+11
* Add experimental support for SATA Port Multiplierssos2008-04-101-266/+797
* Add proper support for the SATA/AHCI part of IXP[67]00sos2008-03-071-12/+22
* Implement a workaround of the datacorruption problem on serverworks HT1000 ch...sos2007-12-131-25/+141
* Fix speed report on Intel SATA chips in compat mode.sos2007-12-071-3/+52
* Use device_set_desc_copy in the generic ident as its used on a temp buffer.sos2007-11-261-1/+1
* Add preliminary SATA ATAPI support for sii 3132/3124 chips.sos2007-11-231-38/+79
* Fix KASSERT messages.kevlo2007-11-201-4/+4
* Try to workaound silicon bugs in Promise gen2 (ie TX4) chipssos2007-11-191-1/+45
* Fix the problem with certain ATAPI commands on AHCI devices.sos2007-11-191-4/+36
* Add generic support for chipsets that say they support AHCI. This should cat...sos2007-11-181-124/+108
* Fix the signature matching code on AHCI controllers.sos2007-10-261-29/+60
* Add PCI ID for ICH9 AHCI w/ two adapters.delphij2007-10-091-0/+1
* Add support for the VIA 8237Ssos2007-10-041-0/+2
* Recognize the CS5536 support chip for the AMD Geode LX CPU to enablephk2007-10-041-0/+1
* Add PCI IDs for Intel ICH9.simon2007-09-101-0/+4
* Add support for the nVidia MCP61 series chipset.sos2007-06-251-0/+4
* Do not attempt to enable AHCI mode on ALi SATA controllers otherbms2007-06-131-1/+4
* Hopefully unbreak the 64bit DMA support this time.sos2007-04-081-4/+3
* Add 64bit addressing support to SiI 3132/3124sos2007-04-061-0/+2
* Remove debug gunk.sos2007-04-061-1/+0
* Add support for 64bit addressing to AHCI and Marvell controllers.sos2007-04-061-10/+19
* Fix writes on siiprb type chips.sos2007-03-121-2/+6
* Fix support for the VIA8237A SATA part.sos2007-03-121-1/+1
* Add support for the Silicon Image SiI 3124 and SiI 3132.sos2007-03-091-17/+350
* More SATA phy/reset cleanup and simplification.sos2007-03-091-194/+78
* Refine ahci_status to be more simple.sos2007-03-081-43/+29
* Cleanup the channel/phy reset code.sos2007-03-081-129/+143
* Add support for the 3 (PATA) channel on the VIA 6421 chip.sos2007-03-011-41/+60
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-3/+3
* 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
OpenPOWER on IntegriCloud