1 $NetBSD: version,v 1.22 2025/05/28 13:07:05 tsutsui Exp $ 2 3 1.1: Initial version 4 1.2: Added support for network booting 5 1.3: Merged network and disk boot programs 6 1.4: Added support for HP-IB cartridge tapes 7 1.5: Reorganization of boot block code 8 1.6: Add support for booting gzip'd kernels 9 1.7: Round load address to 8k boundary 10 1.8: Better SPU detection code 11 1.9: Added APCI console support 12 1.10: Support verbose/quiet boot. 13 1.11: ELF support. 14 1.12: loadfile() update: ELF symbols no longer need backward seeks. 15 1.13: loadfile() update to avoid backwards seeks for ELF Program Headers. 16 1.14: Default to BOOTP network boot 17 1.15: Identify HP362 and HP382 18 1.16: Change boot messages to replace build date and maker with kernrev. 19 1.17: Pull OpenBSD's ite driver reorganization. 20 1.18: Add support for framebuffers on HP362 and HP382. 21 1.19: Add and fix support for HP425e mcclock, sti framebuffer, apci and dnkbd. 22 1.20: Disable slow gunzip CRC32 calculation. 23 1.21: Fix wrong errno when nfs_mount() fails. 24 1.22: Speed up netboot by reducing RTC access, and use ite_sti for 362/382. 25