From owner-freebsd-stable@FreeBSD.ORG Fri Mar 27 21:13:46 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 925E2106566C; Fri, 27 Mar 2009 21:13:46 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id F15178FC2E; Fri, 27 Mar 2009 21:13:45 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ey-out-2122.google.com with SMTP id 4so242991eyf.7 for ; Fri, 27 Mar 2009 14:13:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=wY9oRDKXMi59WsrxdcZBGwNLTnjFzlPMnjGB1sPuZrk=; b=iZymp5wr+L/nhxlQzI34NxlcwX8NI/a/aEUN5Gpj4xN+5VJEeS2MyWnMRiy5hCnS70 t/JfSqjrCWb71auo51diKGh6Tm9+zGPY2pC93uOetnMSUl0ykSDG0wJhfaFzG0FpQ6eP ssnI4Ci5X8x82OKQhLeEx8lUnr+D2if3/42IA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vW14TFjqEmTcyu1PYJDhWOlaYVrLCzs5jF895twNf82BJZTx8TGHuVwNQ+6jQdYQMW OOojx35x0xGrxzYW2vekQuvEe4rBWNmK+2dfPzFs3IPt5VDEg14D3aDVsDZQhQd2nMdn kOY+t06JlpdHPkQCU0jgi/oxnNOj5A8Y9fQY4= MIME-Version: 1.0 Received: by 10.210.34.5 with SMTP id h5mr1927382ebh.59.1238188424817; Fri, 27 Mar 2009 14:13:44 -0700 (PDT) In-Reply-To: <49CD1C23.1010800@reiteration.net> References: <49CAA7AB.8030506@reiteration.net> <20090326025431.GC14916@weongyo.cdnetworks.kr> <49CB659D.2000108@reiteration.net> <20090327063245.GD19512@weongyo.cdnetworks.kr> <49CD1C23.1010800@reiteration.net> Date: Fri, 27 Mar 2009 22:13:44 +0100 Message-ID: <3a142e750903271413v1458dfc0g3576435eecbd96e3@mail.gmail.com> From: "Paul B. Mahol" To: John Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable , Weongyo Jeong Subject: Re: malo causes sig 12 error and panic on Freebsd 7.2-PRERELEASE (7-STABLE) 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, 27 Mar 2009 21:13:46 -0000 On 3/27/09, John wrote: > Weongyo Jeong wrote: >> >> It looks something goes wrong so could you please patch if_malo_pci.c >> manually it's a very simple patch and test? Sorry for inconvenience. > > After editing, is it sufficient to just build and install a new kernel? Yes, (or only if_malo module if you plan to use kldload/loader.conf: cd /sys/modules/malo && make && make install) -- Paul