|
From: Jan-Benedict G. <jb...@us...> - 2004-10-08 16:30:33
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8768/arch/vax/kernel Modified Files: cpu_ka49.c Log Message: - Reversing the SIDEX value actually makes it boot using the new __CPUMATCH infrastructure. - Still SGEC remains to be brought to life again, as well as the vsbus driver (needed for DZ). Index: cpu_ka49.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka49.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- cpu_ka49.c 4 Oct 2004 06:56:10 -0000 1.4 +++ cpu_ka49.c 8 Oct 2004 16:30:18 -0000 1.5 @@ -22,8 +22,8 @@ int start, slut; #ifdef CONFIG_DZ - init_dz11_console(0x25000000, 3); - dz_serial_console_init(); + init_dz11_console (0x25000000, 3); + dz_serial_console_init (); #endif /* * Enable Caches @@ -147,7 +147,7 @@ .sidex_addr = NVAX_SIDEX_ADDR, .sidex_mask = 0xffffffff, /* Don't yet know how to interpret SID + SIDEX, so keep it tight */ - .sidex_match = 0x02000104, + .sidex_match = 0x04010002, }; static struct platform_device ka49_vsbus_device = { |