| Age | Commit message (Expand) | Author |
| 2000-07-06 | Use device_lookup() *more*. | thorpej |
| 2000-07-06 | Use device_lookup(). | thorpej |
| 2000-07-05 | Garbage-collect __BDEVSW_DUMP_OLD_TYPE. | thorpej |
| 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-27 | Ops, state should be RESET, not RECAL here. | bouyer |
| 2000-05-15 | Sync my copyrigth notice | bouyer |
| 2000-05-15 | - sync my copyrigth | bouyer |
| 2000-04-10 | Add dependancy to wdc for ata.c, so that 'atapibus at umass' will compile | bouyer |
| 2000-04-02 | Change the initial field in struct ata_atapi_attach and struct scsipi_link | augustss |
| 2000-04-01 | - DMA code cleanup: pciide_dma_finish() doesn't stop/unload the current DMA op | bouyer |
| 2000-03-29 | Fix a couple of misspelled comments. | augustss |
| 2000-03-25 | Remove unneeded assignement to nblks | bouyer |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-02-07 | Fix a bug in disksort_*() which caused non-optimal ordering when multiple | thorpej |
| 2000-01-25 | Don't put leading space, otherwise diskerr() prints unnecessary space | enami |
| 2000-01-24 | Use format_bytes to convert drive capacity into human familier string (like | enami |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |
| 2000-01-17 | Improve the downgrade logic: | bouyer |
| 1999-12-23 | Implement the DIOCKLABEL ioctl. Through this ioctl it it possible keep the | leo |
| 1999-11-26 | More WDCDEBUG_PRINT. | bouyer |
| 1999-11-10 | Give lp->d_type a value other than 'unknown'. When the model is "ST506", | leo |
| 1999-10-20 | Cancel active transfers on aic/wdc detach. | enami |
| 1999-09-23 | Allow to detach wdc, atapibus, wd and cd. | enami |
| 1999-09-22 | Fix indentation of close curly brace. | enami |
| 1999-08-09 | Don't call wddone() from _wdstart(), the ata_wdc system will do it now. | bouyer |
| 1999-08-09 | Don't use C_NEEDDONE, it's deprecated. | bouyer |
| 1999-08-06 | - Add some debug printf (WDCPROBE) in _wdcreset_wait(), I've needed these | bouyer |
| 1999-04-15 | Bump timeout to 10s only for ATAPI devices, 1s is fine for IDE drives once | bouyer |
| 1999-04-14 | Complete bugfix in rev 1.3: increase read-parameter-block timeout to 10s | jonathan |
| 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-03-17 | Revert to a 10s timeout, 1s is too low for drives in sleep mode. | bouyer |
| 1999-03-10 | Add a new disk flag: DRIVE_OLD for pre-ATA disks. probe routine will now set | bouyer |
| 1999-03-07 | Keep track of CRC errors in Ultra-DMA mode. If we noticed a CRC error and we | bouyer |
| 1999-02-28 | Update to slightly altered rnd_attach_source() api | explorer |
| 1999-02-21 | Only define WDCDEBUG if not already define (e.g. by kernel option) | hubertf |
| 1999-02-21 | Only define WDCDEBUG if not already defined (e.g. by some kernel option) | hubertf |
| 1999-02-18 | Add a missing ':'. pointed out by Dave Huang. | bouyer |
| 1999-02-08 | There's no ATA draft where it is required for the drive to set DRDY | DSC when | bouyer |
| 1999-01-29 | Cosmetic changes, from Soren S. Jorvan. | bouyer |
| 1999-01-18 | move wd.c:print_wderror() to ata.c:ata_perror(). | bouyer |
| 1999-01-09 | Make this compile again after void * arithmetic changes. | thorpej |
| 1999-01-08 | Avoid arithmetic on `void *' since that's not ANSI C. | augustss |
| 1998-12-16 | Keep track of DMA errors, and downgrade the transert mode (UDMA ->DMA, | bouyer |
| 1998-12-16 | Switch to single-sector transfert mode only for the last retry, to let | bouyer |
| 1998-12-04 | AT_ERROR should be different from AT_TIMEOUT. pointed out by Matthias Drochner. | bouyer |
| 1998-12-02 | - change drive_flags from u_int8_t to u_int16_t | bouyer |
| 1998-12-01 | struct ataparam has endian dependence, so add big-endian case. | tsubai |
| 1998-11-23 | Add a new flag to wdc_command: ATA_READREG. This will indicate that all | kenh |