patch-2.4.8 linux/arch/sparc/kernel/ebus.c
Next file: linux/arch/sparc/kernel/ptrace.c
Previous file: linux/arch/sparc/Makefile
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Aug 7 08:30:50 2001
- Orig file:
v2.4.7/linux/arch/sparc/kernel/ebus.c
- Orig date:
Sun Feb 18 19:49:44 2001
diff -u --recursive --new-file v2.4.7/linux/arch/sparc/kernel/ebus.c linux/arch/sparc/kernel/ebus.c
@@ -1,4 +1,4 @@
-/* $Id: ebus.c,v 1.16 2001/02/13 01:16:43 davem Exp $
+/* $Id: ebus.c,v 1.17 2001/08/06 13:12:57 davem Exp $
* ebus.c: PCI to EBus bridge device.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)
@@ -27,6 +27,7 @@
#ifdef CONFIG_SUN_AUXIO
extern void auxio_probe(void);
#endif
+extern void rs_init(void);
/* We are together with pcic.c under CONFIG_PCI. */
extern unsigned int pcic_pin_to_irq(unsigned int, char *name);
@@ -358,6 +359,7 @@
++num_ebus;
}
+ rs_init();
#ifdef CONFIG_SUN_AUXIO
auxio_probe();
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)