| Age | Commit message (Expand) | Author |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 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 | Instead of calling wddone() directly, set a (*drv_done)() callback in | thorpej |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-30 | - rename WDC_CAP_LBA48 to ATA_CMD2_LBA48. | yamt |
| 2003-11-07 | Replace home-grown locks with lockmgr(). | mycroft |
| 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-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-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-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-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-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 |
| 2003-04-18 | From current-users: | mason |
| 2003-04-16 | add missing setting of b_error (thanks Manuel) | darrenr |
| 2003-04-15 | Add a missing paren. | nathanw |
| 2003-04-15 | Implement (and document!) "dkctl <dev> badsector .." to `manage' the bad | darrenr |
| 2003-04-15 | fix typos | dogcow |
| 2003-04-15 | Automatically build up a list of bad sectors from failed read operations and | darrenr |
| 2003-04-03 | Check RAW_PART against the media size instead of the disklabel. | fvdl |
| 2003-03-21 | Work around a buggy PHY in some Seagate S-ATA drives which get confused | thorpej |
| 2003-02-23 | initialize b_interlock properly. | yamt |
| 2003-01-27 | Experimental support for RAID volumes configured by ATA "RAID" controllers. | thorpej |
| 2003-01-23 | Being able to make image backups of your whole disk, not to mention not | bad |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-07 | Fix error in ODIOCGDINFO handling caused by previous change to it. | fvdl |
| 2002-12-15 | Avoid using a lot of kernel stack. | fvdl |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-18 | Add option NEW_BUFQ_STRATEGY, a new buffer queue strategy for better | junyoung |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | Remove a check whether the drive is initialized before crashdump. | drochner |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-21 | Rename bufq_init() to bufq_alloc(). | hannken |