patch-2.4.0-test6 linux/arch/sparc64/kernel/ebus.c
Next file: linux/arch/sparc64/kernel/entry.S
Previous file: linux/arch/sparc64/kernel/Makefile
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Aug 4 18:16:11 2000
- Orig file:
v2.4.0-test5/linux/arch/sparc64/kernel/ebus.c
- Orig date:
Tue Apr 11 15:09:14 2000
diff -u --recursive --new-file v2.4.0-test5/linux/arch/sparc64/kernel/ebus.c linux/arch/sparc64/kernel/ebus.c
@@ -1,4 +1,4 @@
-/* $Id: ebus.c,v 1.47 2000/03/25 05:18:10 davem Exp $
+/* $Id: ebus.c,v 1.48 2000/08/02 06:22:35 davem Exp $
* ebus.c: PCI to EBus bridge device.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)
@@ -34,6 +34,9 @@
#ifdef CONFIG_ENVCTRL
extern int envctrl_init(void);
#endif
+#ifdef CONFIG_DISPLAY7SEG
+extern int d7s_init(void);
+#endif
static inline void *ebus_alloc(size_t size)
{
@@ -383,6 +386,9 @@
#endif
#ifdef CONFIG_OBP_FLASH
flash_init();
+#endif
+#ifdef CONFIG_DISPLAY7SEG
+ d7s_init();
#endif
clock_probe();
power_init();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)