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