From owner-cvs-src@FreeBSD.ORG Tue Apr 18 09:22:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254EF16A406; Tue, 18 Apr 2006 09:22:00 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5D9143D48; Tue, 18 Apr 2006 09:21:54 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 79EFE37BD3; Tue, 18 Apr 2006 11:21:53 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id 3C55822824; Tue, 18 Apr 2006 11:21:54 +0200 (CEST) Date: Tue, 18 Apr 2006 11:21:54 +0200 From: Michael Landin Hostbaek To: Eric Anholt Message-ID: <20060418092154.GA75039@mich2.itxmarket.com> Mail-Followup-To: Michael Landin Hostbaek , Eric Anholt , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200604180614.k3I6EiY4086988@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604180614.k3I6EiY4086988@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/drm drmP.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 09:22:00 -0000 Eric Anholt (anholt) writes: > anholt 2006-04-18 06:14:43 UTC > > FreeBSD src repository > > Modified files: > sys/dev/drm drmP.h > Log: > Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing > i915 attachment. Cheers, it fixed the AGP error for me. Btw, is it normal that it appears twice in syslog; Apr 18 11:17:38 mich kernel: drm0: on vgapci0 Apr 18 11:17:38 mich kernel: info: [drm] AGP at 0xd8000000 128MB Apr 18 11:17:38 mich kernel: info: [drm] Initialized i915 1.4.0 20060119 Apr 18 11:17:38 mich kernel: drm1: on vgapci1 Apr 18 11:17:38 mich kernel: info: [drm] AGP at 0xd8000000 128MB Apr 18 11:17:38 mich kernel: info: [drm] Initialized i915 1.4.0 20060119 /mich