From owner-freebsd-current@FreeBSD.ORG Thu Jun 5 05:18:13 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 749331065691; Thu, 5 Jun 2008 05:18:13 +0000 (UTC) (envelope-from thierry@herbelot.com) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.freebsd.org (Postfix) with ESMTP id 3282A8FC1F; Thu, 5 Jun 2008 05:18:12 +0000 (UTC) (envelope-from thierry@herbelot.com) Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 058AC3EA17E; Thu, 5 Jun 2008 07:18:12 +0200 (CEST) Received: from mail.herbelot.nom (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by smtp4-g19.free.fr (Postfix) with ESMTP id C46283EA14E; Thu, 5 Jun 2008 07:18:11 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by mail.herbelot.nom (8.14.1/8.14.1) with ESMTP id m555I86m001140; Thu, 5 Jun 2008 07:18:10 +0200 (CEST) From: Thierry Herbelot To: freebsd-current@freebsd.org Date: Thu, 5 Jun 2008 07:17:50 +0200 User-Agent: KMail/1.9.7 References: <200805291503.15787.jhb@freebsd.org> <200806040846.33694.thierry@herbelot.com> <200806041054.10117.jhb@freebsd.org> In-Reply-To: <200806041054.10117.jhb@freebsd.org> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200806050717.51575.thierry@herbelot.com> Cc: Subject: Re: ie(4) MPSAFE patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 05:18:13 -0000 Le Wednesday 04 June 2008, John Baldwin a écrit : > On Wednesday 04 June 2008 02:46:33 am Thierry Herbelot wrote: > > > > PS : there is also this kind of harmless messages at boot : > > > > # ifconfig ie1 up > > > > module_register: module isa/ie_SL already exists! > > > > Module isa/ie_SL failed to register: 17 > > > > module_register: module isa/ie_EE16 already exists! > > > > Module isa/ie_EE16 failed to register: 17 > > > > module_register: module isa/ie_3C507 already exists! > > > > Module isa/ie_3C507 failed to register: 17 > > > > > > Try http://www.FreeBSD.org/~jhb/patches/ie_mod.patch > > > > then, bad luck : > > > > panic: _mtx_lock_sleep: recursed on non-recursive mutex ie1 > > @ /usr/src/sys/dev/ie/if_ie.c:1490 > > This is a bug in the original patch. I've updated ie_mod.patch to fix > this. Thanks again for testing. the second ie_mod.patch is fine ;-) TfH