From owner-freebsd-current@FreeBSD.ORG Thu Mar 4 02:36:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E28F816A4CE for ; Thu, 4 Mar 2004 02:36:29 -0800 (PST) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0992343D2F for ; Thu, 4 Mar 2004 02:36:29 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.dons.net.au (localhost [127.0.0.1]) (authenticated bits=0) by cain.gsoft.com.au (8.12.9/8.12.8) with ESMTP id i24AaPQ9043844; Thu, 4 Mar 2004 21:06:25 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-current@freebsd.org Date: Thu, 4 Mar 2004 21:06:23 +1030 User-Agent: KMail/1.6 References: <20040304061123.82468.qmail@web13122.mail.yahoo.com> In-Reply-To: <20040304061123.82468.qmail@web13122.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403042106.23209.doconnor@gsoft.com.au> X-Spam-Score: -0.7 () CARRIAGE_RETURNS,IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: Doom Neine Subject: Re: if_bfe hangs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2004 10:36:30 -0000 On Thu, 4 Mar 2004 16:41, Doom Neine wrote: > i've noticed that there was a patch committed to fix > the problem with the bfe driver hanging - but i'm not > that proficient in making world and i don't want to > take my chances now just to get that one patch - so if > anyone could point me in the direction of that patch > and some general advice to not completely destroy my > box if there's no other way than world - ( i really > don't want to make world) - it'd be greatly > appreciated You "only" need to update your kernel not world :) You can get the diff here -> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/bfe/if_bfe.c.diff?r1=1.5&r2=1.6 Save it then do.. cd /usr patch