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
/
vax
/
vsa
/
hdc9224.c
Age
Commit message (
Expand
)
Author
2007-09-01
Do not include <machine/rpb.h> unless necessary.
Miod Vallat
2007-06-20
These drivers were abusing b_cylinder to store device-specific information
Miod Vallat
2007-06-20
b_cylinder does not need to be set on the callpath down into drivers.
Theo de Raadt
2007-06-09
typo
Theo de Raadt
2007-06-08
all disklabels read from the kernel now always contain a total sector
Theo de Raadt
2007-06-07
more XXsize() functions not fixed
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-02-15
Don't print the error strings returned by readdisklabel(). If you
Kenneth R Westerback
2006-11-06
Sync the VS2000 (and some VS3100) MFM controller driver with NetBSD, and
Miod Vallat
2005-02-17
== has a higher priority than &, so put braces wherever necessary; from cloder@
Miod Vallat
2003-11-03
spelling fixes (in the comments)
David Krause
2003-05-11
string cleaning; krw ok
Theo de Raadt
2002-06-08
protect biodone with splbio
Artur Grabowski
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-16
Don't include <sys/map.h> when you don't need what's in it.
Miod Vallat
1997-10-08
Move some debugging output inside #ifdef DEBUG. KNF!
Niklas Hallqvist
1997-09-20
Rename rd to hd. OpenBSD uses rd for ramdisk. -moj
Mats O Jansson
1997-09-10
Sync with NetBSD 970516. -moj
Mats O Jansson
1997-05-29
RCS tagging
Niklas Hallqvist
1997-01-15
sync with NetBSD 970112 -moj
Mats O Jansson