From owner-freebsd-stable@FreeBSD.ORG Sun Sep 21 10:44:07 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84F111065682 for ; Sun, 21 Sep 2008 10:44:07 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 2E64A8FC0A for ; Sun, 21 Sep 2008 10:44:06 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0K7J00736KHG78E0@osl1smout1.broadpark.no> for freebsd-stable@freebsd.org; Sun, 21 Sep 2008 12:44:05 +0200 (CEST) Received: from kg-work2.kg4.no ([80.202.72.201]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0K7J001NEKHFY6H0@osl1sminn1.broadpark.no> for freebsd-stable@freebsd.org; Sun, 21 Sep 2008 12:44:04 +0200 (CEST) Date: Sun, 21 Sep 2008 12:44:03 +0200 From: Torfinn Ingolfsen To: freebsd-stable@freebsd.org Message-id: <20080921124403.5ad118a7.torfinn.ingolfsen@broadpark.no> In-reply-to: <48D2D744.40304@FreeBSD.org> References: <20080918075306.GA30709@lpthe.jussieu.fr> <200809181618.m8IGIj2P050390@lurza.secnetix.de> <20080918183250.GA48347@lpthe.jussieu.fr> <48D2D744.40304@FreeBSD.org> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: Re: floppy disk controller broken X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2008 10:44:07 -0000 On Thu, 18 Sep 2008 23:33:40 +0100 "Bruce M. Simpson" wrote: > Someone was going to pick this up, finish it off, and commit it, but > I haven't heard back from them: > http://people.freebsd.org/~bms/dump/tools/ufdformat/ It compiled fine on FreeBSD 7.0-stable: tingo@kg-work2$ uname -a FreeBSD kg-work2.kg4.no 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Jul 21 20:40:31 CEST 2008 root@kg-work2.kg4.no:/usr/obj/usr/src/sys/GENERIC i386 But when I tried to use, it printed two 'V''s and then seemed to be doing nothing. In /var/log/messages I got these: Sep 21 12:09:35 kg-work2 kernel: umass0: CBI reset failed, TIMEOUT Sep 21 12:09:40 kg-work2 kernel: umass0: CBI bulk-in stall clear failed, TIMEOUT Sep 21 12:09:45 kg-work2 kernel: umass0: CBI bulk-out stall clear failed, TIMEOUT Sep 21 12:11:55 kg-work2 kernel: umass0: CBI reset failed, TIMEOUT Sep 21 12:13:00 kg-work2 kernel: umass0: CBI bulk-in stall clear failed, TIMEOUT Sep 21 12:14:05 kg-work2 kernel: umass0: CBI bulk-out stall clear failed, TIMEOUT Sep 21 12:16:15 kg-work2 kernel: umass0: CBI reset failed, TIMEOUT The funny thing is - that situation seemed to vlock commands from executing, or the terminals from printing outrput. I had several terminal windows up, and a ssh session from another machine. I could type a command, but nothing would happen after I pressed enter. Switching workspaces in X and switching vty's worked fine. In the end, I had to yank the floppy (which panicked the machine as expected). The floppy I used was this one: Sep 21 11:45:58 kg-work2 root: Unknown USB device: vendor 0x0644 product 0x0000 bus uhub1 Sep 21 11:45:59 kg-work2 kernel: umass0: on uhub1 Sep 21 11:45:59 kg-work2 kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Sep 21 11:45:59 kg-work2 kernel: da0: Removable Direct Access SCSI-0 device Sep 21 11:45:59 kg-work2 kernel: da0: 1.000MB/s transfers I will try ufdformat on a different machine now. -- Regards, Torfinn Ingolfsen