summaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-1124-24/+24
* MFC:Søren Schmidt2006-10-091-0/+1
* MFC:Søren Schmidt2006-09-305-13/+29
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-09-161-0/+975
* MFC: Sync with -current.Søren Schmidt2006-09-028-180/+363
* MFC rev. 1.163 by sos:Gleb Smirnoff2006-08-101-7/+10
* MFC rev. 1.120: s/PsuedoRAID/PseudoRAID/.Maxim Konovalov2006-05-011-1/+1
* MFC:Søren Schmidt2006-04-047-91/+66
* MFC rev. 1.109: In afd_describe(), don't initialize sizestring.Marcel Moolenaar2006-04-021-1/+1
* MFC:Søren Schmidt2006-03-162-14/+21
* MFCSøren Schmidt2006-03-101-1/+1
* MFC:Søren Schmidt2006-03-108-127/+160
* MFC:Søren Schmidt2006-03-014-63/+79
* MFC:Søren Schmidt2006-02-197-109/+532
* MFC:Søren Schmidt2006-01-303-24/+119
* MFC:Søren Schmidt2006-01-2522-1657/+2794
* MFC:Søren Schmidt2005-10-271-6/+10
* Disable RAID5 for the release.Søren Schmidt2005-10-131-17/+9
* MFC:Søren Schmidt2005-10-134-1/+126
* MFC:Søren Schmidt2005-10-122-19/+24
* MFC revision 1.181Peter Edwards2005-10-091-1/+7
* MFC:Søren Schmidt2005-10-073-11/+19
* MFC:Søren Schmidt2005-09-237-56/+117
* MFC:Søren Schmidt2005-08-257-44/+160
* MFC:Søren Schmidt2005-08-074-10/+19
* Zero donecount on auto request sense.Søren Schmidt2005-06-281-0/+1
* Dont call ata_finish in ad_dump as that is no longer needed and causes panic.Søren Schmidt2005-06-271-10/+11
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-7/+7
* Avoid GCC optimizations from injecting a call to memset(?) in orderMarcel Moolenaar2005-06-111-1/+2
* Enable SATA hotplug support.Søren Schmidt2005-06-101-0/+4
* Fix the long standing problem with poor transferrates on Intel ICHH typeSøren Schmidt2005-06-091-2/+3
* Fix the register offset for the ATAPI count register thats used toSøren Schmidt2005-06-091-2/+2
* Use the presence of ctlr->dmainit instead of r_res1 to find out when toSøren Schmidt2005-06-091-1/+1
* Add support for the Intel 31244.Søren Schmidt2005-06-082-81/+255
* Apply the usual woodoo for 64bitness.Søren Schmidt2005-06-061-2/+2
* Add support for nVidia's software RAID "MediaShield".Søren Schmidt2005-06-062-7/+257
* Make nVidia SATA hotplug support DTRT.Søren Schmidt2005-06-051-26/+27
* Unbreak the ICH6 AHCI support in !48Bit mode.Søren Schmidt2005-06-051-2/+7
* Make certain the the 48bit flag is reset if we dont translate LBA.Søren Schmidt2005-05-171-2/+2
* longer used (contents added to sys/ata.h)Søren Schmidt2005-05-161-130/+0
* Change the way ioctls are issue to ATA.Søren Schmidt2005-05-1611-414/+387
* Cleanup commentsSøren Schmidt2005-05-135-22/+11
* Fix more ATAPI breakage.Søren Schmidt2005-05-131-3/+9
* Add new Intel PCI ID's for the ICH7 chips (untested).Søren Schmidt2005-05-112-2/+13
* Add support for AHCI compliant ATA devices.Søren Schmidt2005-05-112-14/+463
* Add back one line that got deleted in the last commit.Søren Schmidt2005-05-111-2/+4
* Fix ATAPI DMA. We need to set the proper flags for DMA modes.Søren Schmidt2005-05-111-1/+3
* Reshape the dma code to be a bit more flexible so it can cope withSøren Schmidt2005-05-038-327/+287
* Always attach a subdisk even if no valid metadata found.Søren Schmidt2005-05-021-1/+2
* Update on the last commit, the dma* funciton needs to be called withSøren Schmidt2005-05-014-19/+19