From owner-cvs-src@FreeBSD.ORG Sun Aug 31 23:59:03 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 A4FC616A4BF; Sun, 31 Aug 2003 23:59:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2952443FDD; Sun, 31 Aug 2003 23:59:03 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h816x20U025373; Sun, 31 Aug 2003 23:59:03 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h816x276025372; Sun, 31 Aug 2003 23:59:02 -0700 (PDT) Message-Id: <200309010659.h816x276025372@repoman.freebsd.org> From: Scott Long Date: Sun, 31 Aug 2003 23:59:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules/ida Makefile 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: Mon, 01 Sep 2003 06:59:03 -0000 scottl 2003/08/31 23:59:02 PDT FreeBSD src repository Added files: (Branch: RELENG_4) sys/modules/ida Makefile Log: Add glue to make the ida(4) driver be a module. This is complicated by the existance of the EISA attachment. Since the EISA bus methods are not DEVMETHODs, and thus can cause link failures if the eisa bus is not compiled into the system, make the compiling of the EISA attachment be optional. This is going into RELENG_4 first since it is needed to make the install floppies fit, and does not represent the real solution that should be attempted for HEAD. Revision Changes Path 1.1.2.1 +14 -0 src/sys/modules/ida/Makefile (new)