From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 7 21:36:49 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C035216D95C for ; Wed, 7 Jun 2006 19:29:27 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7959343D48 for ; Wed, 7 Jun 2006 19:29:27 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k57JTNlM091605; Wed, 7 Jun 2006 12:29:24 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-hackers@freebsd.org Date: Wed, 7 Jun 2006 15:29:22 -0400 User-Agent: KMail/1.9.3 References: <20060607141419.0b0c1a44.vlady@gbservices.biz> <20060607150152.GA2018@tin.it> <20060607183403.06e60f4c.vlady@gbservices.biz> In-Reply-To: <20060607183403.06e60f4c.vlady@gbservices.biz> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606071529.22725.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Vladimir Terziev Subject: Re: Intel 945GM chipset support X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 21:36:52 -0000 On Wednesday 07 June 2006 11:34, Vladimir Terziev wrote: > This doesn't sound good :( > > As i found in XOrg's documentation, i945 graphics chip is supported by > i810 XOrg driver, but i suppose the apg support must be provided by the > kernel ?! I suspect that you will have agp support if you run a recent (post 6.1) -stable or -current. I have an 845G and it started working (without any patching from me) a little while ago: agp0: mem 0x88000000-0x8fffffff,0x80000000-0x8007ffff irq 16 at device 2.0 on pci0 drmsub0: : (child of agp_i810.c) on agp0 Also, there is an entry for the i945G and i945GM in src/sys/dev/drm/drm_pciids.h on my system (recent 6-STABLE). HTH, JN