summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/bge')
-rw-r--r--sys/dev/bge/if_bge.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c
index 9da9a4c..e28d5b5 100644
--- a/sys/dev/bge/if_bge.c
+++ b/sys/dev/bge/if_bge.c
@@ -308,9 +308,6 @@ static const struct bge_revision bge_majorrevs[] = {
((sc)->bge_asicrev == BGE_ASICREV_BCM5700 || \
(sc)->bge_asicrev == BGE_ASICREV_BCM5701 || \
(sc)->bge_asicrev == BGE_ASICREV_BCM5703 || \
- (sc)->bge_asicrev == BGE_ASICREV_BCM5714 || \
- (sc)->bge_asicrev == BGE_ASICREV_BCM5714_A0 || \
- (sc)->bge_asicrev == BGE_ASICREV_BCM5780 || \
(sc)->bge_asicrev == BGE_ASICREV_BCM5704)
const struct bge_revision * bge_lookup_rev(uint32_t);
OpenPOWER on IntegriCloud