From owner-freebsd-current@FreeBSD.ORG Fri Dec 13 05:02:56 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21187347 for ; Fri, 13 Dec 2013 05:02:56 +0000 (UTC) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DB491EF3 for ; Fri, 13 Dec 2013 05:02:54 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id rBD52bR4057277; Fri, 13 Dec 2013 06:02:45 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <52AA94ED.1090607@fgznet.ch> Date: Fri, 13 Dec 2013 06:02:37 +0100 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Eitan Adler , freebsd-current Current Subject: Re: Fwd: r259154 panics References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 13 Dec 2013 05:02:56 -0000 On 13.12.13 05:34, Eitan Adler wrote: > Since I got no reply on -hackers... > > Have you tried after 259221? I had a similar panic where the process was vidcontrol and doing the IOCPARM_IVAL part only for the COMPAT_XX helped me. Andreas