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

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)