History log of /netbsd-src/sys/arch/prep/stand/boot/version (Results 1 – 13 of 13)
Revision Date Author Comments
# 158f609a 19-May-2012 kiyohara <kiyohara@NetBSD.org>

Support load kernel from SCSI HDD with siop. It copy from bebox. (EXPERIMENTAL)


# 8ce1f4ff 29-Apr-2007 msaitoh <msaitoh@NetBSD.org>

fix typos


# d0b840b1 27-Jun-2006 garbled <garbled@NetBSD.org>

General fixups:
1) Fix support for the powerstack E1. This machine needs to use the 8259
directly, and cannot use the prep interrupt vector register. Place a
quirk entry in the table for the machin

General fixups:
1) Fix support for the powerstack E1. This machine needs to use the 8259
directly, and cannot use the prep interrupt vector register. Place a
quirk entry in the table for the machine.
2) Add a new com0_vreset boot image. The vreset code only works on a few
machines, and breaks others like the 7025-F40. Its only limitedly useful
when used with the com0, so just make it an optional image the user can
install by hand if they want.
3) Bump the bootloader to 1.8 with the above change.

show more ...


# ccad3840 13-Apr-2006 garbled <garbled@NetBSD.org>

More major bootblock changes:
1) Rewrite vreset.c completely. Saves about 1k, and now it sets the
screen up much better. Previously the resulting video mode looked bad on
my CRT, and my LCD wouldn'

More major bootblock changes:
1) Rewrite vreset.c completely. Saves about 1k, and now it sets the
screen up much better. Previously the resulting video mode looked bad on
my CRT, and my LCD wouldn't even recognize it as a valid mode. Now it
looks reasonably good and my LCD can talk to it.

2) Call vga_reset unconditionally in the setup process to fix the onboard
VGA. If you have a VGA and use the serial console, this will allow you
to still use the VGA device for getty/wscons. Tested on a 7248 with VGA
and a 7043 without VGA.

3) Change filesystem.c to use nullfs rather than ufs and cd9660. We
don't actually need an fs at all, but it would take a major rewrite to
get rid of them completely. This saves about 6KB on the bootloader.

4) Bump version to 1.7.

show more ...


# 78fba760 10-Apr-2006 garbled <garbled@NetBSD.org>

de-__P, minor formatting nits, bump version.


# 7df1d60b 26-Mar-2002 kleink <kleink@NetBSD.org>

Bump version to note 601 support.


# 45e7238a 09-Nov-2001 scw <scw@NetBSD.org>

Bump the version numbers of all bootloaders which use loadfile_elfXX() now
that it tries hard to avoid backwards seeks.


# ad2c12a2 02-Aug-2001 bjh21 <bjh21@NetBSD.org>

Bump version numbers of all bootloaders that use loadfile/ELF, to account for
my changes to symbol loading. I should probably have done this at the time,
but it's better late than never.


# 595d6a40 19-Jun-2001 nonaka <nonaka@NetBSD.org>

Back out last changes.


# b83f3756 17-Jun-2001 nonaka <nonaka@NetBSD.org>

identified prep model. (I missed it...)


# 49c105ff 24-Sep-2000 jdolecek <jdolecek@NetBSD.org>

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

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.

show more ...


# d89f1248 21-Jul-2000 jdolecek <jdolecek@NetBSD.org>

switch to sys/conf/newvers_stand.sh for generation of version file
slighly adjust the Makefile WRT vers.c and SRCS & CLEANFILES
sync the message in boot/version with other ports using newvers_stand.sh


# 37eb9eeb 29-Feb-2000 nonaka <nonaka@NetBSD.org>

Initial import prep port.