index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
flash.c
Age
Commit message (
Expand
)
Author
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-08-18
Fix after readdisklabel() change.
Matthias Kilian
2009-06-17
Revert bufq's. this is inline with the major midlayer reverts that
Thordur I. Bjornsson
2009-06-04
remove variable left behind by thib
Theo de Raadt
2009-06-03
add a flexible buffer queue (bufq) api, based on the never used
Thordur I. Bjornsson
2008-06-15
Don't bypass partition bounds check for RAW_PART. We now guarantee that
Kenneth R Westerback
2007-06-20
b_cylinder does not need to be set on the callpath down into drivers.
Theo de Raadt
2007-06-08
all drivers should spoof version 1 labels
Theo de Raadt
2007-06-07
in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so no
Theo de Raadt
2007-06-06
now that all partition size/offsets are potentially 64-bit, change the
Theo de Raadt
2007-06-05
use six new macros to access & store the 48-bit disklabel fields related
Theo de Raadt
2007-06-01
Don't initialize d_partitions[RAW_DISK] just before calling
Kenneth R Westerback
2007-02-15
Don't print the error strings returned by readdisklabel(). If you
Kenneth R Westerback
2006-11-25
Initial NAND flash support for Zaurus, not enabled yet; prodded by many.
Uwe Stuehler