NetBSD/sys/arch/pmax
jonathan 6746e9f52e Rename the Decstation 2100/3100 interrupt functions from "pmax_<func>"
to "kn01_<func>", to avoid confounding a model name (PMAX) with the name of the
entire port (pmax).

Change the signature of interrupt-handlers to take a void *
(a pointer to the softc) and return an int (indicating spurious
interrupts or other conditions.)

Move consinit() from here to cpu_cons.c.

Eliminate the old old pmax-specific console driver, whcih didn't
know about vnodes. Use sys/dev/cons.c instead.

Delete the old 4.4BSD/pmax TURBOChannel probe routines and ROM-to-driver
name-mapping functions.
1995-09-11 21:58:23 +00:00
..
compile
conf Change pmax (asc and sii) SCSI drivers to use "needs-flag", as the 1995-08-29 10:12:48 +00:00
dev Change pmax rcons and low-level serial drivers to support the 1995-09-11 21:37:24 +00:00
dist
include Framebuffer state variable for Ted Lemon's generic-framebuffer "fb" 1995-09-11 08:18:51 +00:00
pmax Rename the Decstation 2100/3100 interrupt functions from "pmax_<func>" 1995-09-11 21:58:23 +00:00
stand Change bootblock load code to work with old DECstation proms (2100, 3100) 1995-06-28 10:22:32 +00:00
tc Change pmax rcons and low-level serial drivers to support the 1995-09-11 21:29:23 +00:00
Makefile