From owner-freebsd-stable@FreeBSD.ORG Thu Mar 26 11:23:12 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 B1E741065670; Thu, 26 Mar 2009 11:23:12 +0000 (UTC) (envelope-from lists@reiteration.net) Received: from smtp1.servage.net (smtp1.servage.net [77.232.76.11]) by mx1.freebsd.org (Postfix) with ESMTP id 751168FC0C; Thu, 26 Mar 2009 11:23:12 +0000 (UTC) (envelope-from lists@reiteration.net) Received: from [192.168.0.20] (roobarb.growveg.org [62.49.247.174]) by smtp1.servage.net (Postfix) with ESMTP id 8EEA4F981D9; Thu, 26 Mar 2009 11:23:11 +0000 (GMT) Message-ID: <49CB659D.2000108@reiteration.net> Date: Thu, 26 Mar 2009 11:23:09 +0000 From: John User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Weongyo Jeong References: <49CAA7AB.8030506@reiteration.net> <20090326025431.GC14916@weongyo.cdnetworks.kr> In-Reply-To: <20090326025431.GC14916@weongyo.cdnetworks.kr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable 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: Thu, 26 Mar 2009 11:23:13 -0000 Weongyo Jeong wrote: > Could you please test it with attached patch to fix a page fault? I > don't know why bus_dma_tag_create() returns ENOMEM that it looks > temporary. Hi, Seems the patch failed to apply: [root@potato /usr/src/sys/dev/malo]# ls -la total 140 drwxr-xr-x 2 root wheel 512 Mar 26 11:17 . drwxr-xr-x 199 root wheel 3072 Mar 24 16:58 .. -rw-r--r-- 1 root wheel 66668 May 4 2008 if_malo.c -rw-r--r-- 1 root wheel 19096 May 4 2008 if_malo.h -rw-r--r-- 1 root wheel 9625 Mar 26 11:14 if_malo_pci.c -rw-r--r-- 1 root wheel 22333 May 4 2008 if_malohal.c -rw-r--r-- 1 root wheel 8266 May 4 2008 if_malohal.h -rw-r--r-- 1 root wheel 3722 May 4 2008 if_maloioctl.h -rw-r--r-- 1 root wheel 375 Mar 26 11:15 patch_malo_20090326_panic.diff [root@potato /usr/src/sys/dev/malo]# patch < patch_malo_20090326_panic.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: if_malo_pci.c |=================================================================== |--- if_malo_pci.c (revision 187939) |+++ if_malo_pci.c (working copy) -------------------------- Patching file if_malo_pci.c using Plan A... Hunk #1 failed at 260. 1 out of 1 hunks failed--saving rejects to if_malo_pci.c.rej done thanks, -- John