From owner-cvs-all@FreeBSD.ORG Sun Jul 30 06:47:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D7A16A4DA; Sun, 30 Jul 2006 06:47:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id D907443D45; Sun, 30 Jul 2006 06:47:34 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k6U6jXqW096601; Sun, 30 Jul 2006 00:45:33 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 30 Jul 2006 00:45:52 -0600 (MDT) Message-Id: <20060730.004552.1723235428.imp@bsdimp.com> To: marcel@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <200607291838.k6TIctG4032258@repoman.freebsd.org> References: <200607291838.k6TIctG4032258@repoman.freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 30 Jul 2006 00:45:34 -0600 (MDT) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/amd64/conf NOTES src/sys/conf NOTES files files.amd64 files.i386 files.pc98 options options.amd64 options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/ia64/conf NOTES src/sys/pc98/conf NOTES ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 06:47:35 -0000 In message: <200607291838.k6TIctG4032258@repoman.freebsd.org> Marcel Moolenaar writes: : sio(4) is usable on less than half the platforms, not counting : a future mips platform. Its presence in MI files is therefore : increasingly becoming a burden. I disagree. There's no need to remove it from the files* like you've done. It is not a burdon there. Please revert this part of the change. We have dozens of other drivers in the MI conf/files that work on only a couple of platforms. Warner