From owner-freebsd-stable@FreeBSD.ORG Fri Apr 22 00:09:51 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75C3A16A4CE for ; Fri, 22 Apr 2005 00:09:51 +0000 (GMT) Received: from mbc.edu (mail.mbc.edu [216.57.240.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E509E43D3F for ; Fri, 22 Apr 2005 00:09:50 +0000 (GMT) (envelope-from ckleski@mbc.edu) Received: from [192.168.0.101] by mbc.edu (Cipher TLSv1:RC4-MD5:128) (MDaemon.PRO.v8.0.0f2.R) with ESMTP id md50004682286.msg for ; Thu, 21 Apr 2005 20:09:38 -0400 From: ckleski@mbc.edu To: freebsd-stable@freebsd.org Date: Thu, 21 Apr 2005 20:11:13 +0000 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504212011.13444.ckleski@mbc.edu> X-SortMonster-MessageSniffer-Message: md50004682286.msg X-SortMonster-MessageSniffer-Rules: tgibseut-MDPv0.53b (SNFv2-3.1i2) No patterns matched. X-SortMonster-MessageSniffer-Result: 0 X-Authenticated-Sender: ckleski@mbc.edu X-Spam-Processed: mail.mbc.edu, Thu, 21 Apr 2005 20:09:38 -0400 (not processed: message from trusted or authenticated source) X-Lookup-Warning: HELO/EHLO lookup on 192.168.0.101 does not match 65.202.151.105 X-MDRemoteIP: 65.202.151.105 X-Return-Path: ckleski@mbc.edu X-MDaemon-Deliver-To: freebsd-stable@freebsd.org X-MDAV-Processed: mail.mbc.edu, Thu, 21 Apr 2005 20:09:39 -0400 Subject: i915 dri X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 00:09:51 -0000 Hi all, Strange error in initializing drm for i915: drmsub1: mem 0xe0080000-0xe00fffff,0xf0000000-0xf7ffffff at device 2.1 on pci0 error: [drm:pid526:drm_init] *ERROR* Card isn't AGP, or couldn't initialize AGP. device_attach: drmsub1 attach returned 12 But agp in fact loads fine: agp0: port 0x1800-0x1807 mem 0xe0000000-0xe007ffff,0xe8000000-0xefffffff irq 11 at device 2.0 on pci0 agp0: detected 16252k stolen memory agp0: aperture size is 128M I have tried various combinations of loading i915.ko and agp.ko (different orders, agp in kernel, agp in loader, etc) all without success. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=107649+0+current/freebsd-current This person also has a problem with drm, but dmesgs are different. The device appeared to attach correctly (unlike in my situation). Any ideas?