master
regen
/dev/switch[0-4] is no longer needed.
be smarter, only write a new MAKEDEV if more than just the rcsid changed
Change install images called *.fs to *.img. These are UFS filesystem images, but additionally have a bootblock in the first 8K (since UFS does not use that space). There are some UEFI direct-from-internet bootloaders that require the name *.img. So this makes things more convenient for those, while keeping it consistant in all architectures. ok kettenis beck kn
Nuke pointless 'pb#N:ob#0:' lines from floppy types.
Remove unused /dev/X0 entries. ok millert@
introduce a new build class to be used by the build user
Remove alpha kernel code to process userland misaligned accesses, and the machdep.unaligned_* sysctl to control its behaviour. Such code made sense more than 20 years ago where a lot of code was not 64-bit clean, but this is no longer the case those days.
Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.