Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17516/arch/vax/kernel
Modified Files:
cpu_ka46.c
Log Message:
Bring the DZ driver into the driver model. Note that this makes
drivers/char/dz.c a vsbus-only driver, so I've removed the MIPS
code. (This is OK, since this file no longer exists in Linus'
tree.)
Index: cpu_ka46.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka46.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cpu_ka46.c 30 Jul 2004 00:21:27 -0000 1.14
+++ cpu_ka46.c 6 Aug 2004 00:01:07 -0000 1.15
@@ -163,6 +163,7 @@
if (!retval) {
#ifdef CONFIG_VSBUS
vsbus_add_fixed_device(&ka46_vsbus_device.dev, "lance", 0x200e0000, 1);
+ vsbus_add_fixed_device(&ka46_vsbus_device.dev, "dz", 0x200a0000, 4);
#endif
}
|