mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
Make PCI ID tables const so as not to trigger a warning about a large
symbol.
This commit is contained in:
@@ -125,7 +125,7 @@ struct pci_id_info {
|
||||
u16 addrOfs; /* Address Offset */
|
||||
};
|
||||
|
||||
static struct pci_id_info tlan_pci_tbl[] = {
|
||||
static const struct pci_id_info tlan_pci_tbl[] = {
|
||||
{"Compaq Netelligent 10 T PCI UTP", NETEL10,
|
||||
{0xae340e11, 0xffffffff, 0, 0, 0, 0},
|
||||
TLAN_ADAPTER_ACTIVITY_LED, 0x83},
|
||||
|
||||
Reference in New Issue
Block a user