From owner-freebsd-current@FreeBSD.ORG Sat Mar 25 05:28:54 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2542E16A41F; Sat, 25 Mar 2006 05:28:54 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EB1743D46; Sat, 25 Mar 2006 05:28:53 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com (melfina.ninth-nine.com [192.168.36.6]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.4/8.13.4/NinthNine) with ESMTP id k2P5Scv4007824 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 25 Mar 2006 14:28:40 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 25 Mar 2006 14:28:38 +0900 From: Norikatsu Shigemura To: imp@bsdimp.com Message-Id: <20060325142838.20c2288f.nork@FreeBSD.org> In-Reply-To: <44237873.7020102@samsco.org> References: <20060324011416.acd8df42.nork@FreeBSD.org> <20060324013616.1b6f66ac.nork@FreeBSD.org> <20060324014047.95ffc1e3.nork@FreeBSD.org> <20060323.104913.122061815.imp@bsdimp.com> <44237873.7020102@samsco.org> X-Mailer: Sylpheed version 2.2.3 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sat, 25 Mar 2006 14:28:43 +0900 (JST) Cc: vkashyap@FreeBSD.org, nork@FreeBSD.org, freebsd-current@FreeBSD.org, gibbs@FreeBSD.org, mark_salyzyn@adaptec.com Subject: Re: aha(4) doesn't depend on cam(4). X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2006 05:28:54 -0000 Hi Warner! Thanks for your commit! On Thu, 23 Mar 2006 21:41:23 -0700 Scott Long wrote: > M. Warner Losh wrote: > > In message: <20060324014047.95ffc1e3.nork@FreeBSD.org> > > Norikatsu Shigemura writes: > > : Hi aha(4) maintainers! > > : I have a patch for aha(4). > > Actually, I'm the aha maintainer. > > Why is this needed? Is it because aha references symbols that would > > otherwise be undefined? > I think what he wants is to have cam.ko load when aha.ko is loaded (I'm > taking a leap here in that I haven't checked to see if aha.ko exists). > It's a harmless patch anyways, not sure why there needs to be an > argument about it. HI Scott, thank you. I have reported about sym.ko. http://lists.freebsd.org/pipermail/freebsd-current/2004-September/037056.html http://lists.freebsd.org/pipermail/freebsd-current/2004-September/037065.html http://lists.freebsd.org/pipermail/freebsd-current/2004-September/037067.html http://lists.freebsd.org/pipermail/freebsd-current/2004-September/037071.html This problem are in many drivers depended on cam(4). I'll submit to fix this problem.