History log of /netbsd-src/sys/arch/vax/vax/ka680.c (Results 1 – 18 of 18)
Revision Date Author Comments
# ee918b29 22-May-2017 ragge <ragge@NetBSD.org>

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


# 08173673 14-Dec-2010 matt <matt@NetBSD.org>

Cleanups includes. Change <machine/XXX.h> to <sys/XXX.h>
Remove unneeded includes.


# dfba8166 11-Mar-2008 matt <matt@NetBSD.org>

Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf
code. Move to prototype definitions. staticfy, constify, avoid casting.
Use device_* accessors.


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 27176f37 05-Sep-2006 matt <matt@NetBSD.org>

Switch VAX over to generic TODR


# 2d65de24 24-Dec-2005 perry <perry@NetBSD.org>

bare asm -> __asm


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

merge ktrace-lwp.


# 5c95110a 27-Jun-2005 ragge <ragge@NetBSD.org>

Update according to cast-qual addition.


# e0e0bf31 11-Oct-2004 christos <christos@NetBSD.org>

PR/27218: Kirk Russell: kernel incorrectly identifies a KA692 CPU as a
KA694 during boot


# 3b4fb6d0 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# 780401f9 28-Sep-2002 ragge <ragge@NetBSD.org>

Add common routines to talk with the CPMBX, from Hugh Graham (hugh@openbsd.org)
This makes halt/reboot work correctly on a bunch of machines.


# 28b1aa2b 24-Feb-2002 matt <matt@NetBSD.org>

Move .s files to .S files. (and .s.o rules in boot/Makefile.inc)
Put in register prefixes everywhere.


# 1e1a8fa3 01-May-2001 ragge <ragge@NetBSD.org>

Support for more NVAX types: VAX 4000/705A and (untested) 600A.
From Michael Kukat.


# 2f019a27 24-Apr-2001 ragge <ragge@NetBSD.org>

Support for KA681 (4000/500A) from Michael Kukat.


# 9a6b7bcf 31-Mar-2001 ragge <ragge@NetBSD.org>

Support for the 4000/600 cache, from Lord Isildur. (mrfusion@vaxpower.org)


# e4d9af4b 28-Jan-2001 ragge <ragge@NetBSD.org>

A bunch of new CPUs that are supported, from Michael Kukat
(michael@unixiron.org). Among them are 4000/400, 4000/500 and 4000/105A.


# 7c240690 04-Jun-2000 matt <matt@NetBSD.org>

Add extra argument to scb_vecalloc (a struct evcnt *)
Move ivec_dsp from trap.h to scb.h
Add interrupt counting to asc, le, ze, ncr, dz interrupts.
add common support for counting interrupts to cnm_i

Add extra argument to scb_vecalloc (a struct evcnt *)
Move ivec_dsp from trap.h to scb.h
Add interrupt counting to asc, le, ze, ncr, dz interrupts.
add common support for counting interrupts to cnm_idisp so
it can be done very efficiently.

show more ...


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

Rudimentary CPU support files for VAX 4000/105, 4000/200 and 4000/500.
From Michael Kukat.