| Age | Commit message (Expand) | Author |
| 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 |
| 1998-11-21 | in wdc_softc: access the per-channel data via a pointer array instead of | drochner |
| 1998-11-20 | Implement controller reference counting on ATA devices. | thorpej |
| 1998-11-19 | Rename WDCIOCCOMMAND (and related structures) to ATAIOCCOMMAND | kenh |
| 1998-11-19 | Add support for the WDCIOCCOMMAND ioctl. This allows the sending of | kenh |
| 1998-11-18 | Don't protect this with #ifdef _KERNEL | kenh |
| 1998-11-16 | For ATAPI IDENTiFY, poll only for DRQ, some devices don't assert DRDY at this | bouyer |
| 1998-11-11 | - clearify the boot messages (features supported vs features used). Thanks to | bouyer |
| 1998-10-20 | Donc reset the disk state to 0 in wd.c, set a flag which will cause it | bouyer |
| 1998-10-20 | Donc reset the disk state to 0 in wd.c, set a flag which will cause it | 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 | Default to "no debugging messages" (still patchable). | thorpej |
| 1998-10-12 | Adjust include list. | bouyer |
| 1998-10-12 | Merge bouyer-ide | bouyer |
| 1998-09-07 | make the default disklabel consistent to the SCSI/ATAPI case | drochner |
| 1998-08-15 | Use scsi style geometry printout | rvb |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-08-13 | Report "true" disk geometry; like sd disks do | rvb |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-06-04 | Print newline like others do when tracing wdunlock. | enami |
| 1998-05-09 | Disable the change to check wdp_ataversion, since it's unreliable with old | mycroft |
| 1998-04-26 | Update copyright. | mycroft |
| 1998-04-26 | In LBA mode, always use the `total capacity' count, rather than calculating | mycroft |
| 1998-04-23 | From Robert V. Baron: | bouyer |
| 1998-03-25 | Conditionalize badblock handling on 'HAS_BAD144_HANDLING'. Some ports | leo |
| 1998-02-16 | Remove "class" declarations, and add "devclass" declarations where | thorpej |