From owner-freebsd-stable@FreeBSD.ORG Fri Apr 22 21:32:26 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 602EB16A4CE for ; Fri, 22 Apr 2005 21:32:26 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB99543D45 for ; Fri, 22 Apr 2005 21:32:25 +0000 (GMT) (envelope-from amracks@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so809088wri for ; Fri, 22 Apr 2005 14:32:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B66UBbMmh8VmnWSYk9hJOtNMpTk38GGyF1wPlVNEIqLzJH4fQpVV5Rb/1OUtThuuJ3+G/P9th3dZJR2xZt0y9w+gDyjnCIoGwJqU0yZy3wnNMWFG8mKbsfK3bVsF0pF9olmhWIt0lUZtn+K6/vJXKOIsTmtT0iaJWNIUrQOmrcE= Received: by 10.54.28.17 with SMTP id b17mr694204wrb; Fri, 22 Apr 2005 14:32:22 -0700 (PDT) Received: by 10.54.79.16 with HTTP; Fri, 22 Apr 2005 14:32:22 -0700 (PDT) Message-ID: <4415e9c105042214324828aa33@mail.gmail.com> Date: Fri, 22 Apr 2005 14:32:22 -0700 From: Andrew Marks To: "ckleski@mbc.edu" , freebsd-stable@freebsd.org In-Reply-To: <200504221448.52713.ckleski@mbc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200504212011.13444.ckleski@mbc.edu> <4415e9c105042211125ebe650a@mail.gmail.com> <200504221448.52713.ckleski@mbc.edu> Subject: Re: i915 dri X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew Marks 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 21:32:26 -0000 Well, I got to where you are now. Except I have the agp stuff build into my kernel. But I get the same thing as you. drmsub1: mem 0xe0080000-0xe00fffff,0xf0000000-0xf7ffffff at device 2.1 on pci0 error: [drm:pid9092:drm_init] *ERROR* Card isn't AGP, or couldn't initialize AGP. device_attach: drmsub1 attach returned 12 -Andrew On 4/22/05, ckleski@mbc.edu wrote: > You can browse the CVS tree at >=20 > http://cvs.freedesktop.org/dri/drm/ >=20 > or this page has instructions on pulling the necessary files from CVS. >=20 > http://dri.freedesktop.org/wiki/Download >=20 > If you're successful in loading the i915.ko module, I'd be very intereste= d in > how you did it. >=20 > Craig >=20 >=20 > On Friday 22 April 2005 06:12 pm, Andrew Marks wrote: > > On 4/21/05, ckleski@mbc.edu wrote: > > > 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-0x18= 07 > > > 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=3D107649+0+current/freeb= sd-cur > > >rent > > > > > > This person also has a problem with drm, but dmesgs are different. T= he > > > device appeared to attach correctly (unlike in my situation). > > > > > > Any ideas? > > > > > > _______________________________________________ > > > freebsd-stable@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.= org" > > > > This is totally unrelated, but where did you get i915.ko in the first > > place. I don't even get as far as you, because I don't evey have the > > i915 module. I applied that patch to my drm just now, but without the > > i915 driver I can't really try it out. I searched all my kernel > > config files, and ports and I don't see anything related to i915. > > > > -Andrew >=20 >