summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/disklabel.h
AgeCommit message (Collapse)Author
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
cpu_disklabel can go away, since nothing anymore needs to use it; ok miod
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
to support hotplug media on most architectures. disklabel setup and verification done using new helper functions. Disklabels must *always* have a correct checksum now. Same code paths are used to learn on-disk location disklabels, to avoid new errors sneaking in. Tested on almost all cases, testing help from todd, kettenis, krw, otto, dlg, robert, gwk, drahn
2001-12-06No need to keep dummy fields in cpu_disklabel structures.Miod Vallat
2000-11-24Support 16 slices per device, like the other OpenBSD arches.Hugh Graham
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-05-29RCS taggingNiklas Hallqvist
1996-06-12sync to 0611Theo de Raadt
1996-05-03fix LOCORE->_LOCORE changes.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt