From owner-freebsd-stable@FreeBSD.ORG Mon Jun 23 17:53:36 2008 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 A0D89106566B for ; Mon, 23 Jun 2008 17:53:36 +0000 (UTC) (envelope-from jfb@mr-paradox.net) Received: from vexbert.mr-paradox.net (vexbert.mr-paradox.net [198.145.180.174]) by mx1.freebsd.org (Postfix) with ESMTP id 8622F8FC1A for ; Mon, 23 Jun 2008 17:53:36 +0000 (UTC) (envelope-from jfb@mr-paradox.net) Received: by vexbert.mr-paradox.net (Postfix, from userid 16139) id 4AA74844BD; Mon, 23 Jun 2008 13:53:36 -0400 (EDT) Date: Mon, 23 Jun 2008 13:53:35 -0400 From: Jeff Blank To: freebsd-stable@freebsd.org Message-ID: <20080623175335.GB58577@mr-happy.com> References: <20080617154342.GB49490@mr-happy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080617154342.GB49490@mr-happy.com> X-Face: #0jV*~a}VtKS-&E/!EJpH('H1Va}24dxF0oT&+.R3Gu8C; xhSC+<|+H84&YLbMvphuRT4cp3.|8EN_(2Eix/6{.Up~u`a^}0Ln&b+9Fw|BPig@-{y\pL_46d&ZwA]5%_AU?}DezfE&1!>H?3E$!Yve7.O<+..Jnb4:'6Ey_]FtFzU9=*l$1p/@gA,Ze>^5<]+r(XJ+m7`/vMDc$'wy|`e Subject: Re: bus_dmamem_alloc failed to align memory properly 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: Mon, 23 Jun 2008 17:53:36 -0000 On Tue, Jun 17, 2008 at 11:43:42AM -0400, Jeff Blank wrote: > I've installed a PCI (not PCIE) video card in a FreeBSD 7-STABLE > (20080616 ~19:00 UTC) amd64 system, and when Xorg starts, the kernel > logs the message in the subject. Context: > > Jun 17 11:27:30 bender kernel: drm0: on vgapci0 > Jun 17 11:27:30 bender kernel: info: [drm] Initialized radeon 1.25.0 20060524 > Jun 17 11:27:33 bender kernel: info: [drm] Setting GART location based on new memory map > Jun 17 11:27:33 bender kernel: bus_dmamem_alloc failed to align memory properly. > Jun 17 11:27:33 bender kernel: info: [drm] Loading R200 Microcode > Jun 17 11:27:33 bender kernel: info: [drm] writeback test succeeded in 2 usecs > Jun 17 11:27:33 bender kernel: drm0: [ITHREAD] > > Is this anything to worry about? Part of the reason I ask is that the > machine locked up hard (had to cut power) the first time I hit > ctrl-alt-bs to kill Xorg, though I can't reproduce that reliably (or, > really, at all just yet). Still hoping for an answer, as the PC locked up hard a few more times, always when trying to exit the X server (normal logout/all clients terminated, ctl-alt-bs, init 6). The PC is a Dell Optiplex 740. Its onboard video is NVidia NVS 210S nVidia GForce 6150, but that is disabled when an add-in video card is present (wasn't present in the 'pciconf -lv' I posted last week). What can I do to determine whether the X11 problem is "bus_dmamem_alloc failed to align memory properly" or something else with the card? thanks, Jeff