From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 6 20:40:32 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B35416A40F for ; Mon, 6 Nov 2006 20:40:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 894B443D5C for ; Mon, 6 Nov 2006 20:40:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kA6KeVbb077016 for ; Mon, 6 Nov 2006 20:40:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA6KeVvF077015; Mon, 6 Nov 2006 20:40:31 GMT (envelope-from gnats) Date: Mon, 6 Nov 2006 20:40:31 GMT Message-Id: <200611062040.kA6KeVvF077015@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Helmut Schellong Cc: Subject: Re: kern/105169: [panic] cp hangs on copy to a compact flash card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helmut Schellong List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2006 20:40:32 -0000 The following reply was made to PR kern/105169; it has been noted by GNATS. From: Helmut Schellong To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/105169: [panic] cp hangs on copy to a compact flash card Date: Mon, 06 Nov 2006 21:23:56 +0100 I recommend to remove the device ehci from kernel. ehci crashes randomly and blocks the system in various ways. Sometimes followed by kernel panic, sometimes without panic. One time the file BETA3 .iso was copied succesfully. The transfer rate was about 2.5 MB/s, not the speed of the flash card (18MB/s). At further tests the copied size was ~50 MB, of the BETA3 .iso (~415 MB). Then crash again: umass0: BBB reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT umass0: BBB bulk-out clear stall failed, TIMEOUT umass0: BBB reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT umass0: BBB bulk-out clear stall failed, TIMEOUT umass0: BBB reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT umass0: BBB bulk-out clear stall failed, TIMEOUT ... I have solved this problem by building a kernel without device ehci. Sandisk offers CF cards ExtremeIV with 40 MB/s ... uhci runs with 1 MB/s only, but it works fine.