CFG_ADAPTER_ID
module_param_named(adapter_id, cfg_data[CFG_ADAPTER_ID].value, int, 0);
if (cfg_data[CFG_ADAPTER_ID].value != CFG_PARAM_UNSET)
eeprom->scsi_id = (u8)cfg_data[CFG_ADAPTER_ID].value;