summaryrefslogtreecommitdiff
path: root/sys/dev/ata/wdvar.h
AgeCommit message (Expand)Author
2003-12-14Move the wddone() prototype to wd.cthorpej
2003-12-14Garbage-collect __ATA_DISK_PRIVATE; it is no longer needed.thorpej
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-11-07Replace home-grown locks with lockmgr().mycroft
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
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-04-15Implement (and document!) "dkctl <dev> badsector .." to `manage' the baddarrenr
2003-04-15Automatically build up a list of bad sectors from failed read operations anddarrenr
2003-04-03Check RAW_PART against the media size instead of the disklabel.fvdl
2003-03-21Work around a buggy PHY in some Seagate S-ATA drives which get confusedthorpej
2003-01-27Experimental support for RAID volumes configured by ATA "RAID" controllers.thorpej
2002-04-23More copyright fixes, pointed out by Thomas. Thanks !bouyer
2002-01-13Add LBA48 support based on patches from Keisuke YOSHIDA. KNF a bit whilechristos
2001-12-03Update my copyrigth.bouyer
2001-12-03Allow wd to attach to something else than wdc/pciide (like USB<->ATA bridges):bouyer
2001-12-02Clean up attach of wd/atapibus:bouyer
2001-07-08Correct various misspellings of 'transfer' and inflected forms.wiz
2000-05-15Sync my copyrigth noticebouyer
2000-04-01- DMA code cleanup: pciide_dma_finish() doesn't stop/unload the current DMA opbouyer
1999-10-20Cancel active transfers on aic/wdc detach.enami
1998-11-11- clearify the boot messages (features supported vs features used). Thanks tobouyer
1998-10-12Merge bouyer-idebouyer