| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set the interrupt-harvesting bit for those hardware items that I | Mark Murray | 2001-02-18 | 1 | -1/+1 |
| * | Oops, its no longer NISA its DEV_ISA, sigh.... | Søren Schmidt | 2001-02-12 | 1 | -1/+1 |
| * | Dont rely on isa includes to get at the std port adresses. | Søren Schmidt | 2001-02-12 | 2 | -2/+6 |
| * | Print out sensekey specifik values if set on error | Søren Schmidt | 2001-02-12 | 1 | -3/+8 |
| * | Properly report the VIA '586 type. | Søren Schmidt | 2001-02-12 | 1 | -1/+3 |
| * | Fix a memory leak. | Søren Schmidt | 2001-02-08 | 1 | -5/+4 |
| * | Introduce busspace instead of the good old in/out instructions. | Søren Schmidt | 2001-02-06 | 9 | -253/+312 |
| * | Damn! that was the wrong patch! get it right this time.... | Søren Schmidt | 2001-02-06 | 1 | -1/+1 |
| * | Fix the clone functionality in atapi-cd, it didn't work for | Søren Schmidt | 2001-02-06 | 3 | -6/+17 |
| * | Add option ATA_ENABLE_WC for enabling write caching (now off by default). | Søren Schmidt | 2001-01-29 | 1 | -1/+6 |
| * | Convert ata and atapi #if NATA* > 0 to options instead. Stop config | Peter Wemm | 2001-01-29 | 2 | -32/+24 |
| * | Send "#if NISA > 0" to the bit-bucket and replace it with an option. | Peter Wemm | 2001-01-29 | 1 | -2/+2 |
| * | Correct botchup in last commit that made older VIA chips fail... | Søren Schmidt | 2001-01-21 | 1 | -2/+2 |
| * | Zap #include "apm.h" - it was not used. | Peter Wemm | 2001-01-19 | 1 | -1/+0 |
| * | When blocksize is set to 2352, alwas read 2352 bytes. | Søren Schmidt | 2001-01-18 | 1 | -2/+10 |
| * | Add first cut support for the ATA100 capable VIA82c686b. | Søren Schmidt | 2001-01-17 | 2 | -3/+46 |
| * | Use prober atomic operations when test&set'ing ->active. | Søren Schmidt | 2001-01-14 | 1 | -6/+4 |
| * | Add session argument to *close_disk, allowing to set session type on fixate. | Søren Schmidt | 2001-01-10 | 15 | -61/+54 |
| * | Back out the "close tray on open" feature, its not clear what | Søren Schmidt | 2001-01-08 | 1 | -2/+0 |
| * | Try better this time at a patch that properly backspeeds on the Acer chips. | Søren Schmidt | 2001-01-07 | 1 | -2/+2 |
| * | On open try to close the drivetray and wait for drive ready. | Søren Schmidt | 2001-01-07 | 1 | -0/+2 |
| * | Oops the test in the Acer code should be >= not >. | Søren Schmidt | 2001-01-05 | 1 | -1/+1 |
| * | Add support for using BurnProff(tm) on drives that support it. | Søren Schmidt | 2001-01-04 | 2 | -2/+6 |
| * | Proberly calculate the RAID structure on the Promise Fasttrak. | Søren Schmidt | 2001-01-04 | 1 | -1/+2 |
| * | Use M_ZERO flag on malloc when approbiate. | Søren Schmidt | 2000-12-26 | 7 | -25/+16 |
| * | Update the burncd interface a bit, dont block the ATA channel on | Søren Schmidt | 2000-12-26 | 3 | -48/+70 |
| * | Use diskerr for printing disk hard/soft errors. | Søren Schmidt | 2000-12-26 | 1 | -5/+7 |
| * | Proberly back down DMA modes on the Acer Aladdin. | Søren Schmidt | 2000-12-19 | 2 | -5/+13 |
| * | Staticize some malloc M_ instances. | Poul-Henning Kamp | 2000-12-08 | 7 | -7/+7 |
| * | Fix a braino .. | Søren Schmidt | 2000-11-18 | 1 | -1/+1 |
| * | Put the probe verboseness behind bootverbose | Søren Schmidt | 2000-11-16 | 1 | -11/+15 |
| * | Only offset raid disks > 1 on the HPT, this should solve the | Søren Schmidt | 2000-11-12 | 1 | -1/+2 |
| * | Better handling of immediate commands, mainly to solve timeouts | Søren Schmidt | 2000-11-12 | 4 | -12/+37 |
| * | Hopefully fix the probing problems that caused lost slaves etc.. | Søren Schmidt | 2000-11-12 | 1 | -53/+67 |
| * | Rearrange the timeouts in the reset code a bit, some ATAPI devices | Søren Schmidt | 2000-11-08 | 1 | -2/+2 |
| * | Hopefully solve the lost slave problem. | Søren Schmidt | 2000-11-08 | 1 | -6/+17 |
| * | Fix breakage on some ATA chips that dont have busmastering set. | Søren Schmidt | 2000-11-03 | 1 | -45/+30 |
| * | Update the config gathering code for both Promise & HPT | Søren Schmidt | 2000-11-01 | 2 | -158/+117 |
| * | Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoid | Søren Schmidt | 2000-10-30 | 1 | -3/+15 |
| * | Update the Promise RAID code, there are differences between BIOS | Søren Schmidt | 2000-10-30 | 1 | -6/+6 |
| * | Fix the PCCARD ATA breakage.. | Søren Schmidt | 2000-10-30 | 2 | -4/+10 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Fix the problem with DMA mode not working on Aladdin chips. | Søren Schmidt | 2000-10-24 | 1 | -2/+1 |
| * | Clean up the raid code a bit, also allow disks on HPT controllers to | Søren Schmidt | 2000-10-22 | 2 | -65/+97 |
| * | Fix warning in the ISA only case. | Søren Schmidt | 2000-10-22 | 1 | -0/+1 |
| * | Get the prober error code instead of relying on scp->error to contain | Søren Schmidt | 2000-10-22 | 1 | -0/+1 |
| * | Up the reset pulse to 100ms in ata_reset, some drives especially | Søren Schmidt | 2000-10-22 | 1 | -7/+1 |
| * | Quiet a silly warning. | John Baldwin | 2000-10-19 | 1 | -1/+1 |
| * | Minor changes to the ATA RAID support code, remove some verbosity | Søren Schmidt | 2000-10-18 | 4 | -44/+15 |
| * | Implement write combining for crashdumps. This is useful when | Paul Saab | 2000-10-17 | 1 | -8/+20 |