From owner-cvs-src@FreeBSD.ORG Wed Aug 18 16:11:57 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 25A6516A4CF; Wed, 18 Aug 2004 16:11:57 +0000 (GMT) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 947C243D3F; Wed, 18 Aug 2004 16:11:56 +0000 (GMT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])i7IGBtXf026310; Thu, 19 Aug 2004 01:11:55 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Thu, 19 Aug 2004 01:11:30 +0900 (JST) Message-Id: <20040819.011130.41651882.nyan@jp.FreeBSD.org> To: gibbs@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200408170232.i7H2WVDV047939@repoman.freebsd.org> References: <200408170232.i7H2WVDV047939@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/dev/aic7xxx ahc_isa.c src/sys/modules/aic7xxx/ahc/ahc_isa 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: Wed, 18 Aug 2004 16:11:57 -0000 In article <200408170232.i7H2WVDV047939@repoman.freebsd.org> "Justin T. Gibbs" writes: > gibbs 2004-08-17 02:32:31 UTC > > FreeBSD src repository > > Added files: > sys/dev/aic7xxx ahc_isa.c > sys/modules/aic7xxx/ahc/ahc_isa Makefile > Log: > Add ISA attachement files for the aic7xxx driver. ahc_isa.c requires eisa_if.h via eisaconf.h. So eisa_if.h needs adding to SRCS in sys/modules/aic7xxx/ahc/ahc_isa/Makefile. --- TAKAHASHI Yoshihiro