|
From: Kenn H. <ke...@us...> - 2004-08-06 22:48:37
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30686/arch/vax/kernel Modified Files: cpu_ka42.c cpu_ka43.c Log Message: Add DZ to the device tree at arch init time for KA42 and KA43 Index: cpu_ka43.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka43.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- cpu_ka43.c 30 Jul 2004 00:21:27 -0000 1.15 +++ cpu_ka43.c 6 Aug 2004 22:48:28 -0000 1.16 @@ -267,6 +267,7 @@ if (!retval) { #ifdef CONFIG_VSBUS vsbus_add_fixed_device(&ka43_vsbus_device.dev, "lance", 0x200e0000, 5); + vsbus_add_fixed_device(&ka43_vsbus_device.dev, "dz", 0x200a0000, 6); #endif } Index: cpu_ka42.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka42.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- cpu_ka42.c 30 Jul 2004 00:21:27 -0000 1.12 +++ cpu_ka42.c 6 Aug 2004 22:48:28 -0000 1.13 @@ -87,6 +87,7 @@ if (!retval) { #ifdef CONFIG_VSBUS vsbus_add_fixed_device(&ka42_vsbus_device.dev, "lance", 0x200e0000, 5); + vsbus_add_fixed_device(&ka42_vsbus_device.dev, "dz", 0x200a0000, 6); #endif } |