From owner-freebsd-ppc@FreeBSD.ORG Tue Nov 17 11:20:34 2009 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70F3B106568D for ; Tue, 17 Nov 2009 11:20:34 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bw0-f220.google.com (mail-bw0-f220.google.com [209.85.218.220]) by mx1.freebsd.org (Postfix) with ESMTP id C4E3B8FC17 for ; Tue, 17 Nov 2009 11:20:33 +0000 (UTC) Received: by bwz20 with SMTP id 20so6769263bwz.14 for ; Tue, 17 Nov 2009 03:20:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=0JDBICCZunZPX+D4+gdSLPdluPwyMLgk5zrXFymJ/M0=; b=LbyWdxQrxeFSnSFZgQjax3W0m3LAPzo868W7pldQdiYTKflXyEo3yLsEbkzcbJCqnl hJUZ5gEOdtrYs7hvUtB/zZmQFkeEpHDr8HZTnfk48fOK+DbuDULkXGXFj8QThrX+bZci pvN4zEO1G7rAJg7lRwdkZsFUzZ0UlMxiF5JdI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=RBN797+hcqtn9DMNJImuM6ZedjPBYAtgka8BxDRXx4p/K2hMWprISnReYXjkA317+c Onpx2jMEsNQqfelhssETmY46Lo99qU7dMosgmUKw1Wgvu9VgT8c0O5HyjRQvQ6y3E0aZ gmStpSUnqe+E+EFWte3GkhRBQ2/HAruhrR0mI= MIME-Version: 1.0 Sender: chmeeedalf@gmail.com Received: by 10.223.132.204 with SMTP id c12mr554293fat.80.1258456831338; Tue, 17 Nov 2009 03:20:31 -0800 (PST) In-Reply-To: <1258443381.12131.24.camel@horst-tla> References: <200911161106.nAGB6wkg011256@freefall.freebsd.org> <1258443381.12131.24.camel@horst-tla> Date: Tue, 17 Nov 2009 06:20:31 -0500 X-Google-Sender-Auth: 79858778eebc37cd Message-ID: From: Justin Hibbits To: =?ISO-8859-1?Q?Horst_G=FCnther_Burkhardt_III?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD bugmaster , freebsd-ppc@freebsd.org Subject: Re: Current problem reports assigned to freebsd-ppc@FreeBSD.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 11:20:34 -0000 On Tue, Nov 17, 2009 at 2:36 AM, Horst G=FCnther Burkhardt III < horst@sxemacs.org> wrote: > On Mon, 2009-11-16 at 11:06 +0000, FreeBSD bugmaster wrote: > > o power/139154 ppc Patch for Altivec sysctl > > Hasn't this been implemented in the kernel for 8.0 release? :/ > > -- Horst > Altivec itself is implemented. This patch adds a sysctl for machdep so tha= t certain software which relies on that sysctl can use it. It's based on OpenBSD's , and is not in the tree yet.