summaryrefslogtreecommitdiff
path: root/sys/arch/vax/mscp
AgeCommit message (Collapse)Author
2006-07-12zap some unused variables.Thordur I. Bjornsson
the only use was in an #if notyet chunk since '97. ok miod@ 'no objections' pedro@
2006-03-15Correct checks against cd_ndevs - valid numbers are strictly inferior toMiod Vallat
cd_ndevs.
2005-11-24splimp -> spl6Brad Smith
ok martin@
2005-11-24splimp -> splbioBrad Smith
ok martin@
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2004-09-24Add DELAY in rx_putonline() such that we can boot on the SIMH VAX simulator.Mark Kettenis
ok hugh@
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br>
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
2002-06-12No longer need these getdev routines.Hugh Graham
2002-06-08protect biodone with splbioArtur Grabowski
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
__P removal.
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-10Check result from malloc(9) when using M_NOWAIT. hugh@ okThomas Nordin
2001-12-05sync with netbsd. untested.Hugh Graham
2001-07-04Fix off-by-one error in unit checkingConstantine Sapuntzakis
2001-06-25cold is in systm nowMichael Shalayeff
2000-04-27sync w/netbsdBrandon Creighton
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
implement an ioctl to get a spoofed label even for disks that have a label on them.
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-05-29RCS taggingNiklas Hallqvist
1997-01-15sync with NetBSD 970112 -mojMats O Jansson