From owner-freebsd-current@FreeBSD.ORG Fri Jun 15 05:24:20 2007 Return-Path: X-Original-To: freebsd-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 9E84016A469 for ; Fri, 15 Jun 2007 05:24:20 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 4D92513C465 for ; Fri, 15 Jun 2007 05:24:20 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so1426962pyi for ; Thu, 14 Jun 2007 22:24:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=JHfM/4oFcHQDQSVZhAL2Oy2ZH2EaTmCLwUXfqcExbzZbfHos+bsWxs1P8gDL+LRlccHA9M6NLn7WD3mHUGQ4CSIGcjP/Az9uBHpy9lB2pwsxwTkEOjBX9dNmMxhknyf8zyhn40flADGQB2bpUCZtVYTJshEFyjPLsP4pCk5YCFk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=cpQ40ag5u0Cq9phCsyuvb2wrNqIi8G9F6yzxwWadEdLxYjjwDDIvtdDSwN2qLNGooqyBxCOu+0r+BoGGXN7XuZTQ7dsOKF+7/yzDJpgvpjmVlJruapgeIE9pJ9DMS3Uni9XDFDauE1Dy1YKev1JJxMvAh3lKpNOWYwXGLDgkGhI= Received: by 10.65.214.2 with SMTP id r2mr4469726qbq.1181883550771; Thu, 14 Jun 2007 21:59:10 -0700 (PDT) Received: by 10.64.209.15 with HTTP; Thu, 14 Jun 2007 21:59:10 -0700 (PDT) Message-ID: <3b47caa90706142159v4e7e1ebbu7d3de97a8b04fda3@mail.gmail.com> Date: Thu, 14 Jun 2007 23:59:10 -0500 From: Novembre To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Intel 965 and AGP 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, 15 Jun 2007 05:24:20 -0000 Hello, Is Intel G965 supported on -CURRENT? It seems that the chipset cannot be detected as AGP by the kernel module 'agp' (it is a PCI Express chip in reality, as far as I know), so 'i915' and 'drm' modules cannot be loaded, and the X.org driver for i810 cannot be used to start X. Previously, I had 6.2-RELEASE installed, and that did not support the chipset (no agpgart device in /dev/, no 'agp' kernel module loaded). I tried updating some source files (agp.c, agp_intel.c, agp_i810.c, agpreg.h) using the -CURRENT sources and patching agp.c and agpreg.h with Eric Anholt's submitted patch ( see http://docs.freebsd.org/cgi/mid.cgi?1177096992.5641.11.camel ), but that didn't work as well; no matter what I tried with 6.2-RELEASE, no agp device was detected. Then I erased my -RELEASE install and tried -STABLE with the same results - no agp present. So I tried installing 7.0-CURRENT (though I could not install it, but that's another issue). Looking at the output of the system while booting, it was the only time that instead of ---------- pci0: at device 2.0 (no driver attached) ---------- I did get something else (sorry, I don't remember the exact output now, but 'no driver attached' was not there and some hex address was present). Then I tried loading the 'i915' and 'drm' modules at the loader prompt, and 'drm' said something along the lines of 'no agp device present' (again, i don't remember the exact message), so it did not load. This is all before installing the 7.0-CURRENT (which I could not do), so maybe if I use Eric Anholt's patch for agp.c, it'll work. I would greatly appreciate any help here...