From owner-cvs-src@FreeBSD.ORG Thu Apr 1 11:28:24 2004 Return-Path: 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 A62C016A4CE; Thu, 1 Apr 2004 11:28:24 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA9943D48; Thu, 1 Apr 2004 11:28:24 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i31JSNkj046001; Thu, 1 Apr 2004 12:28:23 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 01 Apr 2004 12:28:41 -0700 (MST) Message-Id: <20040401.122841.118795575.imp@bsdimp.com> To: rik@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200404011648.i31Gm8tA084738@repoman.freebsd.org> References: <200404011648.i31Gm8tA084738@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 01 Apr 2004 19:28:25 -0000 In message: <200404011648.i31Gm8tA084738@repoman.freebsd.org> Roman Kurakin writes: : Modified files: (Branch: RELENG_4) : sys/conf files.pc98 : Log: : MFC: Remove references to old driver. We do not support pc98 at all. Most of the pseudo-isa drivers in -current that never had cbus cards made have been removed. But a similar cleansing of 4.x hasn't happened. thanks for working to clean it up. Warner