From owner-freebsd-current@FreeBSD.ORG Thu Dec 20 08:52:19 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A14CA16A474 for ; Thu, 20 Dec 2007 08:52:19 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) Received: from ipmail04.adl2.internode.on.net (ipmail04.adl2.internode.on.net [203.16.214.57]) by mx1.freebsd.org (Postfix) with ESMTP id 274E913C4E8 for ; Thu, 20 Dec 2007 08:52:18 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah4FAMO7aUd5LWC+/2dsb2JhbACBV6g5 X-IronPort-AV: E=Sophos;i="4.24,188,1196602200"; d="scan'208";a="21122211" Received: from ppp121-45-96-190.lns10.adl6.internode.on.net (HELO mail.clearchain.com) ([121.45.96.190]) by ipmail04.adl2.internode.on.net with ESMTP; 20 Dec 2007 19:22:16 +1030 Received: from [192.168.155.249] (draco.internal.clearchain.com [192.168.155.249]) (authenticated bits=0) by mail.clearchain.com (8.13.8/8.13.8) with ESMTP id lBK8qDwk074020 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Dec 2007 19:22:14 +1030 (CST) (envelope-from Benjamin.Close@clearchain.com) Message-ID: <476A2D3A.8030502@clearchain.com> Date: Thu, 20 Dec 2007 19:22:10 +1030 From: Benjamin Close User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Michael Butler References: <4769DEAE.6080202@protected-networks.net> In-Reply-To: <4769DEAE.6080202@protected-networks.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on pegasus.clearchain.com X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (mail.clearchain.com [192.168.154.1]); Thu, 20 Dec 2007 19:22:15 +1030 (CST) Cc: i b , current@freebsd.org Subject: Re: How to remove DEBUG mode in wpi 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: Thu, 20 Dec 2007 08:52:19 -0000 Michael Butler wrote: > i b wrote: > > I recently installed 7.0_BETA4 and I wanted to set up my intel 3945ABG . > > [ .. ] > > > How can I put the driver in normal mode (without debug) ? > > > Adding "debug.wpi=0" to /etc/sysctl.conf should do the trick, Also note that the tar balls are now a little out of date. wpi is now in the CVS tree and there's been quite a number of changes since the tar balls. Your best bet is cvsup the latest RELENG_7 and use that. Cheers, Benjamin