From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 13 22:53:56 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1063106567A; Thu, 13 Jan 2011 22:53:56 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB828FC18; Thu, 13 Jan 2011 22:53:56 +0000 (UTC) Received: by qyk8 with SMTP id 8so5191401qyk.13 for ; Thu, 13 Jan 2011 14:53:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ivBTf/TNrcU0F3tAirmfv/Mn6URfdWh7JwDldwbOK7U=; b=sU8QoYie5/u7d/Xo5R1xz0Syg91Fv01JBll/0fmnXL7RapWZXq5e9mmYINoh03yi7A gAMaD2fg/hcrbbtL6E7qU48ZHefdF51U1aRieF3IfKJZUPriiSVUmCWPCOOABNc59FwJ TptenCqDCjG+QLAakan2tQCm1BIBS96ValtYo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=X/rjsL2c8YrJ8JVXJGqByyIZwVEBh4Kav9kOCLqgT8fdFwXt0iTooSHSbRTV2RG3lP XmOiT7uXchi0XPUhCPr7NAF7Ii9xKPdZeeaIOPAJ029J9BnsmqKAeVOxEzvZgU4J4XAy v42vqUrHORso8ma03ynboltSryJxauIFpNZwk= MIME-Version: 1.0 Received: by 10.229.220.83 with SMTP id hx19mr45445qcb.52.1294959235664; Thu, 13 Jan 2011 14:53:55 -0800 (PST) Received: by 10.220.187.7 with HTTP; Thu, 13 Jan 2011 14:53:55 -0800 (PST) In-Reply-To: <4D2F257C.50005@freebsd.org> References: <4D2DEC1B.3010208@freebsd.org> <4D2F257C.50005@freebsd.org> Date: Thu, 13 Jan 2011 17:53:55 -0500 Message-ID: From: Super Bisquit To: Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: Unable to compile drm.ko on powerpc X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2011 22:53:57 -0000 I see this > Identifier "Card0" > Driver "ati" > VendorName "ATI Technologies Inc" > BoardName "Rage 128 PR/PRO AGP 4x TMDS" > BusID "PCI:0:16:0" > > From the October 2008 ppc mailing list. Am I going to need to configure X with AGP 4X in the board name section? The Quicksilver will have a reinstallation with 9.0 snapshot with ports grabbed by csup or portsnap. I'll post the results and crashes on the proper mailing list. On this mailing list, I'd still like to know the open firmware commands for switching default graphic slots. On Thu, Jan 13, 2011 at 11:17 AM, Nathan Whitehorn wrote: > AGP is derived from PCI, so AGP devices show up on the PCI bus. All the AGP > kernel module does is provide hooks to manipulate some advanced features of > the bus, mostly for the benefit of drm. > -Nathan > > > On 01/12/11 19:24, Super Bisquit wrote: > >> My graphics port is agp and not pci. It's a Quicksilver 2002 with a >> 4x agp slot. >> Now, how do I make it work? That's the problem I've been recently asking >> about. >> Forgive me for bringing the next part here. >> The PowerPC snapshot 9 for the 32bit ppc needs updating. The ports >> tarball is behind. >> >> >> On 1/12/11, Nathan Whitehorn wrote: >> >>> On 01/12/11 02:39, Super Bisquit wrote: >>> >>>> http://slexy.org/view/s2NSVy7aTU >>>> >>>> The build also fails looking for machine/specialreg.h. This file is only >>>> found on i386/amd64 processors. Drm.ko is needed by agp.ko. >>>> >>> DRM is not required by AGP, rather the reverse, and DRM does not >>> presently work on powerpc. The AGP kernel module also doesn't provide >>> any useful features unless you are using DRM. You don't need either for >>> graphics on powerpc machines. >>> -Nathan >>> _______________________________________________ >>> freebsd-hackers@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >>> To unsubscribe, send any mail to " >>> freebsd-hackers-unsubscribe@freebsd.org" >>> >>> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org >> " >> > >