NetBSD/sys/arch/hp300/stand/uboot/version
jdolecek 49c105ffdb add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this
maps standard boot flags to corresponding RB_* values
use BOOT_FLAG() in port's MD code as appropriate

as discussed on tech-kern, add new boot flags -v, -q for booting
verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET
boot flags; also add FreeBSD-compatible bootverbose macro and
NetBSD-specific bootquiet macro

for hpcmips, use new bootverbose instead of it's own hpcmips_verbose

Tested on i386, and to limited extend (compile of affected files) also for
mvme68k, hp300, luna68k, sun3.
2000-09-24 12:32:31 +00:00

13 lines
437 B
Plaintext

$NetBSD: version,v 1.10 2000/09/24 12:32:34 jdolecek Exp $
1.1: Initial version
1.2: Added support for network booting
1.3: Merged network and disk boot programs
1.4: Added support for HP-IB cartridge tapes
1.5: Reorganization of boot block code
1.6: Add support for booting gzip'd kernels
1.7: Round load address to 8k boundary
1.8: Better SPU detection code
1.9: Added APCI console support
1.10: Support verbose/quiet boot.