|
@@ -1866,6 +1866,9 @@ static int slic_card_download_gbrcv(struct adapter *adapter)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
+MODULE_FIRMWARE("slicoss/oasisrcvucode.sys");
|
|
|
+MODULE_FIRMWARE("slicoss/gbrcvucode.sys");
|
|
|
+
|
|
|
static int slic_card_download(struct adapter *adapter)
|
|
|
{
|
|
|
const struct firmware *fw;
|
|
@@ -1977,6 +1980,9 @@ static int slic_card_download(struct adapter *adapter)
|
|
|
return STATUS_SUCCESS;
|
|
|
}
|
|
|
|
|
|
+MODULE_FIRMWARE("slicoss/oasisdownload.sys");
|
|
|
+MODULE_FIRMWARE("slicoss/gbdownload.sys");
|
|
|
+
|
|
|
static void slic_adapter_set_hwaddr(struct adapter *adapter)
|
|
|
{
|
|
|
struct sliccard *card = adapter->card;
|