patch-2.1.115 linux/arch/sparc64/kernel/central.c
Next file: linux/arch/sparc64/kernel/devices.c
Previous file: linux/arch/sparc64/kernel/auxio.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Aug 4 16:03:35 1998
- Orig file:
v2.1.114/linux/arch/sparc64/kernel/central.c
- Orig date:
Thu Apr 23 20:21:31 1998
diff -u --recursive --new-file v2.1.114/linux/arch/sparc64/kernel/central.c linux/arch/sparc64/kernel/central.c
@@ -1,4 +1,4 @@
-/* $Id: central.c,v 1.5 1998/02/12 15:57:59 jj Exp $
+/* $Id: central.c,v 1.6 1998/05/14 13:35:45 jj Exp $
* central.c: Central FHC driver for Sunfire/Starfire/Wildfire.
*
* Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
@@ -29,13 +29,10 @@
char namebuf[128];
int cnode, fnode, err;
- printk("CENTRAL: ");
cnode = prom_finddevice("/central");
- if(cnode == 0 || cnode == -1) {
- printk("no central found.\n");
+ if(cnode == 0 || cnode == -1)
return memory_start;
- }
- printk("found central PROM node.\n");
+ printk("CENTRAL: found central PROM node %08x.\n", cnode);
/* Ok we got one, grab some memory for software state. */
memory_start = long_align(memory_start);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov