From owner-freebsd-mobile@FreeBSD.ORG Sat Apr 29 15:23:12 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABE9816A400 for ; Sat, 29 Apr 2006 15:23:12 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 32CEB43D48 for ; Sat, 29 Apr 2006 15:23:12 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 45965 invoked from network); 29 Apr 2006 15:23:10 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 29 Apr 2006 15:23:10 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sat, 29 Apr 2006 10:23:08 -0500 (CDT) From: Mike Silbersack To: mobile@freebsd.org Message-ID: <20060429102214.V9858@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: if_bfe and > 1 GB of ram is now fixed (fwd) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2006 15:23:12 -0000 Google told me that some of you guys were discussing this issue on freebsd-mobile, so I'm forwarding my post over here. Mike "Silby" Silbersack ---------- Forwarded message ---------- Date: Fri, 28 Apr 2006 00:44:18 -0500 (CDT) From: Mike Silbersack To: stable@freebsd.org Subject: if_bfe and > 1 GB of ram is now fixed 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 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