Home
last modified time | relevance | path

Searched refs:DAC960_Info (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/block/
DDAC960.c1305 DAC960_Info("FIRMWARE VERSION %s DOES NOT PROVIDE THE CONTROLLER\n", in DAC960_V2_ReadControllerConfiguration()
1307 DAC960_Info("STATUS MONITORING FUNCTIONALITY NEEDED BY THIS DRIVER.\n", in DAC960_V2_ReadControllerConfiguration()
1309 DAC960_Info("PLEASE UPGRADE TO VERSION 6.00-01 OR ABOVE.\n", in DAC960_V2_ReadControllerConfiguration()
1393 DAC960_Info("Configuring Mylex %s PCI RAID Controller\n", in DAC960_ReportControllerConfiguration()
1395 DAC960_Info(" Firmware Version: %s, Channels: %d, Memory Size: %dMB\n", in DAC960_ReportControllerConfiguration()
1398 DAC960_Info(" PCI Bus: %d, Device: %d, Function: %d, I/O Address: ", in DAC960_ReportControllerConfiguration()
1402 DAC960_Info("Unassigned\n", Controller); in DAC960_ReportControllerConfiguration()
1403 else DAC960_Info("0x%X\n", Controller, Controller->IO_Address); in DAC960_ReportControllerConfiguration()
1404 DAC960_Info(" PCI Address: 0x%X mapped at 0x%lX, IRQ Channel: %d\n", in DAC960_ReportControllerConfiguration()
1408 DAC960_Info(" Controller Queue Depth: %d, " in DAC960_ReportControllerConfiguration()
[all …]
DDAC960.h2167 #define DAC960_Info(Format, Arguments...) \ macro