Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 02/13/1996 13:30:11
jonathan
Tue Feb 13 13:23:55 EST 1996
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv18030
Modified Files:
dtop.c
Log Message:
Finish converting MAXINE dtop driver to use new-style config.
The dtop driver no longer requires the "needs-count" flag.
Fix a panic in boot-time interrupt establish. The "generic" pmax
interrupt-establish code assumes that all interrupt args are new-config
device structs accessed via a struct cfdriver. Make it so.
jonathan
Tue Feb 13 13:27:33 EST 1996
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv18153
Modified Files:
cfb.c
Log Message:
Allocate a single static colourmap array for aglass-tty consle
framebuffer and malloc() all others. Remove old-config unit-number checks.
This driver no longer requires the "needs_count" flag.