From owner-freebsd-current@FreeBSD.ORG Sun Feb 1 20:10:50 2009 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 4DF741065672 for ; Sun, 1 Feb 2009 20:10:50 +0000 (UTC) (envelope-from ralph@imada.sdu.dk) Received: from berlioz.imada.sdu.dk (berlioz.imada.sdu.dk [130.225.128.12]) by mx1.freebsd.org (Postfix) with ESMTP id 0B9028FC12 for ; Sun, 1 Feb 2009 20:10:49 +0000 (UTC) (envelope-from ralph@imada.sdu.dk) Received: from localhost (localhost [127.0.0.1]) by localhost.imada.sdu.dk (Postfix) with ESMTP id 913536270A for ; Sun, 1 Feb 2009 20:37:54 +0100 (CET) X-Virus-Scanned: amavisd-new at imada.sdu.dk Received: from berlioz.imada.sdu.dk ([127.0.0.1]) by localhost (berlioz.imada.sdu.dk [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5MUuEE0k31k4 for ; Sun, 1 Feb 2009 19:37:53 +0000 (UTC) Received: from [90.185.65.46] (unknown [90.185.65.46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by berlioz.imada.sdu.dk (Postfix) with ESMTP id 6551362709 for ; Sun, 1 Feb 2009 20:37:53 +0100 (CET) Message-ID: <4985FA10.5080604@imada.sdu.dk> Date: Sun, 01 Feb 2009 20:37:52 +0100 From: Ralph Zitz User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: patch r187693 breaks HAL on amd64-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 01 Feb 2009 20:10:50 -0000 I'm not a HAL expert, but it seems that the patch makes HAL create a zombie process when watching /dev/cd0. Reversing the patch makes HAL work again. Link to patch message: http://lists.freebsd.org/pipermail/svn-src-all/2009-January/004073.html Regards Ralph Zitz.