From mint-bounce@lists.fishpool.fi Sat Jan 2 12:02:31 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=/2fq6VLZa3+dnEjQ7UpFFMfchIRz06NhUezGZdP8d6E=; b=EgkfUmN4HGCkUDjFsMtcdbNE3Wp1IzP5494BfgUQgY//Ip8wIvMrG+GvxIAr32cKhv WEyA4i3K5Jor1aQKKO4tLlki+LOSTYd+TAzDDYfkNHFHe6j+Rq0LsNO9Ntku73yfNRRH BKaH5YbOPJ1JE1YOAPAnLNXRKOSad/wicH3BM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=E6Gk3oTNLkGCVMZskHStyV6tMlQEt/2FRSb21y9Ef9fk9tv9hWl+UJt/k1JY2igjUM 2ODlhAPxgv0UZFqgr3XbTgKpO6TEg6Li79V3dwfxjp6js+kkUbJQV6szoWQN+poukbNQ m5IJyoenwBIkj6E6jp8EiNPMPCdKMfwNKfL+k= Message-ID: <4B3F7B81.7020902@gabo.pl> Date: Sat, 02 Jan 2010 17:59:45 +0100 From: =?UTF-8?B?QWRhbSBLxYJvYnVrb3dza2k=?= User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: =?UTF-8?B?VmluY2VudCBSaXZpw6hyZQ==?= CC: mint@lists.fishpool.fi Subject: Re: [MiNT] FreeMiNT's IDE support References: <4B3F2DB6.7020902@freesbee.fr> <4B3F4731.8020807@freesbee.fr> In-Reply-To: <4B3F4731.8020807@freesbee.fr> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: atari@gabo.pl Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Vincent Rivière pisze: > Miro Kropacek wrote: >> FreeMiNT is application as all the others from the Falcon's point of >> view so you must have some loader for it, i.e. yes you need HD Driver >> for example. > > I was thinking about running MiNT from the AUTO folder of a floppy, > then it could load the other files from the IDE drive, if it has a > built-in IDE driver. > > So if I understand well, this is currently not possible. > > I would like to find a solution to use the CompactFlash card (IDE > interface) on the ACP prototype with EmuTOS. As EmuTOS for ColdFire > does not include yet a 68000 emulation layer, I can't use the standard > HD Driver binary. Fortunately this will be possible as soon as FireTOS > runs on the ACP prototype. > > Are there open-source drivers for Falcon IDE somewhere ? > That I could recompile for ColdFire ? > I wrote code for writing/reading/detecting IDE devices for Falcon (works with Aranym too). What is left to do, is making it a driver (MiNT lacks a block device layer), and ATAPI support. Unfortunetly the sources are lost, but it is really easy to do (and test with Aranym). Adam Klobukowski