patch-2.4.25 linux-2.4.25/arch/sparc64/kernel/ebus.c
Next file: linux-2.4.25/arch/sparc64/kernel/head.S
Previous file: linux-2.4.25/arch/sparc64/defconfig
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/arch/sparc64/kernel/ebus.c
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.24/arch/sparc64/kernel/ebus.c linux-2.4.25/arch/sparc64/kernel/ebus.c
@@ -177,7 +177,8 @@
static int __init child_regs_nonstandard(struct linux_ebus_device *dev)
{
- if (!strcmp(dev->prom_name, "i2c"))
+ if (!strcmp(dev->prom_name, "i2c") ||
+ !strcmp(dev->prom_name, "SUNW,lombus"))
return 1;
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)