Date: Mon, 15 Dec 2008 20:36:32 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <200812152036.mBFKacPe019211@repoman.freebsd.org>
index | next in thread | raw e-mail
marius 2008-12-15 20:36:32 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7_1)
sys/dev/bge if_bge.c
Log:
SVN rev 186135 on 2008-12-15 20:36:32Z by marius
- Limit BCM5701 B5 to 32-bit mode as a workaround for a bug which
causes data corruption in combination with certain bridges.
Information about this problem was kindly provided by davidch. [1]
- As BGE_FLAG_PCIX is meant to indicate that the controller is in
PCI-X mode, revert to the pre __FreeBSD_version 602101 method of
reading the bus mode register rather than checking the mere
existence of a PCI-X capability, which is also there when the
NIC f.e. is put into a 32-bit slot causing it not to be in PCI-X
mode. Setting BGE_FLAG_PCIX inappropriately could cause the NIC
to be tuned incorrectly.
PR: 128833 [1]
Reviewed by: jhb
Approved by: re (kib)
Revision Changes Path
1.198.2.10.2.2 +12 -7 src/sys/dev/bge/if_bge.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812152036.mBFKacPe019211>
