Date: Mon, 10 Jan 2011 19:55:30 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <201101101955.p0AJtlNT085975@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-01-10 19:55:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_8_2) sys/dev/bge if_bge.c Log: SVN rev 217233 on 2011-01-10 19:55:30Z by yongari MFC r217226: Apply DMA address space restriction to controllers that have 4GB DMA boundary bug and runs with PCI-X mode. watchdog timeout was observed on BCM5704 which lives behind certain PCI-X bridge(e.g. AMD 8131 PCI-X bridge). It's still not clear whether the root cause came from that PCI-X bridge or not. The watchdog timeout indicates the issue is in TX path. If the bridge reorders TX mailbox write accesses it would generate all kinds of problems but I'm not sure. This should be revisited. Early MFC requested by re@ for inclusion in 8.2-RC2/7.4-RC2. Tested by: Michael L. Squires (mikes <> siralan dot org) Approved by: re (kensmith) Revision Changes Path 1.226.2.47.2.2 +11 -1 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101101955.p0AJtlNT085975>