os_printk
os_printk("out of memory");
os_printk("no controller detected.");
os_printk("fail to initialize hardware");
os_printk("adapter at PCI %d:%d:%d, IRQ %d",
os_printk("Can't create dma map(%d)", i);
os_printk("cam_simq_alloc failed");
os_printk("cam_sim_alloc failed");
os_printk("xpt_bus_register failed");
os_printk("xpt_create_path failed");
os_printk("can't allocate interrupt");
os_printk("can't set up interrupt");
os_printk("Shutdown event registration failed");
os_printk("%s %s", driver_name_long, driver_ver);
os_printk("bus_dmamap_load error %d", error);
int os_printk(char *fmt, ...);
os_printk(__p, ##args);\
#define OsPrint(x) do { os_printk x; } while (0)
os_printk("bus_dmamap_load error %d", error);
os_printk("adapter at PCI %d:%d:%d, IRQ %d",
os_printk("out of memory");
os_printk("no controller detected.");
os_printk("fail to initialize hardware");
os_printk("Can't create dma map(%d)", i);
os_printk("cam_simq_alloc failed");
os_printk("cam_sim_alloc failed");
os_printk("xpt_bus_register failed");
os_printk("xpt_create_path failed");
os_printk("can't allocate interrupt");
os_printk("can't set up interrupt");
os_printk("Shutdown event registration failed");
os_printk("%s %s", driver_name_long, driver_ver);
os_printk("bus_dmamap_load error %d", error);
int os_printk(char *fmt, ...);
#define KdPrint(x) do { if (hpt_dbg_level) os_printk x; } while (0)
#define OsPrint(x) do { os_printk x; } while (0)
os_printk("fail to initialize hardware");
os_printk("Can't create dma map(%d)", i);
os_printk("cam_simq_alloc failed");
os_printk("cam_sim_alloc failed");
os_printk("xpt_bus_register failed");
os_printk("xpt_create_path failed");
os_printk("can't allocate interrupt");
os_printk("can't set up interrupt");
os_printk("Shutdown event registration failed");
os_printk("adapter at PCI %d:%d:%d, IRQ %d",
os_printk("%s %s", driver_name_long, driver_ver);
os_printk("bus_dmamap_load error %d", error);
os_printk("out of memory");
os_printk("no controller detected.");
int os_printk(char *fmt, ...);
#define KdPrint(x) do { if (hptrr_dbg_level) os_printk x; } while (0)
#define OsPrint(x) do { os_printk x; } while (0)