From owner-freebsd-alpha@FreeBSD.ORG  Wed May 25 11:57:14 2005
Return-Path: <owner-freebsd-alpha@FreeBSD.ORG>
X-Original-To: freebsd-alpha@FreeBSD.ORG
Delivered-To: freebsd-alpha@FreeBSD.ORG
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2AFCD16A41C;
	Wed, 25 May 2005 11:57:14 +0000 (GMT)
	(envelope-from wb@freebie.xs4all.nl)
Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9540943D49;
	Wed, 25 May 2005 11:57:13 +0000 (GMT)
	(envelope-from wb@freebie.xs4all.nl)
Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253])
	by smtp-vbr2.xs4all.nl (8.13.3/8.13.3) with ESMTP id j4PBvAFI045545;
	Wed, 25 May 2005 13:57:11 +0200 (CEST)
	(envelope-from wb@freebie.xs4all.nl)
Received: from freebie.xs4all.nl (localhost [127.0.0.1])
	by freebie.xs4all.nl (8.13.3/8.13.1) with ESMTP id j4PBvArl011192;
	Wed, 25 May 2005 13:57:10 +0200 (CEST)
	(envelope-from wb@freebie.xs4all.nl)
Received: (from wb@localhost)
	by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j4PBvAY1011191;
	Wed, 25 May 2005 13:57:10 +0200 (CEST) (envelope-from wb)
Date: Wed, 25 May 2005 13:57:10 +0200
From: Wilko Bulte <wb@freebie.xs4all.nl>
To: Marcel Moolenaar <marcel@FreeBSD.ORG>
Message-ID: <20050525115710.GA11176@freebie.xs4all.nl>
References: <200505250728.j4P7SefF044410@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200505250728.j4P7SefF044410@freefall.freebsd.org>
X-OS: FreeBSD 5.4-STABLE
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by XS4ALL Virus Scanner
Cc: freebsd-alpha@FreeBSD.ORG, wilko@FreeBSD.ORG
Subject: Re: alpha/30486: AlphaServer DS10 floppy access is broken
X-BeenThere: freebsd-alpha@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Porting FreeBSD to the Alpha <freebsd-alpha.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-alpha>,
	<mailto:freebsd-alpha-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-alpha>
List-Post: <mailto:freebsd-alpha@freebsd.org>
List-Help: <mailto:freebsd-alpha-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-alpha>,
	<mailto:freebsd-alpha-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 May 2005 11:57:14 -0000

On Wed, May 25, 2005 at 07:28:40AM +0000, Marcel Moolenaar wrote..
> Synopsis: AlphaServer DS10 floppy access is broken
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: marcel
> State-Changed-When: Wed May 25 07:27:57 GMT 2005
> State-Changed-Why: 
> Please try with rev. 1.51 of src/sys/alpha/alpha/busdma_machdep.c
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=30486

Somewhat better in the sense that no panic occurs when accessing/probing
the floppy.  This could get you in an endless panic/reboot loop when
a floppy was left in the drive.

But not good either:

ds10#fdformat /dev/fd0
Format 1440K floppy `/dev/fd0'? (y/n): y
Processing EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE done.
Errors encountered:
Cyl Head Sect   Error
  0    0    1   no data (sector not found)
  0    1    1   no data (sector not found)
  1    0    1   no data (sector not found)
  1    1    1   no data (sector not found)
  2    0    1   no data (sector not found)
  2    1    1   no data (sector not found)
  3    0    1   no data (sector not found)
  3    1    1   no data (sector not found)
  4    0    1   no data (sector not found)
  4    1    1   no data (sector not found)
(Further errors not printed.)
ds10#

No errors were printed on the console.

-- 
Wilko Bulte				wilko@FreeBSD.org