From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 16 19:23:30 2005 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org 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 8942716A44B for ; Fri, 16 Dec 2005 19:23:29 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 549BA43DEF for ; Fri, 16 Dec 2005 19:22:52 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id jBGJYRdg081440; Fri, 16 Dec 2005 14:34:27 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: "O. Hartmann" Date: Fri, 16 Dec 2005 14:21:58 -0500 User-Agent: KMail/1.6.2 References: <43A1636A.6030108@mail.uni-mainz.de> <200512161230.41499.jkim@FreeBSD.org> <43A30B25.3030102@mail.uni-mainz.de> In-Reply-To: <43A30B25.3030102@mail.uni-mainz.de> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200512161422.00688.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1210/Thu Dec 15 10:23:22 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: freebsd-amd64@FreeBSD.org Subject: Re: device drm with PCIe? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2005 19:23:30 -0000 On Friday 16 December 2005 01:44 pm, O. Hartmann wrote: > Jung-uk Kim schrieb: > > On Thursday 15 December 2005 07:36 am, O. Hartmann wrote: > >>Normally 'device drm' is only useable in conjunction with 'device > >>agp'. A lot of amd64 based boxes now use PEG slots for their > >>graphics accelerators. Is it possible to utilize 'drm' with PCIe > >>devices? > > > > Yes. It should work, at least in theory. ;-) > > > >>Does device agp has any effect on PCIe graphics accelerators? > > > > No. You don't need it for PCI-Express controller. > > Ok, but without AGP (device agp) in my kernel config file, I get a > lot of errors while linking the kernel of missing agp_xxxxx > routines (FreeBSD 6.0-STABLE/amd64). So, device drm alone seems to > be useless (although in conjunction with device pci). Did you try 'make clean; make cleandepend; make depend; make'? Jung-uk Kim > > Jung-uk Kim > > > >>Thanks, > >>Oliver