From owner-svn-src-all@FreeBSD.ORG Fri Dec 5 09:42:21 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9E31F4B; Fri, 5 Dec 2014 09:42:21 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7679BEF7; Fri, 5 Dec 2014 09:42:21 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id D251B1FE023; Fri, 5 Dec 2014 10:42:18 +0100 (CET) Message-ID: <54817E16.3030206@selasky.org> Date: Fri, 05 Dec 2014 10:42:46 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= , John-Mark Gurney Subject: Re: svn commit: r275468 - head/sys/dev/usb/controller References: <201412032155.sB3LtjJN043364@svn.freebsd.org> <20141204005451.GM99957@funkthat.com> <54800B60.9020208@selasky.org> <20141204175032.GQ99957@funkthat.com> <86sigve0c0.fsf@nine.des.no> <201412032155.sB3LtjJN043364@svn.freebsd.org> <20141204005451.GM99957@funkthat.com> <1373EB55-4238-40D0-B481-53C8B46D6E6C@FreeBSD.org> <86wq67e3y8.fsf@nine.des.no> <20141204191904.GB25139@funkthat.com> <86oarie90n.fsf@nine.des.no> In-Reply-To: <86oarie90n.fsf@nine.des.no> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: svn-src-head@freebsd.org, Hans Petter Selasky , svn-src-all@freebsd.org, src-committers@freebsd.org, Dimitry Andric X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 09:42:21 -0000 On 12/05/14 10:33, Dag-Erling Smørgrav wrote: > John-Mark Gurney writes: >> So this says that you think it should be using the builtin, yet when I >> suggested it, you say no? Which is it? > > Use ffs(), let libkern worry about how it's implemented. > > DES > Hi, One more question. Is ffs() available in the loader too? Because this code is also built for the loader? I guess I could figure this out myself though ... --HPS