From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 16 09:01:05 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F36516A4BF; Tue, 16 Sep 2003 09:01:05 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD1B43F93; Tue, 16 Sep 2003 09:01:03 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost [127.0.0.1]) by spider.deepcore.dk (8.12.9/8.12.9) with ESMTP id h8GG10j5001735; Tue, 16 Sep 2003 18:01:01 +0200 (CEST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.9/8.12.9/Submit) id h8GG10Sl001734; Tue, 16 Sep 2003 18:01:00 +0200 (CEST) From: Soren Schmidt Message-Id: <200309161601.h8GG10Sl001734@spider.deepcore.dk> In-Reply-To: <200309161543.h8GFhJg2072042@sana.init-main.com> To: Takanori Watanabe Date: Tue, 16 Sep 2003 18:01:00 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 X-mail-scanned: by DeepCore Virus & Spam killer v1.3 cc: hackers@FreeBSD.ORG cc: nork@FreeBSD.ORG Subject: Re: Does anyone work on making ATA moduler? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 16:01:05 -0000 It seems Takanori Watanabe wrote: > Hi,There is a problem when PCMCIA related stuff > is used as module, ATA CF is not recognized. > > This is because PCMCIA atachment is not compiled > when pccard(4) is not compiled in. > > To fix it, we have to supply PCMCIA attachment > in any form. > One way is to make a kernel module that contains only > ATA/PCMCIA attachment with this Makefile > Then two question. > 1. May I commit this workaround? No, not yet.. > 2. Are there any people working on ATA for making it fully > moduler? Yes there is. -Søren