From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 22 00:09:37 2010 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 9ED39106566B for ; Mon, 22 Nov 2010 00:09:37 +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 537AE8FC0C for ; Mon, 22 Nov 2010 00:09:36 +0000 (UTC) Received: by qwi4 with SMTP id 4so220026qwi.13 for ; Sun, 21 Nov 2010 16:09:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=e700q+K70Xp7CmyWxpWkjCachzwyMof/M2rK88HHMCU=; b=ZwbK4ZfdXTWR2LejZE/2XckAtQzMXDyUhBGXEWfZZ2zh57DQ1dz9gDFdpXq/46fZEW TJDWKIemyaqBffOrYTHUfvzUCFinIVNNZCzu295pDXeKyaXDRj8EMuSMH8M+Sh3bo8WQ wp1i26GV1+zOAPR1S88iFxCbWRPKeQcWDfLOw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MM5dQRcGpDaEY8S5eM5stmkjRR26O2R8VYFuCsUwKTFXiabis8gUyFpRmkbGJ+gD70 9T+cZXdwWVa8tbZdRke3EZS8WVbEI8/mmSmJLeNyWSTaMSlrTcx4wJNlyoT+tZuj49+C 5YzV/5hHYl4lIw6Vs4wEotUHdrBrTmYG/UDo8= MIME-Version: 1.0 Received: by 10.224.3.14 with SMTP id 14mr3677469qal.52.1290382773053; Sun, 21 Nov 2010 15:39:33 -0800 (PST) Received: by 10.220.194.131 with HTTP; Sun, 21 Nov 2010 15:39:32 -0800 (PST) Date: Sun, 21 Nov 2010 18:39:32 -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: drm.ko/radeon build stops with specialreg.h 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: Mon, 22 Nov 2010 00:09:37 -0000 FreeBSD SNAPSHOT-9 from people.freebsd.org/~nwhitehorn not ppc64. In the directories of /usr/src/sys/modules/drm/ and of /usr/src/sys/modules/drm/radeon the build breaks with specialeg.h not found. Using find -f /|grep specialreg.h only leaves me with /usr/src/sys/(x86-variant)/include/speialreg.h. At the same time, make complains of object directory not being changed.