summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-06-29 06:38:21 +0000
committerglebius <glebius@FreeBSD.org>2006-06-29 06:38:21 +0000
commitaa49ba2be490cea16a943b594fd3ae0b9ab31a07 (patch)
tree437c11bdc6d45c253cfda4bebba93a337727427b /sys/dev/bge
parente94f6e8e1a8eda538cd858704bed49f3740a267b (diff)
downloadFreeBSD-src-aa49ba2be490cea16a943b594fd3ae0b9ab31a07.zip
FreeBSD-src-aa49ba2be490cea16a943b594fd3ae0b9ab31a07.tar.gz
Since 5714 family doesn't have Jumbo ring, we do not support
Jumbos on them, yet. The 5780 is equivalent to the 5714. Submitted by: brad@OpenBSD, davidch
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