Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22606/arch/vax/kernel
Modified Files:
cpu_ka49.c
Log Message:
- There's a SGEC in KA49!
Index: cpu_ka49.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka49.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cpu_ka49.c 8 Oct 2004 16:30:18 -0000 1.5
+++ cpu_ka49.c 8 Oct 2004 19:40:19 -0000 1.6
@@ -170,10 +170,7 @@
retval = platform_device_register (&ka49_vsbus_device);
if (!retval) {
#ifdef CONFIG_VSBUS
-#if 0
- /* No lance, but SGEC instead */
- vsbus_add_fixed_device(&ka49_vsbus_device.dev, "lance", 0x200e0000, 1);
-#endif
+ vsbus_add_fixed_device(&ka49_vsbus_device.dev, "sgec", 0x20008000, 1);
vsbus_add_fixed_device(&ka49_vsbus_device.dev, "dz", 0x25000000, 4);
#endif
}
|