From owner-freebsd-current@FreeBSD.ORG Thu Dec 20 02:27:08 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 8E28416A41A for ; Thu, 20 Dec 2007 02:27:08 +0000 (UTC) (envelope-from i.bernevig@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id 6DF7213C47E for ; Thu, 20 Dec 2007 02:27:08 +0000 (UTC) (envelope-from i.bernevig@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so3263577rvb.43 for ; Wed, 19 Dec 2007 18:27:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=hQKwGfPlqkNKVkPf8ng2LKufTqsyIoZkpXKHAX15vSE=; b=iOcRk+EY+AC3nwOcu7FJ/UJ/o2pqp58R2Cz0tsVvHph1tLQowTo2EitA7WwH2ENpRjw6FK1jA7OklYOKfDRMhW3IlSmnT0+zvv9ySkcAwOerVjfNhLHz0Xyn27Pzd4iRAidGPHu5hSx29bptkP/igLH+Vh6+QYC2RqK2n1fxOGE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=nuv68cGu7Z0ZP7oak3ILESxBdfykNXMAhwozwFaks0MOW7Mayu9Isy97gLS/K2NvJ5csrkswsm6dLrhV7nfKUZ6pOu74qyTcZvcBQUJk9g4Tl+r4TCqxI9N1snvi6H3QFRy2huLfdwIZnkS1dY7PaYlguKgfWVnrvAiJGo0l6i8= Received: by 10.140.192.9 with SMTP id p9mr2764726rvf.103.1198116090109; Wed, 19 Dec 2007 18:01:30 -0800 (PST) Received: by 10.141.43.20 with HTTP; Wed, 19 Dec 2007 18:01:30 -0800 (PST) Message-ID: Date: Wed, 19 Dec 2007 18:01:30 -0800 From: "i b" To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 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 02:27:08 -0000 Hi all I recently installed 7.0_BETA4 and I wanted to set up my intel 3945ABG . I used Benjamin's WPI driver (20071102-freebsd-wpi.tar.gz) but it seems that it's still under "debug mode" . It fills my /var/log/messages with messages I don't need. I tryied to remove "#define WPI_DEBUG" from if_wpi.c but I've got some errors. How can I put the driver in normal mode (without debug) ? Thanks in advance Bernevig Ioan