diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2011-10-05 22:28:05 +0100 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-10-14 09:05:27 -0700 |
commit | 937383a58e47154d3098783df739e8fa8984a434 (patch) | |
tree | 45aa766e4a7209b6ef786a1da2a56a9d30ca7459 /drivers/net/sfc/efx.h | |
parent | e9308cfd5ab4ade3d81cf591c7599c3a05a21b04 (diff) | |
download | blackbird-op-linux-937383a58e47154d3098783df739e8fa8984a434.tar.gz blackbird-op-linux-937383a58e47154d3098783df739e8fa8984a434.zip |
PCI: Add Solarflare vendor ID and SFC4000 device IDs
These will be shared between the sfc driver and a PCI quirk.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/net/sfc/efx.h')
-rw-r--r-- | drivers/net/sfc/efx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/sfc/efx.h b/drivers/net/sfc/efx.h index b0d1209ea18d..c7e75234c740 100644 --- a/drivers/net/sfc/efx.h +++ b/drivers/net/sfc/efx.h @@ -15,10 +15,6 @@ #include "filter.h" /* PCI IDs */ -#define EFX_VENDID_SFC 0x1924 -#define FALCON_A_P_DEVID 0x0703 -#define FALCON_A_S_DEVID 0x6703 -#define FALCON_B_P_DEVID 0x0710 #define BETHPAGE_A_P_DEVID 0x0803 #define SIENA_A_P_DEVID 0x0813 |