Lines Matching refs:KERN_ERR

96 		printk (KERN_ERR "NM256: Unable to remap port %d\n", x + 1);  in nm256_remap_ports()
256 printk (KERN_ERR "NM256: Read request too large: %d\n", amt); in nm256_startRecording()
261 printk (KERN_ERR "NM256: Read request too small; %d\n", amt); in nm256_startRecording()
360 printk (KERN_ERR "NM256: Write request too large: %d\n", amt); in nm256_write_block()
365 printk (KERN_ERR "NM256: Write request too small: %d\n", amt); in nm256_write_block()
432 printk (KERN_ERR "NM256: Sound playback pointer invalid!\n"); in nm256_get_new_block()
472 printk (KERN_ERR "NM256: Sound buffer record pointer invalid!\n"); in nm256_read_block()
540 printk (KERN_ERR "NM256: Bad card pointer\n"); in nm256_interrupt()
595 printk (KERN_ERR "NM256: Got misc interrupt #1\n"); in nm256_interrupt()
606 printk (KERN_ERR "NM256: Got misc interrupt #2\n"); in nm256_interrupt()
614 printk (KERN_ERR "NM256: Fire in the hole! Unknown status 0x%x\n", in nm256_interrupt()
635 printk (KERN_ERR "NM256: Bad card pointer\n"); in nm256_interrupt_zx()
644 printk (KERN_ERR "NM256: Releasing interrupt, over 1000 invalid interrupts\n"); in nm256_interrupt_zx()
692 printk (KERN_ERR "NM256: Got misc interrupt #1\n"); in nm256_interrupt_zx()
702 printk (KERN_ERR "NM256: Got misc interrupt #2\n"); in nm256_interrupt_zx()
710 printk (KERN_ERR "NM256: Fire in the hole! Unknown status 0x%x\n", in nm256_interrupt_zx()
726 printk (KERN_ERR "NM256: can't obtain IRQ %d\n", card->irq); in nm256_grabInterrupt()
740 printk (KERN_ERR "nm256: too many calls to releaseInterrupt\n"); in nm256_releaseInterrupt()
765 printk (KERN_ERR "NM256: Bad magic signature in isReady!\n"); in nm256_isReady()
794 printk (KERN_ERR "NM256: Bad magic signature in readAC97Reg!\n"); in nm256_readAC97Reg()
826 printk (KERN_ERR "NM256: Bad magic signature in writeAC97Reg!\n"); in nm256_writeAC97Reg()
893 printk (KERN_ERR "NM256: Bad magic signature in resetAC97!\n"); in nm256_resetAC97()
1012 printk (KERN_ERR "NM256: Unable to scan for card signature in video RAM\n"); in nm256_peek_for_sig()
1050 printk (KERN_ERR "NM256: out of memory!\n"); in nm256_install()
1090 printk (KERN_ERR "NM256: This doesn't look to me like the AC97-compatible version.\n"); in nm256_install()
1091 printk (KERN_ERR " You can force the driver to load by passing in the module\n"); in nm256_install()
1092 printk (KERN_ERR " parameter:\n"); in nm256_install()
1093 printk (KERN_ERR " force_load = 1\n"); in nm256_install()
1094 printk (KERN_ERR "\n"); in nm256_install()
1095 printk (KERN_ERR " More likely, you should be using the appropriate SB-16 or\n"); in nm256_install()
1096 printk (KERN_ERR " CS4232 driver instead. (If your BIOS has settings for\n"); in nm256_install()
1097 printk (KERN_ERR " IRQ and/or DMA for the sound card, this is *not* the correct\n"); in nm256_install()
1098 printk (KERN_ERR " driver to use.)\n"); in nm256_install()
1200 printk(KERN_ERR "NM256: Too many PCM devices available\n"); in nm256_install()