patch-2.4.20 linux-2.4.20/arch/m68k/sun3x/prom.c

Next file: linux-2.4.20/arch/m68k/sun3x/time.c
Previous file: linux-2.4.20/arch/m68k/sun3x/config.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/m68k/sun3x/prom.c linux-2.4.20/arch/m68k/sun3x/prom.c
@@ -124,7 +124,8 @@
     idprom = &idprom_buffer;
 
     if((idprom->id_machtype & SM_ARCH_MASK) != SM_SUN3X) {
-	    printk("Warning: machine reports strange type %02x\n");
+	    printk("Warning: machine reports strange type %02x\n",
+		   idprom->id_machtype);
 	    printk("Pretending it's a 3/80, but very afraid...\n");
 	    idprom->id_machtype = SM_SUN3X | SM_3_80;
     }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)