From: Kenn H. <ke...@us...> - 2001-02-11 23:57:40
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel In directory usw-pr-cvs1:/tmp/cvs-serv5561 Modified Files: cpu_ka42.c cpu_ka43.c Log Message: We no longer explicitly call vax_lance_probe(). It's now handled by an initcall. Index: cpu_ka42.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/cpu_ka42.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cpu_ka42.c 2001/01/26 00:27:00 1.2 +++ cpu_ka42.c 2001/02/11 23:58:11 1.3 @@ -76,9 +76,6 @@ #ifdef CONFIG_VSABUS vsa_setup(); #endif -#ifdef CONFIG_VAX_LANCE - vax_lance_probe(0); -#endif } const char *ka42_cpu_type_str(void) Index: cpu_ka43.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/cpu_ka43.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cpu_ka43.c 2001/01/26 00:27:00 1.2 +++ cpu_ka43.c 2001/02/11 23:58:11 1.3 @@ -143,11 +143,6 @@ { #ifdef CONFIG_VSABUS vsa_setup(); - -#ifdef CONFIG_VAX_LANCE - vax_lance_probe(0); -#endif /* CONFIG_VAX_LANCE */ - #endif /* CONFIG_VSABUS */ } |