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
/
arch
/
sparc
/
dev
/
presto.c
Age
Commit message (
Expand
)
Author
2011-07-06
Cleanup presto(4) like other disk drivers.
Matthew Dempsky
2011-07-06
Eliminate redundant buf validation checks in xxstrategy() methods now
Matthew Dempsky
2011-06-03
Get rid of the wlabel argument to bounds_check_with_label(). It's
Matthew Dempsky
2010-09-22
Add DIOCGPDINFO to drivers that were lacking it. Where there
Kenneth R Westerback
2010-09-22
All users of physio(9) now pass NULL as the buf pointer argument, so
Matthew Dempsky
2010-09-08
Store a struct device pointer within struct disk and populate this when
Joel Sing
2010-08-28
Garbage collect struct dkdriver.
Matthew Dempsky
2010-04-23
Recycle unused disklabel fields in order to create a disklabel unique
Joel Sing
2009-09-05
Make DIOCSDINFO code consistant everywhere.
Kenneth R Westerback
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-15
permit this to compile again
Todd T. Fries
2007-06-08
all drivers should spoof version 1 labels
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-04
Bring presto's readdisklabel() usage into line with other uses. i.e.
Kenneth R Westerback
2007-06-01
Don't initialize d_partitions[RAW_DISK] just before calling
Kenneth R Westerback
2006-09-24
Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were
Kenneth R Westerback
2006-08-14
Now that DEV_BSIZE is universally defined as 1 << DEV_BSHIFT, use it to
Kenneth R Westerback
2006-08-12
Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then
Kenneth R Westerback
2006-06-02
sbus_establish() and the associated linked list in the sbus softc is now only
Miod Vallat
2003-05-26
fix some fictitious spellings. ok miod@
Ted Unangst
2003-04-13
Add a simple driver for the SBus ``Prestoserve'' NVRAM cards.
Miod Vallat