From owner-freebsd-current@FreeBSD.ORG Fri Mar 4 11:16:40 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DE916A4CE for ; Fri, 4 Mar 2005 11:16:40 +0000 (GMT) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 1CD3C43D5A for ; Fri, 4 Mar 2005 11:16:38 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 18082 invoked from network); 4 Mar 2005 11:11:16 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 4 Mar 2005 11:11:16 -0000 Received: (qmail 25815 invoked by uid 89); 4 Mar 2005 11:22:21 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 4 Mar 2005 11:22:21 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 56FE9114D4; Fri, 4 Mar 2005 13:16:33 +0200 (EET) Date: Fri, 4 Mar 2005 13:16:32 +0200 From: Ion-Mihai Tetcu To: Sangwoo Shim Message-ID: <20050304131632.16566115@it.buh.tecnik93.com> In-Reply-To: <20050304101919.GC35388@neo.redjade.org> References: <20050304111552.57efa87a@it.buh.tecnik93.com> <200503041013.j24ADUiT012335@peedub.jennejohn.org> <20050304101919.GC35388@neo.redjade.org> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: [5.4-PRE regression] radeon drm => instant reboot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 04 Mar 2005 11:16:40 -0000 On Fri, 4 Mar 2005 19:19:19 +0900 Sangwoo Shim wrote: > On Fri, Mar 04, 2005 at 11:13:30AM +0100, Gary Jennejohn wrote: > > > > Ion-Mihai Tetcu writes: > > > I'm currently recompiling graphics/dri to see if it makes any difference. > > > > > > > That won't help; phk made a change in /sys/dev/drm which breaks it. > > There's a patch floating around, but I can't remember whether it was > > discussed in this ML or in the commit ML. > > Was discussed in cvs-all. Refer following. > http://marc.theaimsgroup.com/?l=freebsd-cvs-all&m=110962720908198&w=2 Thanks, unfortunately I'm not seeing any MFC of drm_bufs.h so this doesn't seem to be the problem. There are 3 MFC in this time interval on drm, made by obrian on 2005-03-02: Modified files: (Branch: RELENG_5) sys/dev/drm drm_sysctl.h Log: MFC: rev 1.8: Use the SYSCTL_ADD_OID macro, instead of sysctl_add_oid(). Revision Changes Path 1.7.2.2 +1 -1 src/sys/dev/drm/drm_sysctl.h Modified files: (Branch: RELENG_5) sys/dev/drm drm_os_freebsd.h Log: MFC: rev 1.21: Specifically use the 32-bit version of fuword/suword. Revision Changes Path 1.20.2.3 +4 -5 src/sys/dev/drm/drm_os_freebsd.h Modified files: (Branch: RELENG_5) sys/dev/drm radeon_state.c Log: MFC: rev 1.14: move ptr deref's to after null checks Revision Changes Path 1.11.2.2 +6 -3 src/sys/dev/drm/radeon_state.c -- IOnut Unregistered ;) FreeBSD "user"