Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8308
Modified Files:
cpu_ka48.c
Log Message:
According to Gabucino, LANCE on VLC is on VSBUS interrupt line 1, not 5
Index: cpu_ka48.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka48.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cpu_ka48.c 19 Sep 2004 17:25:35 -0000 1.5
+++ cpu_ka48.c 20 Sep 2004 08:53:18 -0000 1.6
@@ -144,7 +144,7 @@
retval = platform_device_register(&ka48_vsbus_device);
if (!retval) {
- vsbus_add_fixed_device(&ka48_vsbus_device.dev, "lance", 0x200e0000, 5);
+ vsbus_add_fixed_device(&ka48_vsbus_device.dev, "lance", 0x200e0000, 1);
}
return retval;
|