From owner-freebsd-stable@FreeBSD.ORG Thu Feb 17 18:36:12 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E018016A4CE; Thu, 17 Feb 2005 18:36:12 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2624D43D31; Thu, 17 Feb 2005 18:36:12 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [192.168.252.2] (dhcp150.deepcore.dk [194.192.25.150] (may be forged)) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id j1HIa8xj063523; Thu, 17 Feb 2005 19:36:10 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <4214E3F9.40604@DeepCore.dk> Date: Thu, 17 Feb 2005 19:35:37 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maxim Konovalov References: <42028F29.1030801@DeepCore.dk> <420A1792.900@DeepCore.dk> <421464C3.2030308@DeepCore.dk> <20050217212655.E14434@mp2.macomnet.net> In-Reply-To: <20050217212655.E14434@mp2.macomnet.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.7 cc: 'FreeBSD Current' cc: "freebsd-stable@freebsd.org" Subject: Re: UPDATE2: ATA mkIII first official patches - please test! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 18:36:13 -0000 Maxim Konovalov wrote: > Hi, >=20 > On Thu, 17 Feb 2005, 10:32+0100, S?ren Schmidt wrote: >=20 >=20 >>S?ren Schmidt wrote: >> >> >>>http: //people.freebsd.org/~sos/ata-mk3k.diff-releng5.gz >>>http: //people.freebsd.org/~sos/ata-mk3k.diff-current.gz >>>http: //people.freebsd.org/~sos/ata-mk3k.tar.gz >> >>New version available for testing: >> >>http: //people.freebsd.org/~sos/ata-mk3l.diff-releng5.gz >>http: //people.freebsd.org/~sos/ata-mk3l.diff-current.gz >>http: //people.freebsd.org/~sos/ata-mk3l.tar.gz >> >>This time the diff must be reapplied as there are new changes in there.= >=20 >=20 > atadisk.ko and atapicd.ko still do not depend on atapci.ko. So if you > don't ask to load atapci.ko in loader.conf you will get a panic > because the kernel won't find the root fs. I added MODULE_DEPEND() on > atapci macro to ata-disk.c and this solved the problem. Perhaps this > is just a feature. Yes its a feature, if you make everything depend on each other there is=20 no reason to have it as seperate modules... --=20 -S=F8ren