From owner-cvs-src@FreeBSD.ORG Wed May 17 21:46:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E8116A46A; Wed, 17 May 2006 21:46:14 +0000 (UTC) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B8243D45; Wed, 17 May 2006 21:46:13 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.13.6/8.13.6/ZEIST.DE) with ESMTP id k4HLkCmS043283; Wed, 17 May 2006 23:46:12 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.13.6/8.13.6/Submit) id k4HLk7jQ043282; Wed, 17 May 2006 23:46:07 +0200 (CEST) (envelope-from marius) Date: Wed, 17 May 2006 23:46:07 +0200 From: Marius Strobl To: Ruslan Ermilov Message-ID: <20060517234607.F99899@newtrinity.zeist.de> References: <200605152016.k4FKGgmS030647@repoman.freebsd.org> <20060515202355.GB16238@ip.net.ua> <86zmhi4brk.fsf@xps.des.no> <20060516131926.GB4154@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20060516131926.GB4154@ip.net.ua>; from ru@FreeBSD.org on Tue, May 16, 2006 at 04:19:26PM +0300 X-AntiVirus-modified: yes X-AntiVirus: checked by AntiVir Milter (version: 1.1.2-1; AVE: 6.34.1.29; VDF: 6.34.1.93; host: newtrinity.zeist.de) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 21:46:14 -0000 On Tue, May 16, 2006 at 04:19:26PM +0300, Ruslan Ermilov wrote: > On Tue, May 16, 2006 at 10:25:19AM +0200, Dag-Erling Sm?rgrav wrote: > > Ruslan Ermilov writes: > > > Anyone with the grep(1) utility installed, please do me a favour and > > > run "grep -w lnc" over the source tree. :-) > > > > des@xps ~% gfk -w lnc > > src/sys/amd64/conf/GENERIC: device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') > > src/sys/amd64/conf/GENERIC: #device lnc # NE2100, NE32-VL Lance Ethernet cards > > src/sys/boot/common/pnpdata: ident=PNP80d8 module=lnc # Novell/Anthem NE2100 > > src/sys/boot/common/pnpdata: ident=PNP8231 module=lnc # Advanced Micro Devices AM2100/AM1500T > > src/sys/boot/common/pnpdata: ident=PNP828C module=lnc # AMD PCNet Family cards > > src/sys/boot/common/pnpdata: ident=PNP828D module=lnc # AMD PCNet32 (VL version) > > src/sys/dev/le/if_le_pci.c: /* Let lnc(4) win for now. */ > > src/sys/i386/conf/GENERIC: device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') > > src/sys/pc98/conf/GENERIC: device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') > > > Thank you! I fixed all of these except pnpdata which I believe > is mostly artefact material. > Sorry, I missed the ones which I already had removed in my local tree some time ago. Regarding sys/boot/common/pnpdata, on a closer look it's unused since 7 years so I guess it and the respective code in sys/boot/common/pnp.c can just be removed as IMO it's no longer worth the effort to work on support for auto-loading modules based on ISAPNP IDs... Marius -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details.