| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 3 | -3/+0 |
| * | Do not allocate a callout for all crashdumps, not just when you panic. | Paul Saab | 2000-10-13 | 1 | -1/+1 |
| * | Add support for ATA "pseudo" RAID controllers as the Promise Fasttrak | Søren Schmidt | 2000-10-13 | 4 | -14/+768 |
| * | Fix ISA only systems. | Søren Schmidt | 2000-10-13 | 2 | -6/+16 |
| * | Get rid of the ivars entirely. | Søren Schmidt | 2000-10-13 | 3 | -46/+60 |
| * | Only allow UDMA2 mode on SiS rev > 0xc1 | Søren Schmidt | 2000-10-13 | 1 | -8/+7 |
| * | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | John Baldwin | 2000-10-05 | 1 | -2/+2 |
| * | Cleanup the chipset specific interrupt code a bit. | Søren Schmidt | 2000-10-05 | 1 | -6/+2 |
| * | Fix the MASTERDEV breakage the caused the PIIX controllers to get | Søren Schmidt | 2000-10-04 | 1 | -1/+2 |
| * | Add support for ServerWorks ROSB4 ATA33 chipset. | Søren Schmidt | 2000-10-03 | 3 | -49/+158 |
| * | Make the alpha hacks dependant on __alpha__ instead of !__i386__. | Doug Rabson | 2000-09-29 | 1 | -12/+12 |
| * | Fix the breakage that snatched the ioports from the fdc device. | Søren Schmidt | 2000-09-24 | 5 | -34/+65 |
| * | Remove unneeded includes | Søren Schmidt | 2000-09-20 | 6 | -11/+3 |
| * | Add support for tagged queuing on ATA drives. There is only support for | Søren Schmidt | 2000-09-19 | 13 | -572/+992 |
| * | Only read to the end of the select track. | Søren Schmidt | 2000-09-18 | 1 | -6/+9 |
| * | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | John Baldwin | 2000-09-13 | 1 | -6/+0 |
| * | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 1 | -0/+2 |
| * | * Completely rewrite the alpha busspace to hide the implementation from | Doug Rabson | 2000-08-28 | 4 | -1/+4 |
| * | Rearrange the probe a bit, hopefully this will help to eleminate | Søren Schmidt | 2000-08-16 | 4 | -145/+145 |
| * | Fix off by one error in track# calculation. | Søren Schmidt | 2000-08-13 | 1 | -4/+4 |
| * | Backout the tsleep on probe, it breaks in resume mode as tsleep | Søren Schmidt | 2000-08-11 | 1 | -4/+1 |
| * | Add support for accessing individual tracks on a CD. | Søren Schmidt | 2000-08-11 | 1 | -5/+31 |
| * | Fix the ICH2 ATA100 support, and proberly downgrade the chip setup when | Søren Schmidt | 2000-08-10 | 1 | -13/+10 |
| * | Fix braino in the tsleep call, ata_delayed_attach might be a NULL | Søren Schmidt | 2000-08-08 | 1 | -1/+1 |
| * | Add experimental code for ATA100 support on: | Søren Schmidt | 2000-08-06 | 3 | -64/+199 |
| * | Use tsleep instead od DELAY in probe when not in boot. | Søren Schmidt | 2000-08-06 | 1 | -1/+4 |
| * | Remove sequence checking in the burner support. | Søren Schmidt | 2000-08-06 | 2 | -49/+4 |
| * | Be a bit more restrictive in using multisector transfers. | Søren Schmidt | 2000-08-06 | 1 | -4/+6 |
| * | Spell the word 'limited' with only one 't'. | Steve Price | 2000-07-30 | 1 | -1/+1 |