From: Dave A. <ai...@us...> - 2001-02-23 01:08:23
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel In directory usw-pr-cvs1:/tmp/cvs-serv4765 Modified Files: cpu_ka42.c cpu_ka43.c cpu_ka46.c Log Message: more vsa->vsbus changes Index: cpu_ka42.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/cpu_ka42.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cpu_ka42.c 2001/02/11 23:58:11 1.3 +++ cpu_ka42.c 2001/02/22 22:36:42 1.4 @@ -73,8 +73,8 @@ void ka42_init_devices(void) { -#ifdef CONFIG_VSABUS - vsa_setup(); +#ifdef CONFIG_VSBUS + vsbus_setup(); #endif } Index: cpu_ka43.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/cpu_ka43.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cpu_ka43.c 2001/02/11 23:58:11 1.3 +++ cpu_ka43.c 2001/02/22 22:36:42 1.4 @@ -141,9 +141,9 @@ void ka43_init_devices(void) { -#ifdef CONFIG_VSABUS - vsa_setup(); -#endif /* CONFIG_VSABUS */ +#ifdef CONFIG_VSBUS + vsbus_setup(); +#endif /* CONFIG_VSBUS */ } Index: cpu_ka46.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/cpu_ka46.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cpu_ka46.c 2001/02/18 20:37:39 1.4 +++ cpu_ka46.c 2001/02/22 22:36:42 1.5 @@ -125,7 +125,7 @@ void ka46_init_devices(void) { printk("ka46: init_devices\n"); -#ifdef CONFIG_VSABUS - vsa_setup(); -#endif /* CONFIG_VSABUS */ +#ifdef CONFIG_VSBUS + vsbus_setup(); +#endif /* CONFIG_VSBUS */ } |