Revision b2d26d83c687e8077fa9c6ce43c25a1de7b0faf2 authored by Xin Li on 23 January 2010, 01:20:59 UTC, committed by Xin Li on 23 January 2010, 01:20:59 UTC
 o Add PCI ID for BCM 5756.
 o Don't enable BGE_FLAG_BER_BUG on both 5722 and 5756, and based
   on their PCI IDs rather than their chip IDs.

Reported by:    several PC-BSD users via kmoore
Reviewed by:    yongari, imp, jhb, davidch
Sponsored by:   iXsystems, Inc.
1 parent e3c8ac7
Raw File
Makefile
# $FreeBSD$

PROG=	sicontrol
MAN=	sicontrol.8

CFLAGS+= -I${.CURDIR}/../../sys

.include <bsd.prog.mk>
back to top