summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Fix issue where ata_atapicmd() can never really return EBUSY which isobrien2009-01-121-1/+2
* Make "kldunload atapicam" return EBUSY instead of deadlocking when a devicetrasz2009-01-081-0/+4
* Before modularization commit, atapci driver was attaching only to devices ofmav2008-12-182-2/+6
* Improve error handling at ata_ahci_chipinit().mav2008-12-171-3/+8
* Call ata_legacy() only once on attach and save it's result. Scanning PCImav2008-12-162-11/+20
* Restore AHCI suspend/resume support,mav2008-12-011-2/+2
* Don't let ata_completed() dereference a null request->dma pointer topeter2008-11-271-1/+1
* Add support for Marvell PATA M88SX6121.rpaulo2008-11-252-0/+2
* Only call dma.unload() if initialized.sos2008-10-271-1/+2
* Restore the default maximum segment size for the bus dma tag to 64k as itjhb2008-10-211-1/+1
* - For chipsets that can't do 64k transfers, fall back to 32k transfersjhb2008-10-174-5/+5
* This is the roumored ATA modulerisation works, and it needs a little explanat...sos2008-10-0930-6823/+8254
* Add ICH10 PCI id's.sos2008-10-022-53/+69
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Add support for the ITE 8213 controller.sos2008-09-262-51/+139
* Cleanup the AHCI code a bit.sos2008-09-183-56/+121
* Add one more SII3132 chip PCI ID found on Adaptec Serial ATA II RAID 1220SA.mav2008-09-042-0/+2
* Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1.philip2008-08-153-1/+13
* Detect ATA controllers in the Macbook3.remko2008-07-102-3/+5
* 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-092-0/+2
* Add support for the ICH9 in non AHCI mode (RAID mode).remko2008-07-092-0/+2
* Wait up to 1S for the TFD data to signal un-busy before fetching the signature.sos2008-06-111-3/+3
* Rearrange how to call dma.alloc() so that we have resources alloc'd when need...sos2008-06-112-6/+5
* Dont call ata_start() when ata_reinit fails in the ioctl path.sos2008-05-261-1/+0
* Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells.grehan2008-05-085-5/+10
* Add HW level support for the Adaptec 1420SA controller.sos2008-04-213-7/+37
* Unload DMA slot on device timeouts.sos2008-04-211-0/+1
* Do not enable FIS based PM switching, even if not used some controllers barf.sos2008-04-211-2/+2
* devclass_get_maxunit() returns n+1 with n starting at 0.bz2008-04-201-4/+5
* Fix the breakage that caused AHCI devices to vanish. Editor droppings :(sos2008-04-182-26/+3
* Alloc two DMA slots pr default, silly me forgot that slaves still exists.sos2008-04-171-1/+1
* Go back to preallocating everything possible on init.sos2008-04-1713-188/+243
* Fix problem with slave devices.sos2008-04-144-16/+16
* Fix identify of slave devices.sos2008-04-132-9/+8
* Dont call hw.status recursively.sos2008-04-123-8/+7
* Fix badly placed '{'sos2008-04-111-2/+5
* Fix the brokenness in the former commit, sorry for the mess.sos2008-04-1110-83/+91
* Fix clearing of nVidia interrupts.sos2008-04-101-3/+11
* Add experimental support for SATA Port Multiplierssos2008-04-1023-645/+1291
* Unbreak the last commit.sos2008-03-201-8/+9
* Fix Problem with Intel Matrix RAID.sos2008-03-201-11/+19
* Add a "spindown" facility to ata-disks: If no requests have been receivedphk2008-03-174-2/+59
* Add proper support for the SATA/AHCI part of IXP[67]00sos2008-03-072-12/+28
* If the disk reports that it support the Compact Flash Association commandphk2008-01-021-0/+9
* Follow the current fashion of gratuitously stomping into otherphk2008-01-021-36/+14
* Implement a workaround of the datacorruption problem on serverworks HT1000 ch...sos2007-12-134-93/+233
* 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-232-38/+81
OpenPOWER on IntegriCloud