From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 17 06:39:56 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9CC016A4DE for ; Mon, 17 Jul 2006 06:39:56 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFABF43D46 for ; Mon, 17 Jul 2006 06:39:55 +0000 (GMT) (envelope-from Benjamin.Close@clearchain.com) Received: from mail.clearchain.com (ppp207-105.lns1.adl2.internode.on.net [203.122.207.105]) by smtp1.adl2.internode.on.net (8.13.6/8.13.5) with ESMTP id k6H6drNT080495 for ; Mon, 17 Jul 2006 16:09:54 +0930 (CST) (envelope-from Benjamin.Close@clearchain.com) Received: from [192.168.0.152] (cis220313.levels.unisa.edu.au [130.220.37.202]) (authenticated bits=0) by mail.clearchain.com (8.12.9p2/8.12.9) with ESMTP id k6H6drV5049466 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Jul 2006 16:09:55 +0930 (CST) (envelope-from Benjamin.Close@clearchain.com) Message-ID: <44BB31BE.6050505@clearchain.com> Date: Mon, 17 Jul 2006 16:14:14 +0930 From: Benjamin Close User-Agent: Thunderbird 1.5.0.2 (X11/20060523) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on pegasus.clearchain.com X-Virus-Status: Clean X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (mail.clearchain.com [192.168.155.5]); Mon, 17 Jul 2006 16:09:56 +0930 (CST) X-Mailman-Approved-At: Mon, 17 Jul 2006 11:59:31 +0000 Subject: [RFT]: InFlight Mode Patch X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 06:39:56 -0000 Hi Folks, After receiving no feedback on -current, figured I'd send this to -hackers... probably should of in the first place. Please CC any comments as I'm not on the hackers list. ------------- Hi All, Whilst looking on the FreeBSD projects page I noticed the 'InFlight' mode project. A patch is available at: http://www.clearchain.com/people/benjsc/download/20060712-inflight_mode.patch.gz Which implements a boot menu item, sysctl tunable (hw.inflight_mode) and prevents all wireless & bluetooth drivers from attaching (probe succeeds still). Testing / comments welcome. Cheers, Benjamin