Searched refs:controller_type (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dseagate.c255 static unsigned char controller_type = 0; /* set to SEAGATE for ST0x variable
261 module_param(controller_type, byte, 0);
400 controller_type will be non-zero, so don't try to detect one */
402 if (!controller_type) {
405 controller_type = CONTROLLER;
409 controller_type == SEAGATE ? "SEAGATE" : "FD");
419 controller_type = signatures[j].type;
426 /* (! controller_type) */
427 tpnt->this_id = (controller_type == SEAGATE) ? 7 : 6;
428 tpnt->name = (controller_type
[all...]

Completed in 22 milliseconds