sfxge(4): add Medford2 PCI IDs
Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. Differential Revision: https://reviews.freebsd.org/D18139
This commit is contained in:
parent
b34bb3bf03
commit
e995da72bb
@ -68,6 +68,7 @@ typedef enum efx_family_e {
|
||||
EFX_FAMILY_SIENA,
|
||||
EFX_FAMILY_HUNTINGTON,
|
||||
EFX_FAMILY_MEDFORD,
|
||||
EFX_FAMILY_MEDFORD2,
|
||||
EFX_FAMILY_NTYPES
|
||||
} efx_family_t;
|
||||
|
||||
@ -97,6 +98,10 @@ efx_family(
|
||||
#define EFX_PCI_DEVID_MEDFORD 0x0A03 /* SFC9240 PF */
|
||||
#define EFX_PCI_DEVID_MEDFORD_VF 0x1A03 /* SFC9240 VF */
|
||||
|
||||
#define EFX_PCI_DEVID_MEDFORD2_PF_UNINIT 0x0B13
|
||||
#define EFX_PCI_DEVID_MEDFORD2 0x0B03 /* SFC9250 PF */
|
||||
#define EFX_PCI_DEVID_MEDFORD2_VF 0x1B03 /* SFC9250 VF */
|
||||
|
||||
#define EFX_MEM_BAR 2
|
||||
|
||||
/* Error codes */
|
||||
|
Loading…
x
Reference in New Issue
Block a user