From owner-freebsd-stable@FreeBSD.ORG Fri Apr 28 05:44:24 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10E4B16A400 for ; Fri, 28 Apr 2006 05:44:24 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 8CE5943D46 for ; Fri, 28 Apr 2006 05:44:23 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 79737 invoked from network); 28 Apr 2006 05:44:21 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 28 Apr 2006 05:44:21 -0000 X-pair-Authenticated: 209.68.2.70 Date: Fri, 28 Apr 2006 00:44:18 -0500 (CDT) From: Mike Silbersack To: stable@freebsd.org Message-ID: <20060428004239.N808@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 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 05:44:24 -0000 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