Skip to content

Commit

Permalink
Change driver name to "NetFPGA SUME reference NIC"
Browse files Browse the repository at this point in the history
  • Loading branch information
denisSal committed Aug 29, 2020
1 parent 8755a80 commit 018df14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion if_sume.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static struct {
uint16_t device;
char *desc;
} sume_pciids[] = {
{PCI_DEVICE_ID_SUME, "NetFPGA SUME"},
{PCI_DEVICE_ID_SUME, "NetFPGA SUME reference NIC"},
};

static inline uint32_t
Expand Down

0 comments on commit 018df14

Please sign in to comment.