From owner-cvs-all@FreeBSD.ORG Fri Jan 19 00:54:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A18BF16A407; Fri, 19 Jan 2007 00:54:41 +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 60E4213C448; Fri, 19 Jan 2007 00:54:41 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l0J0pvCS002415; Thu, 18 Jan 2007 17:51:58 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 18 Jan 2007 17:52:18 -0700 (MST) Message-Id: <20070118.175218.-1641055210.imp@bsdimp.com> To: marius@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200701181333.l0IDXbwd098155@repoman.freebsd.org> References: <200701181333.l0IDXbwd098155@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]); Thu, 18 Jan 2007 17:51:58 -0700 (MST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c src/sys/dev/si si.c 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: Fri, 19 Jan 2007 00:54:41 -0000 In message: <200701181333.l0IDXbwd098155@repoman.freebsd.org> Marius Strobl writes: : marius 2007-01-18 13:33:36 UTC : : FreeBSD src repository : : Modified files: : sys/conf options : sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c : sys/dev/si si.c : Log: : Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends in : the newly added DEV_EISA. This is done so that these back-ends can : be compiled on platforms not providing in{b,w,l}()/out{b,w,l}() and : friends (but may wish to use them together with bus front-ends other : than the EISA one). Why is dpt_eisa.c even included when EISA isn't included in the kernel? Warner