From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 19 14:27:16 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org 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 9A78A16A41F for ; Fri, 19 Aug 2005 14:27:16 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 174E643D45 for ; Fri, 19 Aug 2005 14:27:15 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from 217-230-20.511210.adsl.tele2.no ([193.217.230.20] verified) by mailfe01.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 48006667 for freebsd-hackers@freebsd.org; Fri, 19 Aug 2005 16:27:13 +0200 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Fri, 19 Aug 2005 16:28:06 +0200 User-Agent: KMail/1.7 References: <200508191059.12157.hselasky@c2i.net> <20050819122622.GB659@obiwan.tataz.chchile.org> In-Reply-To: <20050819122622.GB659@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508191628.07539.hselasky@c2i.net> Subject: Re: Broken floppy disk driver X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hselasky@c2i.net List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 14:27:16 -0000 On Friday 19 August 2005 14:26, Jeremie Le Hen wrote: > Hi Hans, > > [ this topic should live on -current@ ] > > > I'm just wondering. Things used to work on my old 200MHz pentium, but > > recent changes made to FreeBSD-6/7 current break things. This is what > > dmesg shows: > > I understand that trying multiple kernels on such a system is not an > option, unless - and I hope so - you are cross-compiling. Yes, I am using a FreeBSD 7 kernel on a 5.3 system, but that has nothing to do with it. Maybe I should specify, that this device, afd0, is a 250MB ZIP drive. Last time I can remember that it worked, was in March 2005 ? > > What do you mean with "recent changes" ? At best, could you point out > the guilty commit ? If you are indeed cross-compiling, then try > various kernel sources between the last known working date and HEAD. > > If you wonder how to do this, this is pretty simple if you are using > cvs to get your sources : > > cvs up -D 2005.08.19.14.23.37 -dP I cannot do this right now, but maybe later. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/atapi-fd.c Looking at the logs it must be that "much rumoured ATA mkIII update". Maybe "sos" can explain or give some hints on how to fix this? --HPS