From owner-freebsd-stable@FreeBSD.ORG Sat Jan 14 16:32:37 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 E84EE106568D for ; Sat, 14 Jan 2012 16:32:37 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp003.apm-internet.net (smtp003.apm-internet.net [85.119.248.52]) by mx1.freebsd.org (Postfix) with SMTP id 4B4E78FC08 for ; Sat, 14 Jan 2012 16:32:36 +0000 (UTC) Received: (qmail 30152 invoked from network); 14 Jan 2012 16:32:35 -0000 Received: from unknown (HELO oberon.njm.me.uk) (109.155.32.115) by smtp003.apm-internet.net with SMTP; 14 Jan 2012 16:32:35 -0000 Received: from titania.njm.me.uk (titania.njm.me.uk [192.168.144.130]) by oberon.njm.me.uk (8.14.4/8.14.4) with ESMTP id q0EGWZlI024356; Sat, 14 Jan 2012 16:32:35 GMT (envelope-from njm@njm.me.uk) Received: from titania.njm.me.uk (localhost [127.0.0.1]) by titania.njm.me.uk (8.14.5/8.14.5) with ESMTP id q0EGWYLM011792; Sat, 14 Jan 2012 16:32:34 GMT (envelope-from njm@njm.me.uk) Received: (from njm@localhost) by titania.njm.me.uk (8.14.5/8.14.5/Submit) id q0EGWYUd011791; Sat, 14 Jan 2012 16:32:34 GMT (envelope-from njm@njm.me.uk) Date: Sat, 14 Jan 2012 16:32:34 +0000 From: "N.J. Mann" To: David Demelier Message-ID: <20120114163232.GA75962@titania.njm.me.uk> Mail-Followup-To: David Demelier , freebsd-stable@freebsd.org References: <20120113112008.GA90108@titania.njm.me.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 8.2-STABLE User-Agent: mutt-NJM (2010-10-31) Cc: freebsd-stable@freebsd.org 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: Sat, 14 Jan 2012 16:32:38 -0000 In message , David Demelier (demelier.david@gmail.com) wrote: > 2012/1/13 N.J. Mann : > > In message , > >        David Demelier (demelier.david@gmail.com) wrote: > >> > >> 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=1 >>/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? I have not been able to find anything. I have been using it since June last year. The relevant commit may be viewed at: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/usb_pf.c.diff?r1=1.9;r2=1.10;f=h Cheers, Nick. --