| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt. | sos | 2004-01-12 | 4 | -9/+9 |
* | #include sema.h is now required. | sos | 2004-01-12 | 1 | -0/+1 |
* | Overhaul of the timeout/reinit framework. This should clear up most | sos | 2004-01-11 | 15 | -220/+358 |
* | Use the saved params for LBA-CHS conversion. Fixes PC98 bug. | sos | 2004-01-08 | 1 | -4/+3 |
* | Try to simplify the SiS probe. If SiS stays with the current schema for | sos | 2003-12-25 | 1 | -22/+9 |
* | Fix the register timings for AMD/VIA/nVidia chipsets. | sos | 2003-12-18 | 1 | -3/+3 |
* | Add support for the SiS 661 chipset (using SiS 963 south). | sos | 2003-12-18 | 2 | -0/+2 |
* | Fix compilation on 64bit archs. | sos | 2003-12-16 | 1 | -1/+1 |
* | Print the LBA on failing R/W commands. | sos | 2003-12-15 | 1 | -5/+7 |
* | Finetune last commit, we need to take care of empty channels. | sos | 2003-12-10 | 1 | -3/+7 |
* | Add back the national support, this was removed by accident earlier. | sos | 2003-12-09 | 1 | -0/+4 |
* | More errata fixing for the SiI3112A disaster chip: | sos | 2003-12-08 | 1 | -1/+3 |
* | Fix more problems with the Silicon Image 3112A: | sos | 2003-12-08 | 1 | -1/+17 |
* | Try a little harder to catch when fixate finishes. | sos | 2003-12-07 | 1 | -2/+4 |
* | Fix a potential problem with atapi-cam where an incorrect flag is passed | scottl | 2003-12-05 | 1 | -1/+1 |
* | Fix for the missing slave problem. | sos | 2003-12-03 | 1 | -1/+1 |
* | Fix modesetting on ISA only systems. | sos | 2003-12-03 | 1 | -1/+1 |
* | Fix ata-card. | sos | 2003-11-30 | 2 | -38/+28 |
* | Workaround for errata on early versions of the sii3112. | sos | 2003-11-28 | 4 | -5/+13 |
* | Correct the former patch, I accidently committed the wrong version. | sos | 2003-11-24 | 1 | -2/+2 |
* | Fix panic on certain failed configs. | sos | 2003-11-24 | 1 | -4/+11 |
* | Be less noisy when GEOM probes around during boot if drive contains | sos | 2003-11-24 | 1 | -0/+5 |
* | Fix support for the cmd646 chip. | sos | 2003-11-21 | 1 | -2/+27 |
* | Add support for the SiS964 ATA/SATA southbridge. | sos | 2003-11-18 | 2 | -9/+19 |
* | Work around the problem that some CDROM drives might return different | sos | 2003-11-18 | 1 | -3/+5 |
* | Centralise mode setting. Instead of doing it in all subdrivers, do | sos | 2003-11-11 | 7 | -43/+28 |
* | Update the dump code to flush buffers at the end of the dump | sos | 2003-11-11 | 1 | -19/+25 |
* | Free the ata_request struct after we are done using it. This should stop | scottl | 2003-11-09 | 1 | -2/+9 |
* | Fix typo in breaking up requests to size limit. | sos | 2003-11-09 | 1 | -1/+1 |
* | Remove the NOGIANT flag again, it was premature. | sos | 2003-11-08 | 1 | -1/+1 |
* | Better attempt at fooling GEOM into working with burnable media. | sos | 2003-11-07 | 1 | -1/+1 |
* | Pull ataraid out from under giant. | sos | 2003-11-05 | 1 | -3/+3 |
* | Move sysctl declarations next to the corresponding tunable declarations. | des | 2003-11-03 | 2 | -7/+6 |
* | Fix burning of CD's that got broken by the GEOM'ification. | sos | 2003-11-02 | 1 | -9/+5 |
* | On ATA control commands return the registers in the request. | sos | 2003-11-02 | 1 | -36/+44 |
* | GEOM'ify atapi-cd. Original patch by phk, subtle changes by me. | sos | 2003-11-01 | 2 | -183/+128 |
* | Fix cable detection on AMD chips. | sos | 2003-11-01 | 1 | -5/+6 |
* | Add support for the VIA 8237 (both PATA and SATA part). | sos | 2003-10-30 | 2 | -80/+104 |
* | Cleanup the interrupt code that deals with the busmaster bits. | sos | 2003-10-28 | 1 | -47/+58 |
* | This should allow us to boot with DMA enabled on unknown PCI ATA | sos | 2003-10-28 | 2 | -25/+48 |
* | Properly unload the DMA SG list on errors. | sos | 2003-10-21 | 1 | -0/+2 |
* | Fix the DMA problem that most severely hit on the DS3112a SATA chip | sos | 2003-10-21 | 5 | -66/+59 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -2/+2 |
* | Up the alignment requirement of the SC1100 to 16 bytes, it has all the bugs a... | sos | 2003-10-21 | 1 | -2/+4 |
* | If just gcc could make up its mind... | sos | 2003-10-20 | 1 | -1/+1 |
* | Only return valid DMA error bits. | sos | 2003-10-20 | 1 | -1/+1 |
* | Up delay from 10 to 100ms after reset, this helps some slow devices | sos | 2003-10-20 | 1 | -1/+2 |
* | Only announce ECC errors when its only that. | sos | 2003-10-20 | 1 | -2/+2 |
* | No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset. | phk | 2003-10-18 | 1 | -1/+0 |
* | Reintroduce the "recovered from lost interrupt" code, but in a new | sos | 2003-10-14 | 1 | -6/+7 |