Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12124/arch/vax/kernel
Modified Files:
cpu_ka42.c
Log Message:
Kick off SCSI probing by registering the on-board SCSI adaptors
Index: cpu_ka42.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka42.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cpu_ka42.c 6 Aug 2004 22:48:28 -0000 1.13
+++ cpu_ka42.c 8 Aug 2004 23:35:30 -0000 1.14
@@ -88,6 +88,12 @@
#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);
+
+ /* Register internal SCSI bus */
+ vsbus_add_fixed_device(&ka42_vsbus_device.dev, "vax-5380-int", 0x200c0080, 1);
+
+ /* Register external SCSI bus */
+ vsbus_add_fixed_device(&ka42_vsbus_device.dev, "vax-5380-ext", 0x200c0180, 0);
#endif
}
|