summaryrefslogtreecommitdiff
path: root/sys/arch/vax/mscp/mscp_tape.c
AgeCommit message (Collapse)Author
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
type of all variables to daddr64_t. this includes the APIs for XXsize() and XXdump(), all range checks inside bio drivers, internal variables for disklabel handling, and even uvm's swap offsets. re-read numerous times by otto, miod, krw, thib to look for errors
2006-03-15Correct checks against cd_ndevs - valid numbers are strictly inferior toMiod Vallat
cd_ndevs.
2002-06-08protect biodone with splbioArtur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-05sync with netbsd. untested.Hugh Graham
2001-07-04Fix off-by-one error in unit checkingConstantine Sapuntzakis
2000-04-27sync w/netbsdBrandon Creighton
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-05-29RCS taggingNiklas Hallqvist
1997-01-15sync with NetBSD 970112 -mojMats O Jansson