Module Name: src Committed By: riz Date: Sun Nov 21 21:27:37 UTC 2010
Modified Files: src/sys/arch/vax/vsa [netbsd-5]: dz_vsbus.c spx.c src/sys/dev/dec [netbsd-5]: dz.c Log Message: Pull up following revision(s) (requested by hans in ticket #1459): sys/arch/vax/vsa/dz_vsbus.c: revision 1.41 sys/dev/dec/dz.c: revision 1.39 sys/arch/vax/vsa/spx.c: revision 1.3 Make SPX work as console device on VAXstation 4000/9x. Make console keyboard work on VAXstation 4000/9x. Seems not to break anything on other VAXstations (tested on 4000 VLC). The interrupt handler uses the softc, so it's probably a good idea to initialize it before causing interrupts. Prevents a panic on VAXstation 4000/9x with SPX console. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.40.14.1 src/sys/arch/vax/vsa/dz_vsbus.c cvs rdiff -u -r1.1 -r1.1.10.1 src/sys/arch/vax/vsa/spx.c cvs rdiff -u -r1.38 -r1.38.4.1 src/sys/dev/dec/dz.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.