diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-19 21:53:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-19 21:53:03 +0000 |
commit | b7fc97d9812d76a1f7ba09d9ee3d6b89f31158a2 (patch) | |
tree | 3c9b8d9e3f2dc920b26c9b7853873c6f4ffc7195 /sys/ntfs | |
parent | cffd557b24ccfe493733ce3d4c06f22eb59539b7 (diff) |
Try and clean system type constants a bit:
- save the second byte of vax_siedata into a new variable, vax_cpustype,
and use it instead of (vax_siedata >> 8) & 0xff or other similar
constructs.
- the VAX_SIE_KAxxx constants are duplicates of the VAX_STYP_xx constants.
Standardize on the latter and kill the former.
- only keep VAX_VTYP_xx constants for KA46 and KA47, those are the only
systems which use these constants and are told apart by a different
SIE byte.
No functional change intended.
Diffstat (limited to 'sys/ntfs')
0 files changed, 0 insertions, 0 deletions