summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a memory leak.ru2004-01-181-1/+3
* Fix botch in last commit.sos2004-01-181-2/+2
* Add missing free's.sos2004-01-181-0/+4
* Add support for the Silicon Image 3114 4 channel SATA controller.sos2004-01-172-10/+18
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-1416-36/+32
* Fix potential cable detection problem on older CMD chips.sos2004-01-141-7/+9
* Fix ata_getparam to accept the fact that some crappy devices can pose assos2004-01-131-10/+12
* Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.sos2004-01-124-9/+9
* #include sema.h is now required.sos2004-01-121-0/+1
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-1115-220/+358
* Use the saved params for LBA-CHS conversion. Fixes PC98 bug.sos2004-01-081-4/+3
* Try to simplify the SiS probe. If SiS stays with the current schema forsos2003-12-251-22/+9
* Fix the register timings for AMD/VIA/nVidia chipsets.sos2003-12-181-3/+3
* Add support for the SiS 661 chipset (using SiS 963 south).sos2003-12-182-0/+2
* Fix compilation on 64bit archs.sos2003-12-161-1/+1
* Print the LBA on failing R/W commands.sos2003-12-151-5/+7
* Finetune last commit, we need to take care of empty channels.sos2003-12-101-3/+7
* Add back the national support, this was removed by accident earlier.sos2003-12-091-0/+4
* More errata fixing for the SiI3112A disaster chip:sos2003-12-081-1/+3
* Fix more problems with the Silicon Image 3112A:sos2003-12-081-1/+17
* Try a little harder to catch when fixate finishes.sos2003-12-071-2/+4
* Fix a potential problem with atapi-cam where an incorrect flag is passedscottl2003-12-051-1/+1
* Fix for the missing slave problem.sos2003-12-031-1/+1
* Fix modesetting on ISA only systems.sos2003-12-031-1/+1
* Fix ata-card.sos2003-11-302-38/+28
* Workaround for errata on early versions of the sii3112.sos2003-11-284-5/+13
* Correct the former patch, I accidently committed the wrong version.sos2003-11-241-2/+2
* Fix panic on certain failed configs.sos2003-11-241-4/+11
* Be less noisy when GEOM probes around during boot if drive containssos2003-11-241-0/+5
* Fix support for the cmd646 chip.sos2003-11-211-2/+27
* Add support for the SiS964 ATA/SATA southbridge.sos2003-11-182-9/+19
* Work around the problem that some CDROM drives might return differentsos2003-11-181-3/+5
* Centralise mode setting. Instead of doing it in all subdrivers, dosos2003-11-117-43/+28
* Update the dump code to flush buffers at the end of the dumpsos2003-11-111-19/+25
* Free the ata_request struct after we are done using it. This should stopscottl2003-11-091-2/+9
* Fix typo in breaking up requests to size limit.sos2003-11-091-1/+1
* Remove the NOGIANT flag again, it was premature.sos2003-11-081-1/+1
* Better attempt at fooling GEOM into working with burnable media.sos2003-11-071-1/+1
* Pull ataraid out from under giant.sos2003-11-051-3/+3
* Move sysctl declarations next to the corresponding tunable declarations.des2003-11-032-7/+6
* Fix burning of CD's that got broken by the GEOM'ification.sos2003-11-021-9/+5
* On ATA control commands return the registers in the request.sos2003-11-021-36/+44
* GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.sos2003-11-012-183/+128
* Fix cable detection on AMD chips.sos2003-11-011-5/+6
* Add support for the VIA 8237 (both PATA and SATA part).sos2003-10-302-80/+104
* Cleanup the interrupt code that deals with the busmaster bits.sos2003-10-281-47/+58
* This should allow us to boot with DMA enabled on unknown PCI ATAsos2003-10-282-25/+48
* Properly unload the DMA SG list on errors.sos2003-10-211-0/+2
* Fix the DMA problem that most severely hit on the DS3112a SATA chipsos2003-10-215-66/+59
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-2/+2
OpenPOWER on IntegriCloud