From: Kenn H. <ke...@us...> - 2001-02-06 00:15:29
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/boot In directory usw-pr-cvs1:/tmp/cvs-serv6404/arch/vax/boot Modified Files: cpu_sel.S Log Message: Tentative early support for KA55 CPU (MicroVAX 3100m85). I really need to check with NetBSD on this one Index: cpu_sel.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/boot/cpu_sel.S,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cpu_sel.S 2001/01/26 00:27:00 1.2 +++ cpu_sel.S 2001/02/06 00:15:42 1.3 @@ -56,7 +56,6 @@ vax_730: vax_8600: vax_uvax1: -vax_nvax: /* Fall through to unsupported_cpu_family */ # Type E/I PR$_SID at console to get SID register value and report to @@ -190,4 +189,14 @@ # so we just assume KA46 (VAXstation 4000/60) moval mv_ka46, mv rsb + +/***************************************************************************/ +/* MARIAH support */ + +vax_nvax: +# Do not know how to interpret the SID or SIDEX for NVAX-based machines, +# so we just assume KA55 (MicroVAX 3100m85) + moval mv_ka55, mv + rsb + |