If anyone was using a bfe card and seeing interrupt storms when you attempted to bring the card up, this is the fix for you. The driver wasn't previously taking into account the fact that the chipset doesn't like addresses over the 1GB mark. If you'd like an even quicker fix, just add hw.mem = "1000M" to your loader.conf and reboot. :) Mike "Silby" Silbersack ---------- Forwarded message ---------- Date: Fri, 28 Apr 2006 05:39:58 +0000 (UTC) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bfe if_bfe.c silby 2006-04-28 05:39:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bfe if_bfe.c Log: MFC revs 1.33, 1.34, 1.35, and 1.36. These changes allow bfe to work on machines with > 1GB of ram. Approved by: re Revision Changes Path 1.25.2.5 +20 -17 src/sys/dev/bfe/if_bfe.c