From owner-freebsd-current@FreeBSD.ORG Thu Dec 17 17:48:10 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 489241065676 for ; Thu, 17 Dec 2009 17:48:10 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 04C148FC0A for ; Thu, 17 Dec 2009 17:48:09 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NLKSM-0001bp-FU for freebsd-current@freebsd.org; Thu, 17 Dec 2009 18:48:06 +0100 Received: from 78-1-170-225.adsl.net.t-com.hr ([78.1.170.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2009 18:48:06 +0100 Received: from ivoras by 78-1-170-225.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2009 18:48:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Thu, 17 Dec 2009 18:47:43 +0100 Lines: 31 Message-ID: References: <200912161721.53540.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-1-170-225.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) In-Reply-To: <200912161721.53540.jhb@freebsd.org> Sender: news Subject: Re: NOTES checker 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, 17 Dec 2009 17:48:10 -0000 John Baldwin wrote: > I wrote a little script today that crawls through sys/conf/files*, > sys/conf/options*, sys/conf/NOTES, and sys/*/conf/NOTES looking for devices > or options that are not tested in all the places they are valid. If folks > are interested I can commit it to src/tools. At the moment we have 300+ > violations in HEAD. :) The first few look like this: What does "tested" mean in this context? I'm pretty sure some of the devices/drivers in the list work but that's probably not it :) > > WARN: Attempt to change type of gdc from option to device at /home/jhb/work/freebsd/svn/head/sys/pc98/conf/NOTES:307 > Previous type set at /home/jhb/work/freebsd/svn/head/sys/conf/options.pc98:70 > WARN: device acpi_aiboost is defined globally but only tested in i386 NOTES > WARN: device acpi_asus is defined globally but only tested in i386 NOTES > WARN: device acpi_dock is defined globally but only tested in i386 NOTES > WARN: device acpi_fujitsu is defined globally but only tested in i386 NOTES > WARN: device acpi_hp is defined globally but only tested in i386 NOTES > WARN: device acpi_ibm is defined globally but only tested in i386 NOTES > WARN: option ACPI_MAX_TASKS is defined globally but never tested > WARN: option ACPI_MAX_THREADS is defined globally but never tested > WARN: device acpi_panasonic is defined globally but only tested in i386 NOTES > WARN: device acpi_sony is defined globally but only tested in i386 NOTES > WARN: device acpi_toshiba is defined globally but only tested in i386 NOTES > WARN: device acpi_video is defined globally but only tested in i386 NOTES > WARN: device acpi_wmi is defined globally but only tested in i386 NOTES > WARN: ad7418 is defined globally but never tested > WARN: ada is defined globally but never tested > WARN: option ADAPTIVE_LOCKMGRS is defined globally but never tested > WARN: adlink is defined globally but never tested >