History log of /netbsd/sys/arch/vax/boot/boot/consio.c (Results 1 – 17 of 17)
Revision Date Author Comments
# 2d5d8524 22-May-2017 ragge <ragge@NetBSD.org>

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


# 575a7585 07-Jul-2016 msaitoh <msaitoh@NetBSD.org>

KNF. Remove extra spaces. No functional change.


# 02cdf4d2 14-Mar-2009 dsl <dsl@NetBSD.org>

Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.


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

fix pointer signedness and build with GCC4.


# 4d559e64 24-May-2002 ragge <ragge@NetBSD.org>

Boot support for the VXT2000 X terminal, based on some info on the VAXLinux
mailing list.


# f0870603 04-May-2001 ragge <ragge@NetBSD.org>

Remove forgotten VAX_BTYP_690. From Michael Kukat.


# 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).


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

Adopt to the RPB changes. Complete change of how network devices are
handled. No more hacks to find bus addresses.


# 6a36c275 09-May-2000 ragge <ragge@NetBSD.org>

Get boot device CSR from RPB instead of trying to guess it.


# c17aed4b 08-May-2000 ragge <ragge@NetBSD.org>

Console support for VXT 2000, VAX 4000/105 and VAX 4000/500.
From Michael Kukat.


# 895fe9ea 23-Aug-1999 ragge <ragge@NetBSD.org>

Add support for 4000/90. Also handle interrupts more intelligent.
XXX - countdown doesn't work on 4000/90.


# 92a492d5 20-Jun-1999 ragge <ragge@NetBSD.org>

Some 4000/200 fixes. From Michael Kukat.


# f1fc4934 23-May-1999 ragge <ragge@NetBSD.org>

Use common routines to identify cpu type.
Set up a SCB to be able to handle clock interrupts in the boot program.
Now timer countdown should work on all types of vaxen.


# 397795c3 14-Apr-1999 ragge <ragge@NetBSD.org>

Machines using KA48 must have memory mapped in, and use the same
addresses for console as KA46. From Michael Kukat.


# 11f0bebf 27-Mar-1999 ragge <ragge@NetBSD.org>

#define was wrong. Some .c should be .s.


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

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