From owner-freebsd-questions@FreeBSD.ORG Sat Jan 7 11:27:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC6416A41F for ; Sat, 7 Jan 2006 11:27:10 +0000 (GMT) (envelope-from jbwalters@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4EA143D45 for ; Sat, 7 Jan 2006 11:27:09 +0000 (GMT) (envelope-from jbwalters@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so3023478wra for ; Sat, 07 Jan 2006 03:27:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uom7akpQ8M4h8CcwHfTnFiqwxel35pd3cwE7mvOdlmv7b0jZMej+xRkF/xWBbFawcdZtcttj5lZqR5b4hdv0nUdYuFt5Lht7ovy8GAW0empafmqQv60DiR1p86Uv2hGCyzrrQwOfNoYbnGTkyUcM71e8wi/qz1HsivTezbLuKRE= Received: by 10.65.153.12 with SMTP id f12mr6690880qbo; Sat, 07 Jan 2006 03:27:08 -0800 (PST) Received: by 10.65.233.18 with HTTP; Sat, 7 Jan 2006 03:27:08 -0800 (PST) Message-ID: Date: Sat, 7 Jan 2006 06:27:08 -0500 From: jbw To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: i915G and agp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jbwalters@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2006 11:27:10 -0000 All, I recently re-installed FreeBSD on my PC after checking out gentoo for a month or two. I am running 6-STABLE. My machine has a i915G graphics chip which does not appear to be recognized and doesn't load the agp driver at boot time. Before gentoo I had 5-STABLE on this machine and it worked fine. device agp is in my kernel configuration file. I have tried adding the load statements to loader.conf. and it still doesn't load agp. My dmesg output is pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 vgapci0: port 0xe898-0xe89f mem 0xdff00000-0xdff7f= fff,0 xc0000000-0xcfffffff,0xdfec0000-0xdfefffff irq 16 at device 2.0 on pci0 vgapci1: mem 0xdff80000-0xdfffffff at device 2.1 o= n pci 0 pcib2: irq 16 at device 28.0 on pci0 pci2: on pcib2 The output from pciconf -vl is hostb0@pci0:0:0: class=3D0x060000 card=3D0x01811028 chip=3D0x2580808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82915G/GV/GL/P/PL/GL Grantsdale Host Bridge/DRAM Controll= er' class =3D bridge subclass =3D HOST-PCI pcib1@pci0:1:0: class=3D0x060400 card=3D0x00000088 chip=3D0x25818086 rev=3D= 0x04 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82915G/P/PL Grantsdale Host-PCI Express Graphics Bridge' class =3D bridge subclass =3D PCI-PCI vgapci0@pci0:2:0: class=3D0x030000 card=3D0x01811028 chip=3D0x2582808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82915G/GV/GL, 82910GL Integrated Graphics Device' class =3D display subclass =3D VGA vgapci1@pci0:2:1: class=3D0x038000 card=3D0x01811028 chip=3D0x2782808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82915G/GV/GL, 82910GL Graphics Controller (??)' class =3D display pcib2@pci0:28:0: class=3D0x060400 card=3D0x00000040 chip=3D0x2660808= 6 rev=3D0x03 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82801FB/FR/FW/FRW PCI Express Port 1' class =3D bridge subclass =3D PCI-PCI Any help would be appreciated. thanks, -jbw