--- cs89x0.c.orig Wed Mar 17 22:54:08 2004 +++ cs89x0.c Sun Mar 28 00:48:19 2004 @@ -455,10 +455,11 @@ ioaddr &= ~3; outw(PP_ChipID, ioaddr + ADD_PORT); } -printk("PP_addr=0x%x\n", inw(ioaddr + ADD_PORT)); + printk(KERN_DEBUG "%s: ioaddr=0x%04x PP_addr=0x%04x\n", dev->name, + ioaddr, inw(ioaddr + ADD_PORT)); if (inw(ioaddr + DATA_PORT) != CHIP_EISA_ID_SIG) { - printk(KERN_ERR "%s: incorrect signature 0x%x\n", + printk(KERN_DEBUG "%s: incorrect signature 0x%04x\n", dev->name, inw(ioaddr + DATA_PORT)); retval = -ENODEV; goto out2;