From owner-freebsd-stable@FreeBSD.ORG Fri Jan 13 17:49:18 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E9301065673 for ; Fri, 13 Jan 2012 17:49:18 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id E09EE8FC16 for ; Fri, 13 Jan 2012 17:49:17 +0000 (UTC) Received: by ghbf14 with SMTP id f14so1144201ghb.13 for ; Fri, 13 Jan 2012 09:49:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=A1oy+LuikL67Sj7ZMKrGd90cE4o56WB43rEGdqqVj4o=; b=iqR6Oy5qdIpBZhBJi40AdjRDlp9D1ov8Swn3axBAiKsYfbD3nN0X+SyK475i8jOMxs vz69k6oLWIt8EqJzQAp5Kj8d43FX9HWWBRjxP0rFWcnVszyz0ryiZy8CQXnrtOrAYW7q o5k/gL9fW1h5fEl9QGcnVkvI6C1AGu0WLSW2A= MIME-Version: 1.0 Received: by 10.236.125.16 with SMTP id y16mr3131880yhh.128.1326476955417; Fri, 13 Jan 2012 09:49:15 -0800 (PST) Received: by 10.236.78.33 with HTTP; Fri, 13 Jan 2012 09:49:15 -0800 (PST) In-Reply-To: <20120113112008.GA90108@titania.njm.me.uk> References: <20120113112008.GA90108@titania.njm.me.uk> Date: Fri, 13 Jan 2012 18:49:15 +0100 Message-ID: From: David Demelier To: David Demelier , freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Prevent starting network on usbus X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 17:49:18 -0000 2012/1/13 N.J. Mann : > In message , > =C2=A0 =C2=A0 =C2=A0 =C2=A0David Demelier (demelier.david@gmail.com) wrot= e: >> >> Since I've updated to 9.0-RELEASE, the network rc script starts >> network from usbus0 to usbus7. I don't think I need them. How can I >> disable them ? > > echo hw.usb.no_pf=3D1 >>/boot/loader.conf > Thanks, it works. This is the second USB tunable I know now. I know hw.usb.no_boot_wait too but I can't find any man pages that talk about them. Is it documented somewhere? Cheers, > > Cheers, > =C2=A0 =C2=A0 =C2=A0 Nick. > -- > --=20 Demelier David