SHOW_ERROR
SHOW_ERROR( 0, "Failed waiting for token %d (active token: %d)",
SHOW_ERROR( 1, "Unsupported color space (%d)", space );
SHOW_ERROR( 4, "pixel_clock (%ld) out of range (%d, %d)", target->timing.pixel_clock,
SHOW_ERROR( 4, "not enough memory for this mode (could show only %d of %d lines)",
SHOW_ERROR(0, "Alignment (0x%" B_PRIx32 ") must be less then "
SHOW_ERROR(0, "Max s/g block size (0x%" B_PRIx32 ") is too small",
SHOW_ERROR(0, "DMA boundary (0x%" B_PRIx32 ") must be at least "
SHOW_ERROR(0, "Max blocks (%" B_PRIu32 ") and max s/g blocks (%"
SHOW_ERROR(2, "data is longer then maximum DMA transfer len (%"
SHOW_ERROR(2, "Cannot create contignous DMA buffer of %" B_PRIu32
SHOW_ERROR(2, "Cannot create DMA buffer of %" B_PRIu32 " bytes",
SHOW_ERROR( 2, "Cannot create DMA buffer S/G list of %" B_PRIuSIZE
SHOW_ERROR(0, "Error creating S/G list for DMA buffer (%s; wanted "
SHOW_ERROR(2, "Cannot S/G list buffer to original data of %" B_PRIuSIZE
SHOW_ERROR(1, "cannot create DMA buffer semaphore (%s)", strerror(device->buffer_sem));
SHOW_ERROR( 1, "cannot create DMA buffer (%s)", strerror(device->buffer_area));
SHOW_ERROR(2, "cannot lock memory for IO request (%s)", strerror(res));
SHOW_ERROR(2, "cannot create temporary S/G list for IO request (%s)", strerror(res));
SHOW_ERROR( 2, "S/G list to complex for IO request (max %d entries)",
SHOW_ERROR(3, "invalid command len (%d instead of %d)",
SHOW_ERROR( 3, "Asynchronous SCSI I/O requires S/G list (data is %"
SHOW_ERROR(3, "cannot emulate SCSI command 0x%02x", request->cdb[0]);
SHOW_ERROR(1, "invalid io_vec passed (%s)", strerror(res));
SHOW_ERROR(2, "get_memory_map() returned empty list; left_len=%d, "
SHOW_ERROR( 3,
SHOW_ERROR( 2, "Overflow of DMA descriptors, %ld bytes left", size );
SHOW_ERROR( 2, "Cannot lock memory (%s)", strerror( res ));
SHOW_ERROR(2, "Physical address > 4 GB: %#" B_PRIxPHYSADDR
SHOW_ERROR(1, "cannot create GATT table (%s)",
SHOW_ERROR(1, "cannot create PCI GART buffer (%s)",
SHOW_ERROR( 1, "cannot create PCI GART buffer (%s)",
SHOW_ERROR( 2, "TMDS PLL from BIOS: %" B_PRIu32 " %" B_PRIx32,
SHOW_ERROR( 2, "DFP table revision: %d", RADEON_BIOS8(tmp));
SHOW_ERROR( 2, "TMDS PLL from DEFAULTS: %" B_PRIu32 " %" B_PRIx32,
SHOW_ERROR( 3, "Invalid ioctl call: code=0x%" B_PRIx32, msg );
SHOW_ERROR(0, "couldn't install irq handler @%d", channel->intnum);
SHOW_ERROR(0, "Recovered data, asc=0x%2x, ascq=0x%2x",
SHOW_ERROR(3, "0x%04x", (sense->asc << 8) | sense->ascq);
SHOW_ERROR(2, "Invalid sense type (0x%x)", sense->error_code);
SHOW_ERROR(2, "sense too short (%d bytes)", SCSI_MAX_SENSE_SIZE - request->sense_resid);
SHOW_ERROR(4, "Unknown ioctl: %x", op);