| Age | Commit message (Expand) | Author |
| 2001-12-03 | Update my copyrigth. | bouyer |
| 2001-12-02 | Clean up attach of wd/atapibus: | bouyer |
| 2001-12-01 | For ATAPI tape drives, poll for DSC (using a callout), to get the real | bouyer |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-06-27 | Some ATAPI CD occasionally reports "ATA illegal indication length" for | bouyer |
| 2001-06-13 | Add explicit support for IDE and SCSI adaptors which don't support interrupts. | bjh21 |
| 2001-05-15 | delint: can't have an empty case item at the end of a switch; need a ; at least | lukem |
| 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 |
| 2000-08-03 | If the SET_FEATURE for piomode is rejected, fallback to mode 0 instead of | bouyer |
| 2000-06-28 | remove include of <vm/vm.h> | mrg |
| 2000-06-12 | Add a callback (*irqack), for controllers that need special action to ack | bouyer |
| 2000-05-15 | Sync copyrigth notice | bouyer |
| 2000-04-02 | Let the device thet gets an atapibus attached specify how to kill pending | augustss |
| 2000-04-01 | - DMA code cleanup: pciide_dma_finish() doesn't stop/unload the current DMA op | bouyer |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-20 | Cancel requested command if controller isn't active. | enami |
| 2000-01-17 | Improve the downgrade logic: | bouyer |
| 1999-11-04 | Pass xfer->c_bcount instead of sc_xfer->datalen to the device, so that | bouyer |
| 1999-10-20 | Cancel active transfers on aic/wdc detach. | enami |
| 1999-09-30 | Cleanup the scsipi_xfer flags: | thorpej |
| 1999-09-23 | Allow to detach wdc, atapibus, wd and cd. | enami |
| 1999-08-09 | Add a missing 'return' in previous commit. | bouyer |
| 1999-08-06 | - Add some debug printf (WDCPROBE) in _wdcreset_wait(), I've needed these | bouyer |
| 1999-05-05 | Add patch from Manuel Bouyer -- his mail message said: | perry |
| 1999-04-15 | If setting to pio mode < 3 fails, try to set pio mode 3 before returning | bouyer |
| 1999-04-08 | Fix a long-standing bug with the ACAP_* flags: | bouyer |
| 1999-04-01 | - change the interrupt routines to take a 3rd arguments, set to 1 if we | bouyer |
| 1999-03-25 | Avoid busy-waiting when possible if we are not polling (real IRQ or timeout | bouyer |
| 1999-02-21 | Only define WDCDEBUG if not already define (e.g. by kernel option) | hubertf |
| 1999-02-15 | If the REQUEST_SENSE command fails, issue a reset instead of XS_DRIVER_STUFFUP. | bouyer |
| 1999-02-02 | For IDE/ATAPI protocols botches, reset the bus and return XS_RESET | bouyer |
| 1999-01-29 | Cosmetic changes, from Soren S. Jorvan. | bouyer |
| 1999-01-09 | Make this compile again after the void * arith changes. | thorpej |
| 1999-01-08 | Avoid arithmetic on `void *' since that's not ANSI C. | augustss |
| 1998-12-17 | Add a new quirk flags, "ADEV_NOSENSE", for devices that don't | bouyer |
| 1998-12-16 | Keep track of DMA errors, and downgrade the transert mode (UDMA ->DMA, | bouyer |
| 1998-11-21 | in wdc_softc: access the per-channel data via a pointer array instead of | drochner |
| 1998-11-19 | Adapt to the new scsipi_adapter interface. | thorpej |
| 1998-11-17 | In atapi_wdc.c, issue a 'REQUEST SENSE' command when appropriate. | bouyer |
| 1998-10-19 | Move the "warning: bcount value is %d after io" message in a WDCDEBUG_PRINT. | bouyer |
| 1998-10-13 | Add a new drive flag, DRIVE_MODE, set when the drive properly reported its | bouyer |
| 1998-10-13 | In debug message, always print controller:channel:drive | bouyer |
| 1998-10-13 | Properly separate DEBUF_XFERS and DEBUG_FUNCS: DEBUF_XFERS is for data | bouyer |
| 1998-10-13 | pciide.c: don't define WDCDEBUG, so it compiles on alpha. Correct a bogon | bouyer |
| 1998-10-12 | Merge bouyer-ide | bouyer |