index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ata
/
wdvar.h
Age
Commit message (
Expand
)
Author
2021-12-28
wd(4): Fix bugs in softbadsect handling.
riastradh
2020-03-02
New ioctl DIOCGSECTORALIGN returns sector alignment parameters.
riastradh
2019-04-05
Implement a DIRTY flag (copied from sd(4)) so avoid flushing the cache if
bouyer
2019-03-19
Set disk model name as disk type. The information can be queried through
mlelstv
2018-10-22
Merge jdolecek-ncqfixes branch
jdolecek
2017-11-03
Add WDF_OPEN flag to really disallow opening of a disk that has been invalida...
mlelstv
2017-11-01
refactor wd and ataraid drivers to use common disk subroutines.
mlelstv
2017-10-07
Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch
jdolecek
2016-07-22
Add ATA8-ACS Long Logical Sector Feature Set support to wd(4).
jakllsch
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2014-09-10
g/u_int[0-9]*_t/ s/u_int/uint/g
matt
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-11-19
First step of random number subsystem rework described in
tls
2009-12-17
ATA sepcs changed the LBA48 boundary from 0xfffffff to 0xffffffe between
bouyer
2009-10-19
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
bouyer
2008-03-18
Split device_t and softc for ATA devices, as well as wd(4). Other
cube
2008-02-28
use pmf again to register the shutdown handler, instead of
drochner
2008-02-22
As pointed out by Geoff Wing, 1.356 of wd.c needs sc_sdhook restored.
dogcow
2007-12-09
Merge jmcneill-pm branch.
jmcneill
2005-12-11
merge ktrace-lwp.
christos
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2005-07-25
remove unused (hopefully:-) softc fields for disk geometry
drochner
2005-02-27
nuke trailing whitespace
perry
2004-09-25
Add support for wedges to the ATA disk driver.
thorpej
2004-08-30
make the software managed bad-sector list optional
drochner
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
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-11-07
Replace home-grown locks with lockmgr().
mycroft
2003-11-02
Fix some typos. From Tom Cosgrove via jmc@openbsd.
wiz
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-04-15
Implement (and document!) "dkctl <dev> badsector .." to `manage' the bad
darrenr
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-01-27
Experimental support for RAID volumes configured by ATA "RAID" controllers.
thorpej
2002-04-23
More copyright fixes, pointed out by Thomas. Thanks !
bouyer
2002-01-13
Add LBA48 support based on patches from Keisuke YOSHIDA. KNF a bit while
christos
2001-12-03
Update my copyrigth.
bouyer
2001-12-03
Allow wd to attach to something else than wdc/pciide (like USB<->ATA bridges):
bouyer
2001-12-02
Clean up attach of wd/atapibus:
bouyer
2001-07-08
Correct various misspellings of 'transfer' and inflected forms.
wiz
2000-05-15
Sync my copyrigth notice
bouyer
2000-04-01
- DMA code cleanup: pciide_dma_finish() doesn't stop/unload the current DMA op
bouyer
1999-10-20
Cancel active transfers on aic/wdc detach.
enami
1998-11-11
- clearify the boot messages (features supported vs features used). Thanks to
bouyer
1998-10-12
Merge bouyer-ide
bouyer