From owner-freebsd-amd64@FreeBSD.ORG Mon Nov 29 23:44:30 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9F6916A4CE for ; Mon, 29 Nov 2004 23:44:30 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6F7D43D58 for ; Mon, 29 Nov 2004 23:44:27 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id iATNiR8U011774; Mon, 29 Nov 2004 18:44:27 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-amd64@freebsd.org Date: Mon, 29 Nov 2004 18:44:14 -0500 User-Agent: KMail/1.6.2 References: <1101824272.647.8.camel@localhost> In-Reply-To: <1101824272.647.8.camel@localhost> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200411291844.14522.jkim@niksun.com> X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on anuket.mj.niksun.com X-Virus-Status: Clean Subject: Re: Matrox G550 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:44:30 -0000 On Tuesday 30 November 2004 09:17 am, James Earl wrote: > Hi, > > I just recently setup an Athlon 64 system. I'm using an Asus A8V > Deluxe (rev 2.0) motherboard, and a Matrox G550 video card. I got > the video card working under FreeBSD i386, but I'm having issues > under FreeBSD amd64. > > I read a previous post that makes me believe the drivers won't work > on an amd64 system. However, one additional difference I noticed > between booting up FreeBSD amd64 vs. FreeBSD i386, is that my agp > device doesn't show up under FreeBSD amd64 (even after adding > 'device agp' under FreeBSD amd64 kernel). I don't know about G550 but agp driver doesn't really matter if you don't want DRI, i. e., 3D acceleration. > Does agp work under FreeBSD amd64? Can you try the following patch? http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pci/agp_amd64.c.diff?r1=1.2&r2=1.3 Jung-uk Kim > If the Matrox drivers are architecture dependent, is it possible to > compile a driver using the driver source Matrox provides? > > James