History log of /netbsd/sys/arch/vax/boot/boot/devopen.c (Results 1 – 20 of 20)
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).


# 2dd46bcf 10-Aug-2014 martin <martin@NetBSD.org>

Remove atoi() prototype


# 82357f6d 14-Mar-2009 dsl <dsl@NetBSD.org>

ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.


# ce49696b 16-Oct-2008 hans <hans@NetBSD.org>

Set nexaddr on qbus vaxen to enable remapping of buffers when booting
from MSCP devices. Fixes MSCP boot problem introduced by moving boot up
to allow for bigger kernels. OK by matt.


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


# d944bca9 01-Nov-2003 jdolecek <jdolecek@NetBSD.org>

rename local index() to strchr()


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

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


# 68cb5a26 01-May-2001 ragge <ragge@NetBSD.org>

Do not (try to) remap the qbus on MV1.


# 96184e84 20-Mar-2001 matt <matt@NetBSD.org>

Add a diagnostic when we encounter an unknown boot device type.


# 20b3698a 13-Jul-2000 matt <matt@NetBSD.org>

Include libkern.h


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


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

Set correct adapter addresses if none is given.


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


# 3b8e9ab1 30-Jun-1999 ragge <ragge@NetBSD.org>

Support loading the kernel from ustarfs.


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

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