From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 12 09:09:10 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 1EA16106566B for ; Wed, 12 Jan 2011 09:09:10 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id CA4688FC08 for ; Wed, 12 Jan 2011 09:09:09 +0000 (UTC) Received: by qwj9 with SMTP id 9so338466qwj.13 for ; Wed, 12 Jan 2011 01:09:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=loC1jfVomRxdKbm+YeI89Pq0NPIp+aKz3e8zU18jw8I=; b=wRS7VWQjW6bxgQHfSbXSTS1ne2rNPCKSZaSGf8yw0d8Scx/7Ug8OuVVM4GwUAWrBcW QU/vC1qYdNldX72kkv44N2Det8yyWjjDYiXsKVbQHUthV8O96MqWTfzYKD/DwBsondF3 0mTTw0suyuAkYW3zgwIugr4j9p1M+6on8UBS8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qv49KnYDXZptCcTLjT9g5IFkjAYynkhsPZ4AWYTysIG2Vp+PjnmXq3B8f0SHPFsAnK w1QTedIuwzQLXcaIxrtfdYwK+1ngsdAbLWfgmp7xrkFKUGoNnu2zgabVBTfkGEeak9jb vkkBFdsX5RjnGDCkw1jwE1kW073AQ1CiRAtVg= MIME-Version: 1.0 Received: by 10.229.183.66 with SMTP id cf2mr625607qcb.90.1294821570723; Wed, 12 Jan 2011 00:39:30 -0800 (PST) Received: by 10.220.187.7 with HTTP; Wed, 12 Jan 2011 00:39:30 -0800 (PST) Date: Wed, 12 Jan 2011 03:39:30 -0500 Message-ID: From: Super Bisquit To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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: Wed, 12 Jan 2011 09:09:10 -0000 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.