summaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.1_cvscvs2svn2004-02-2323-23/+23
* MFC many more fixes for the ata driver.Scott Long2004-02-1110-75/+93
* Remove local changes to ata that accidentally crept in.Scott Long2004-01-273-42/+9
* Don peril-senstive goggles and update the ata driver to HEAD.Scott Long2004-01-2717-316/+491
* MFC: Sync ata driver with head.John Baldwin2003-12-185-12/+40
* MFC: Handle empty channels in earlier fix for missing slaves.John Baldwin2003-12-181-3/+7
* Fix a potential problem with atapi-cam where an incorrect flag is passedScott Long2003-12-051-1/+1
* Fix for the missing slave problem.Søren Schmidt2003-12-031-1/+1
* Fix modesetting on ISA only systems.Søren Schmidt2003-12-031-1/+1
* Fix ata-card.Søren Schmidt2003-11-302-38/+28
* Workaround for errata on early versions of the sii3112.Søren Schmidt2003-11-284-5/+13
* Correct the former patch, I accidently committed the wrong version.Søren Schmidt2003-11-241-2/+2
* Fix panic on certain failed configs.Søren Schmidt2003-11-241-4/+11
* Be less noisy when GEOM probes around during boot if drive containsSøren Schmidt2003-11-241-0/+5
* Fix support for the cmd646 chip.Søren Schmidt2003-11-211-2/+27
* Add support for the SiS964 ATA/SATA southbridge.Søren Schmidt2003-11-182-9/+19
* Work around the problem that some CDROM drives might return differentSøren Schmidt2003-11-181-3/+5
* Centralise mode setting. Instead of doing it in all subdrivers, doSøren Schmidt2003-11-117-43/+28
* Update the dump code to flush buffers at the end of the dumpSøren Schmidt2003-11-111-19/+25
* Free the ata_request struct after we are done using it. This should stopScott Long2003-11-091-2/+9
* Fix typo in breaking up requests to size limit.Søren Schmidt2003-11-091-1/+1
* Remove the NOGIANT flag again, it was premature.Søren Schmidt2003-11-081-1/+1
* Better attempt at fooling GEOM into working with burnable media.Søren Schmidt2003-11-071-1/+1
* Pull ataraid out from under giant.Søren Schmidt2003-11-051-3/+3
* Move sysctl declarations next to the corresponding tunable declarations.Dag-Erling Smørgrav2003-11-032-7/+6
* Fix burning of CD's that got broken by the GEOM'ification.Søren Schmidt2003-11-021-9/+5
* On ATA control commands return the registers in the request.Søren Schmidt2003-11-021-32/+40
* GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.Søren Schmidt2003-11-012-182/+127
* Fix cable detection on AMD chips.Søren Schmidt2003-11-011-5/+6
* Add support for the VIA 8237 (both PATA and SATA part).Søren Schmidt2003-10-302-80/+104
* Cleanup the interrupt code that deals with the busmaster bits.Søren Schmidt2003-10-281-47/+58
* This should allow us to boot with DMA enabled on unknown PCI ATASøren Schmidt2003-10-282-25/+48
* Properly unload the DMA SG list on errors.Søren Schmidt2003-10-211-0/+2
* Fix the DMA problem that most severely hit on the DS3112a SATA chipSøren Schmidt2003-10-215-66/+59
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-2/+2
* Up the alignment requirement of the SC1100 to 16 bytes, it has all the bugs a...Søren Schmidt2003-10-211-2/+4
* If just gcc could make up its mind...Søren Schmidt2003-10-201-1/+1
* Only return valid DMA error bits.Søren Schmidt2003-10-201-1/+1
* Up delay from 10 to 100ms after reset, this helps some slow devicesSøren Schmidt2003-10-201-1/+2
* Only announce ECC errors when its only that.Søren Schmidt2003-10-201-2/+2
* No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset.Poul-Henning Kamp2003-10-181-1/+0
* Reintroduce the "recovered from lost interrupt" code, but in a newSøren Schmidt2003-10-141-6/+7
* Redo the code that handles eject/close.Søren Schmidt2003-10-121-22/+21
* Avoid potential race on ATA_R_DONE.Søren Schmidt2003-10-121-2/+3
* Put devices into sleep mode (ie spin down) on detach.Søren Schmidt2003-10-121-0/+2
* Up timeout to 10s (from 5) in r/w commands.Søren Schmidt2003-10-121-1/+1
* Use isprint instead of isalpha in determining valid ident string.Søren Schmidt2003-10-121-1/+1
* Restore transfermode on devices after reinit.Søren Schmidt2003-10-101-0/+7
* Dont store ata_params for devices that return a bogus ident string.Søren Schmidt2003-10-101-0/+3
* Fix the bug that prevented DMA from working on old Acer chips.Søren Schmidt2003-10-091-2/+3