summaryrefslogtreecommitdiff
path: root/sys/dev/ata/wdvar.h
AgeCommit message (Expand)Author
2021-12-28wd(4): Fix bugs in softbadsect handling.riastradh
2020-03-02New ioctl DIOCGSECTORALIGN returns sector alignment parameters.riastradh
2019-04-05Implement a DIRTY flag (copied from sd(4)) so avoid flushing the cache ifbouyer
2019-03-19Set disk model name as disk type. The information can be queried throughmlelstv
2018-10-22Merge jdolecek-ncqfixes branchjdolecek
2017-11-03Add WDF_OPEN flag to really disallow opening of a disk that has been invalida...mlelstv
2017-11-01refactor wd and ataraid drivers to use common disk subroutines.mlelstv
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2016-07-22Add ATA8-ACS Long Logical Sector Feature Set support to wd(4).jakllsch
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-09-10g/u_int[0-9]*_t/ s/u_int/uint/gmatt
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2009-12-17ATA sepcs changed the LBA48 boundary from 0xfffffff to 0xffffffe betweenbouyer
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2008-02-28use pmf again to register the shutdown handler, instead ofdrochner
2008-02-22As pointed out by Geoff Wing, 1.356 of wd.c needs sc_sdhook restored.dogcow
2007-12-09Merge jmcneill-pm branch.jmcneill
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-07-25remove unused (hopefully:-) softc fields for disk geometrydrochner
2005-02-27nuke trailing whitespaceperry
2004-09-25Add support for wedges to the ATA disk driver.thorpej
2004-08-30make the software managed bad-sector list optionaldrochner
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