| Age | Commit message (Expand) | Author |
| 2001-12-03 | Allow wd to attach to something else than wdc/pciide (like USB<->ATA bridges): | bouyer |
| 2001-12-01 | For ATAPI tape drives, poll for DSC (using a callout), to get the real | bouyer |
| 2001-06-13 | Add explicit support for IDE and SCSI adaptors which don't support interrupts. | bjh21 |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-01-22 | Force certain commands (i.e. DVD authentication) to PIO mode. They are | mycroft |
| 2001-01-06 | Add WDC_CAPABILITY_SINGLE_DRIVE to ignore secound drive. Wdc on pcmcia will | takemura |
| 2000-11-08 | Move guts of pciide_print_modes() to wdc_print_modes() so that non-pciide | wrstuden |
| 2000-06-12 | Add a callback (*irqack), for controllers that need special action to ack | bouyer |
| 2000-04-01 | - DMA code cleanup: pciide_dma_finish() doesn't stop/unload the current DMA op | bouyer |
| 2000-03-23 | Fix a typo in comment in previous commit. | enami |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-20 | - Test the generic device active flag instead of home grown one. | enami |
| 1999-10-20 | Cancel active transfers on aic/wdc detach. | enami |
| 1999-09-23 | Allow to detach wdc, atapibus, wd and cd. | enami |
| 1999-08-09 | Garbage-collect C_INUSE and C_NEEDDONE. | bouyer |
| 1999-04-11 | Fix probe code for IDE devices: | bouyer |
| 1999-04-01 | - change the interrupt routines to take a 3rd arguments, set to 1 if we | bouyer |
| 1999-02-08 | There's no ATA draft where it is required for the drive to set DRDY | DSC when | bouyer |
| 1998-12-16 | Add a callback to re-compute the modes used on a channel. | bouyer |
| 1998-12-03 | Rename pio_mode, etc ... to PIO_cap, etc ... for consistency with the | bouyer |
| 1998-12-03 | add a udma_mode field to wdc_softc, and use it the same way dma_mode is used | bouyer |
| 1998-12-02 | In struct wdc_xfer, change 'channel' to a pointer to a channel_softc, to avoid | bouyer |
| 1998-11-21 | in wdc_softc: access the per-channel data via a pointer array instead of | drochner |
| 1998-11-20 | Implement reference counting for ATA adapters. | thorpej |
| 1998-11-19 | Adapt to the new scsipi_adapter interface. | thorpej |
| 1998-11-17 | New IDE xfer flag: C_SENSE, set by the ATAPI back-end sense info needs to | bouyer |
| 1998-10-12 | Merge bouyer-ide | bouyer |
| 1998-09-22 | Add data32iot and data32ioh members to the wdc_attachment_data structure. | mark |
| 1998-09-10 | Add support for passing device quirks from the attachment routine, | kenh |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-04-07 | Add hooks to make exclusive hardware locking possible. This is necessary | leo |
| 1998-01-14 | Various cleanups and bug fixes to the wdc/wd code: | cgd |