From owner-freebsd-current@FreeBSD.ORG Fri May 4 20:13:08 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5377F16A401 for ; Fri, 4 May 2007 20:13:08 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 2226A13C45B for ; Fri, 4 May 2007 20:13:08 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 97081 invoked from network); 4 May 2007 20:13:08 -0000 Received: from ppp-71-139-36-90.dsl.snfc21.pacbell.net (HELO ?10.0.0.250?) (nate-mail@71.139.36.90) by root.org with ESMTPA; 4 May 2007 20:13:08 -0000 Message-ID: <463B93CD.3000302@root.org> Date: Fri, 04 May 2007 13:13:01 -0700 From: Nate Lawson User-Agent: Thunderbird 2.0.0.0 (X11/20070424) MIME-Version: 1.0 To: current X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: agp_i810 not built on amd64? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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 May 2007 20:13:08 -0000 I have a desktop with i945GMS builtin video. It appears agp_i810.c is not built on amd64, hence no support for agp. This is on 6.x. none0@pci0:2:0: class=0x030000 card=0x31031565 chip=0x27728086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'Integrated Graphics Controller' class = display subclass = VGA sys/conf/files.i386:pci/agp_i810.c optional agp $ ls /sys/amd64/compile/SMP/*agp* /sys/amd64/compile/SMP/agp.o /sys/amd64/compile/SMP/agp_if.h /sys/amd64/compile/SMP/agp_amd64.o /sys/amd64/compile/SMP/agp_if.o /sys/amd64/compile/SMP/agp_if.c /sys/amd64/compile/SMP/agp_intel.o Is there any reason not to use i810 on amd64? A quick glance through doesn't show it doing anything 32-bit specific. On -current, it appears to be enabled for amd64. It appears this MFC never happened: revision 1.93 date: 2006/09/05 16:55:12; author: anholt; state: Exp; lines: +1 -0 Include agp_i810.c in amd64 AGP builds to get support for the Intel 915 Express chipsets. PR: kern/93676 Submitted by: Jan Blaha MFC after: 1 week -- Nate