From owner-freebsd-current@FreeBSD.ORG Sun Jun 12 09:52:28 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27C36106566B for ; Sun, 12 Jun 2011 09:52:28 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id D946C8FC15 for ; Sun, 12 Jun 2011 09:52:27 +0000 (UTC) Received: by iyj12 with SMTP id 12so4672632iyj.13 for ; Sun, 12 Jun 2011 02:52:27 -0700 (PDT) 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=MO2km1Q7GjdLCmWkz9NoI755O8n5TJ8TWxd/EUPTS1s=; b=x7kq+kivuFfPgtv4fzf3tHKzAAxWDOTJi8lIHUv/yesckbeLn3417E7334Dwxq0CH5 AF8EtaleaWr/ksIsb5jENPaKB3ONd1smGmPRAVbzXrCr+O/XoSR0eCaKpqHh7wOLipNg qh5l33I4yS22vZ9KUvix7WjxppZMEoo0ZuJ98= 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=Vs/ugoLJXnED7SWW5bJIJ7Nl+yDVu7ficf6d5+mSZ8ap4U3cLY6dB28j91pjEXO5sQ /toraPzeUSzti8YtWtYM2N0Pqp+i8ffIuu76Dargzycx5VyBnd5zHLclZVHJ7gOytp+x Z9lpyiRQ77fyWziZyHmaItpb7nBmlMpOpebT8= MIME-Version: 1.0 Received: by 10.231.51.17 with SMTP id b17mr4501732ibg.0.1307872346064; Sun, 12 Jun 2011 02:52:26 -0700 (PDT) Received: by 10.231.35.75 with HTTP; Sun, 12 Jun 2011 02:52:26 -0700 (PDT) In-Reply-To: <4DF3E98B.40108@FreeBSD.org> References: <4DF3E98B.40108@FreeBSD.org> Date: Sun, 12 Jun 2011 17:52:26 +0800 Message-ID: From: Buganini To: Doug Barton Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org Subject: Re: rc.d script to load kernel modules X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2011 09:52:28 -0000 If kldload could work in parallel, this https://github.com/buganini/brackets may help. --Buganini