Add installboot support for the remaining `disklabel -B' architectures
authorjsing <jsing@openbsd.org>
Sat, 28 Dec 2013 13:58:15 +0000 (13:58 +0000)
committerjsing <jsing@openbsd.org>
Sat, 28 Dec 2013 13:58:15 +0000 (13:58 +0000)
commitf06a109e0a08e85e2b04f39da790f50bcff018d4
tree3b95b511f1a456be1e2fde2025f6153a82547723
parent1e345a1a3abcc7b7ac957277ef98c80a7945f28b
Add installboot support for the remaining `disklabel -B' architectures
(hp300, hppa64 and landisk). hp300 and landisk are untested, however they
should "just work" - hopefully someone with access to this hardware can
confirm.
usr.sbin/installboot/Makefile
usr.sbin/installboot/hp300/Makefile.inc [new file with mode: 0644]
usr.sbin/installboot/hp300/hp300_installboot.c [new file with mode: 0644]
usr.sbin/installboot/hppa/hppa_installboot.c
usr.sbin/installboot/hppa64/Makefile.inc [new file with mode: 0644]
usr.sbin/installboot/hppa64/hppa64_installboot.c [new file with mode: 0644]
usr.sbin/installboot/landisk/Makefile.inc [new file with mode: 0644]
usr.sbin/installboot/landisk/landisk_installboot.c [new file with mode: 0644]