From owner-freebsd-current@FreeBSD.ORG Fri Oct 24 15:53:10 2003 Return-Path: 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 2D83416A4B3 for ; Fri, 24 Oct 2003 15:53:10 -0700 (PDT) Received: from sccimhc02.asp.att.net (sccimhc02.asp.att.net [63.240.76.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FAC843F85 for ; Fri, 24 Oct 2003 15:53:09 -0700 (PDT) (envelope-from David.Boyd@insightbb.com) Received: from bashful (12-223-82-24.client.insightbb.com[12.223.82.24]) by sccimhc02.asp.att.net (sccimhc02) with SMTP id <20031024225306im200macake>; Fri, 24 Oct 2003 22:53:06 +0000 From: "David Boyd" To: Date: Fri, 24 Oct 2003 18:53:06 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: soren@soekris.com Subject: FreeBSD 4.9-RC4 vs 5.1-CURRENT-20031021-JPSNAP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 24 Oct 2003 22:53:10 -0000 Hardware: Soekris Net4801 (ComBIOS 1.21), SanDisk 512MB Ultra Compact Flash Software: 5.1-CURRENT Symptom: ad0: FAILURE - SET_MULTI status=51 error=4 GEOM: create disk ad0 dp=0xc47ffb70 ad0: 488MB [993/16/63] at ata0-master PIO4 Result: system boots normally and runs without problems Hardware: Soekris Net4801 (ComBIOS 1.21), SanDisk 512MB Ultra Compact Flash Software: 4.9-RC4 Symptom: Read error (BIOS? initiated) Result: hung Note: Hardware in scenario #1 and scenario #2 are the same pieces of equipment (not just similar). Analysis(feeble): This Compact Flash card does not support multi-sector transfers required to boot. 5.1-CURRENT is compensating for this effect and continues. 4.9-RC4 punts (returning an error to the BIOS?). The recent delay of 4.9-RELEASE may indicate that there is some small window in which to obtain a fix for this problem in a "STABLE" release (before 5.2). I hope.