Since driver_data for pci ids in the ipr driver is now just flags, we can allow these to be passed in from userspace for dynamic ids. Signed-off-by: Brian King <brking@xxxxxxxxxxxxxxxxxx> --- drivers/scsi/ipr.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/scsi/ipr.c~ipr_dynids_driver_data drivers/scsi/ipr.c --- linux-2.6/drivers/scsi/ipr.c~ipr_dynids_driver_data 2007-04-26 09:17:24.000000000 -0500 +++ linux-2.6-bjking1/drivers/scsi/ipr.c 2007-04-26 09:17:24.000000000 -0500 @@ -7655,6 +7655,7 @@ static struct pci_driver ipr_driver = { .remove = ipr_remove, .shutdown = ipr_shutdown, .err_handler = &ipr_err_handler, + .dynids.use_driver_data = 1 }; /** _ - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html