|
From: Kenn H. <ke...@us...> - 2004-08-08 23:47:12
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13495/arch/vax/kernel Modified Files: cpu_ka43.c Log Message: Register the SCSI controllers on the KA43 board Index: cpu_ka43.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka43.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- cpu_ka43.c 6 Aug 2004 22:48:28 -0000 1.16 +++ cpu_ka43.c 8 Aug 2004 23:47:03 -0000 1.17 @@ -268,6 +268,12 @@ #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); + + /* Register internal SCSI bus */ + vsbus_add_fixed_device(&ka43_vsbus_device.dev, "vax-5380-int", 0x200c0080, 1); + + /* Register external SCSI bus */ + vsbus_add_fixed_device(&ka43_vsbus_device.dev, "vax-5380-ext", 0x200c0180, 0); #endif } |