From owner-cvs-all Wed Feb 27 16: 0:56 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 4A1A637B402; Wed, 27 Feb 2002 16:00:22 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020228000021.FBEE1147.rwcrmhc52.attbi.com@InterJet.elischer.org>; Thu, 28 Feb 2002 00:00:21 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA02676; Wed, 27 Feb 2002 15:47:27 -0800 (PST) Date: Wed, 27 Feb 2002 15:47:26 -0800 (PST) From: Julian Elischer To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files In-Reply-To: <200202272330.g1RNUYc19153@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm not sure this is a good thing. This is hiding problems for example.. the people who changed the PCI interface were to lazy to upgrade tghe fore driver to work in -current. Not unsurprisingly, there are no fore users using -current (I have no idea about 4.x but certainly in -current thre are none). it should be up to whoever changed the API for PCI devices to fix it, not just hide it. I know that this is not new... someone already comment3ed out the entire file fore_load.c, but it's a chicken and egg thing. If we don't have working drivers (and I'm not sure how to write a PCI driver these days, so how would an end user be expected to fix this?) then we don;t get users for those drivers. it should be up to people who break interfaces to fix (or at least try arrange the fixing of) the things they broke. On Wed, 27 Feb 2002, Peter Wemm wrote: > peter 2002/02/27 15:30:33 PST > > Modified files: > sys/conf files > Log: > Mark a few more broken pci drivers as nowerror. > > Revision Changes Path > 1.604 +6 -6 src/sys/conf/files > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message