From owner-cvs-src@FreeBSD.ORG Thu Jun 19 00:45:42 2003 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 14B0837B405; Thu, 19 Jun 2003 00:45:42 -0700 (PDT) Received: from HAL9000.homeunix.com (ip114.bella-vista.sfo.interquest.net [66.199.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9380743F3F; Thu, 19 Jun 2003 00:45:36 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.9) with ESMTP id h5J7jYJa080128; Thu, 19 Jun 2003 00:45:34 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.9/Submit) id h5J7jWX3080127; Thu, 19 Jun 2003 00:45:32 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 19 Jun 2003 00:45:32 -0700 From: David Schultz To: Wes Peters Message-ID: <20030619074532.GA79448@HAL9000.homeunix.com> Mail-Followup-To: Wes Peters , Frank Durda IV , mdodd@freebsd.org, nyan@jp.FreeBSD.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200306180838.53495.wes@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306180838.53495.wes@softweyr.com> cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: Frank Durda IV cc: nyan@jp.FreeBSD.org cc: mdodd@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/matcd creativeif.h matcd.c matcd_data.h matcd_isa.c matcddrv.h options.h 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, 19 Jun 2003 07:45:42 -0000 On Wed, Jun 18, 2003, Wes Peters wrote: > On Tuesday 17 June 2003 07:55 pm, Frank Durda IV wrote: > > And of course the biggie: As inb/outb macros still work on the target > > hardware and processor, and work as they did in the previous life of > > this driver, so why dump success? Why even scout around on the off > > chance that using inb/outb is not the preferred way to do things any > > more? > > > > I don't usually go looking in dark alleys to see if any have muggers. > > You have verified that your interrupt twiddling and such doesn't hose SMP > machines, right? You really must understand that support for modern > machines is much more important to FreeBSD than supporting some ancient > junkpile CD-ROM device. I think with his changes, we support modern SMP machines just fine and we support the junkpile CD-ROMs just fine, but we don't support junkpile CD-ROMs *on* modern SMP machines all that well. That sounds fair enough, given that you can't even plug those CD-ROM drives into most new machines in the first place.