From owner-freebsd-embedded@FreeBSD.ORG Mon Nov 6 16:21:46 2006 Return-Path: X-Original-To: freebsd-embedded@freebsd.org Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE44416A417 for ; Mon, 6 Nov 2006 16:21:46 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB68943D76 for ; Mon, 6 Nov 2006 16:21:38 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kA6GKehR045345; Mon, 6 Nov 2006 09:20:41 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 06 Nov 2006 09:21:13 -0700 (MST) Message-Id: <20061106.092113.-593218896.imp@bsdimp.com> To: lab@gta.com From: "M. Warner Losh" In-Reply-To: <20061106141538.40996.qmail@gta.com> References: <454DFEED.5@wm-access.no> <20061106141538.40996.qmail@gta.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 06 Nov 2006 09:20:42 -0700 (MST) Cc: freebsd-embedded@freebsd.org, lists@wm-access.no Subject: Re: bootmgr on pc engines wrap board X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2006 16:21:46 -0000 In message: <20061106141538.40996.qmail@gta.com> Larry Baird writes: : In article <454DFEED.5@wm-access.no> you wrote: : > spoggle wrote: : >> NanoBSD write the boot block to use the disk packet (BIOS INT 0x13) : >> interface. This doesn't work on any of the WRAP or Soekris (45xx or : >> 48xx) boards I've got. : >> : > : > Are you saying WRAP doesn't support BIOS INT 13h or just that it doesn't : > work correctly? : > Which int 13h function doesn't work or what is it that it's missing? : I am not sure the problem. The code for the read function in boot2.S : in 4.x and 6.x is very similar. The code in 4.x works for my WRAP : boards. Hopefully this week I get a chance to do some more experimenting : to understand why the 6.x version down't work for me. The default changed from nopacket to packet... that's likely why the change. What is supposed to happen is fallback, but it sounds like it isn't. Warner