| Age | Commit message (Expand) | Author |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 2004-01-03 | More structure member namespace cleanup: thread -> ch_thread | thorpej |
| 2004-01-03 | More wdc_channel structure member namespace cleanup: | thorpej |
| 2004-01-03 | Rename "struct channel_softc" to "struct wdc_channel". | thorpej |
| 2004-01-01 | Prepend "wdc_" to wait_for_drq, wait_for_unbusy, and wait_for_ready. | thorpej |
| 2004-01-01 | Rename: | thorpej |
| 2003-12-30 | Move the register definitions for ATA Task File registers to atareg.h; | thorpej |
| 2003-12-30 | SMART info is logically part of the register set; move it from atavar.h | thorpej |
| 2003-12-30 | Move most of the atabus layer into ata.c. | thorpej |
| 2003-12-30 | Tweak function names in debug messages. | thorpej |
| 2003-12-20 | add more fields to ata_smart_attr, add structures for selftest log | lha |
| 2003-12-17 | Some additional SATA-II registers. | thorpej |
| 2003-12-14 | Serial ATA register definitions. | thorpej |
| 2003-12-14 | Move the wddone() prototype to wd.c | thorpej |
| 2003-12-14 | Garbage-collect __ATA_DISK_PRIVATE; it is no longer needed. | thorpej |
| 2003-12-14 | No need to include wdvar.h anymore. | thorpej |
| 2003-12-14 | Instead of calling wddone() directly, set a (*drv_done)() callback in | thorpej |
| 2003-12-14 | Move struct ata_device from wdvar.h to atavar.h. | thorpej |
| 2003-12-14 | Move struct ata_bustype from wdvar.h to atavar.h. | thorpej |
| 2003-12-14 | Move struct ata_bio from wdvar.h to atavar.h. | thorpej |
| 2003-12-14 | Tidy up the whitespace. | thorpej |
| 2003-12-14 | Liberally apply static. | thorpej |
| 2003-12-14 | Cosmetic changes in some autoconfiguration messages. | thorpej |
| 2003-12-14 | De-__P and use ANSI-style function decls. | thorpej |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-30 | add definitions of new feature bits. | yamt |
| 2003-11-30 | - rename WDC_CAP_LBA48 to ATA_CMD2_LBA48. | yamt |
| 2003-11-27 | There are some cards that map the ATA control and IDE DMA registers | fvdl |
| 2003-11-26 | remove ATA_CMD2_SMART, which seems wrong and isn't used. | yamt |
| 2003-11-07 | Replace home-grown locks with lockmgr(). | mycroft |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-11-02 | Fix two typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-10-29 | freese->freeze, as pointed out by Frederick Bruck. | bouyer |
| 2003-10-29 | Back out the bogus initializer -- the compiler bug is fixed. | mycroft |
| 2003-10-28 | note 'm68k {u,}int64_t used uninitialized' bug. | cl |
| 2003-10-27 | Appease gcc3 "-Wno-uninitialized". | fredb |
| 2003-10-08 | Following Matt Thomas's request, rename ata attribute to ata_hl, and | bouyer |
| 2003-10-08 | Make the ATA mid-layer appears as atabus, as proposed in | bouyer |
| 2003-10-05 | Remove references to University of California from my copyright notices. | bouyer |
| 2003-09-29 | typo in comment | grant |
| 2003-09-23 | Fix more probe delay and/or failure problems: | mycroft |
| 2003-09-23 | Additional definitions as per SATA specifications. | skd |
| 2003-09-19 | 1) Use config_interrupts() to attach IDE and ATAPI drives. This eliminates | mycroft |
| 2003-08-03 | For LBA drives, compute the number of cylinders from the drive capacity | bouyer |
| 2003-07-14 | add missing __KERNEL_RCSID() | lukem |
| 2003-07-11 | KNF and whitespace (and indent a contuation line) | dsl |
| 2003-07-10 | Add LBA48_THRESHOLD #define and set it to the *correct* value. Use it | matt |
| 2003-07-08 | function prototype must not have variable name | itojun |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Don't use LBA48 if we don't have to (that is, if the request is inside the | bouyer |