History log of /netbsd/sys/arch/vax/boot/boot/ra.c (Results 1 – 22 of 22)
Revision Date Author Comments
# e6caf278 21-Mar-2018 ragge <ragge@NetBSD.org>

Fix bug causing autoboot on 750/780 not to work. Cleanup.


# bf7a4032 19-Mar-2018 ragge <ragge@NetBSD.org>

Use a common routine ubmap() that setup the map registers as needed,
not expecting everything to be below 4M. This solves the problem
that large kernels cannot be loaded reported on port-vax.


# 2d5d8524 22-May-2017 ragge <ragge@NetBSD.org>

Update copyright notice for Ludd (remove clause 3 & 4).


# 8ea099d4 09-Nov-2013 christos <christos@NetBSD.org>

fix unused variable warnings


# c363a9cb 18-Mar-2009 cegger <cegger@NetBSD.org>

bzero -> memset


# 5bf1ad37 01-Jul-2006 mrg <mrg@NetBSD.org>

fix pointer signedness and build with GCC4.


# 34155cf5 11-Jun-2006 he <he@NetBSD.org>

Correct a mistake I introduced when getting rid of lvalue casts.


# 6f8829a0 08-Jun-2006 he <he@NetBSD.org>

Get rid of lvalue casts by either using an extra temporary variable
or by using the appropriate casts in the first place.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# e1aeee05 27-Jun-2005 junyoung <junyoung@NetBSD.org>

Use the form of #include <...> rather than #include "..." for headers of
which paths don't start from the current directory.


# 24833b0b 27-Jun-2005 junyoung <junyoung@NetBSD.org>

Remove trailing spaces.


# 2f48a394 04-Jun-2002 ragge <ragge@NetBSD.org>

Need longer delay while waiting for mscp packets, otherwise it times out
on VAX8650.


# 7259fa6a 24-May-2002 ragge <ragge@NetBSD.org>

%d -> %ld in some debug messages, after the ELF switch.


# 9b4c8676 19-Jul-2000 matt <matt@NetBSD.org>

Add support for loading a 2nd stage boot in either a.out or ELF.
Add support for loading a 2nd stage boot directly to it's desired address
if possible.
cleanup use of u_int/size_t.


# ed83213b 10-Jul-2000 ragge <ragge@NetBSD.org>

Add support for VAX 6000 + VAX 8000. Tweak console routines.
Create a fake RPB if either netbooted (on machine without RPB) or
loaded from console storage (without VMB intervention).


# fdc27c43 11-Jun-2000 ragge <ragge@NetBSD.org>

Fix booting from BI-based disks.


# d901690b 21-May-2000 ragge <ragge@NetBSD.org>

Remove forgotten debug printf.


# c5f56fab 20-May-2000 ragge <ragge@NetBSD.org>

Change all devices to use the RPB info when autobooting, this allows for
booting from unsupported devices also. As a side effect; it fixes PR#9202.


# ae5dbfbe 07-Aug-1999 ragge <ragge@NetBSD.org>

BI bus files has moved.


# 04620b62 30-Jun-1999 ragge <ragge@NetBSD.org>

Search for include files in new locations.


# 60d4b9c2 01-Apr-1999 ragge <ragge@NetBSD.org>

A bunch of small fixes to make boot work on most VAXen.


# e1305e82 06-Mar-1999 ragge <ragge@NetBSD.org>

New boot program for vax. Appearance similar to the i386 boot blocks.