| Age | Commit message (Expand) | Author |
| 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 |
| 2003-06-29 | Remove unused WAITTIME definition. Pointed out by Andreas Johansson. | bouyer |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-07 | Always queue transfers in the ld driver to prevent transient resource | thorpej |
| 2003-05-17 | * Use aprint*(). | thorpej |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-28 | Make DMA mode works on Promise Ultra66/100 with 48-bit LBA drives. | nakayama |
| 2003-04-27 | Fix typo. | bouyer |
| 2003-04-27 | Acceptable cache operations are r and rw, not none and w | bouyer |
| 2003-04-26 | Add support for the getcache/setcache ioctls. | bouyer |
| 2003-04-18 | add my 80 GB SATA drive to the quirk table. | explorer |