1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

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
This commit is contained in:
Gleb Smirnoff 2006-06-29 06:38:21 +00:00
parent 84c269d3f3
commit d848592e1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160017

View File

@ -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);