Add software recognition for the new LSI Logic Fibre Channel controller. (Patch originally sent to me by Eric Moore.) Signed-off-by: Michael Reed <mdr@xxxxxxx>
diff -ru a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c --- a/drivers/message/fusion/mptbase.c 2006-01-12 16:44:30.000000000 -0600 +++ b/drivers/message/fusion/mptbase.c 2006-01-12 16:08:15.000000000 -0600 @@ -1374,6 +1374,10 @@ ioc->bus_type = FC; ioc->errata_flag_1064 = 1; } + else if (pdev->device == MPI_MANUFACTPAGE_DEVICEID_FC949E) { + ioc->prod_name = "LSIFC949ES"; + ioc->bus_type = FC; + } else if (pdev->device == MPI_MANUFACTPAGE_DEVID_53C1030) { ioc->prod_name = "LSI53C1030"; ioc->bus_type = SPI;