From owner-freebsd-stable@FreeBSD.ORG Wed Apr 2 08:04:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3B4637B401 for ; Wed, 2 Apr 2003 08:04:17 -0800 (PST) Received: from secure01.betteremail.com (209-198-148-26-host.prismnet.net [209.198.148.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E5B43F85 for ; Wed, 2 Apr 2003 08:04:16 -0800 (PST) (envelope-from scottj@betteremail.com) Received: from betteremail.com (localhost.betteremail.com [127.0.0.1]) h32FiMqQ098936; Wed, 2 Apr 2003 09:44:22 -0600 (CST) Received: from 66.68.113.132 (SquirrelMail authenticated user scottj) by secure.betteremail.com with HTTP; Wed, 2 Apr 2003 09:44:23 -0600 (CST) Message-ID: <1506.66.68.113.132.1049298263.squirrel@secure.betteremail.com> Date: Wed, 2 Apr 2003 09:44:23 -0600 (CST) From: "Scott Johnson" To: In-Reply-To: <3E8AEB39.2060408@cheasy.de> References: <3E8AEB39.2060408@cheasy.de> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.9) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: ticso@cicely9.cicely.de cc: stable@freebsd.org Subject: Re: 4.8-S crashes during boot in USB code X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scottj@betteremail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 16:04:18 -0000 > Hi List, > > my FreeBSD-4.8-Stable custom kernel crashes in USB code during boot. It > does not matter if any USB device is connected. I checked all > combinations of no, one, or two devices connected out of my collection > (USB memory stick, Sony clie handheld). The crash is reproducible at the > same location in the USB driver. You'll probably find that when you take out the crypto and FAST_IPSEC options from your kernel config, it will boot perfectly. There's a bug that causes a panic in uhci.c when crypto is enabled. A patch is already in CVS in the MAIN branch. See this link: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/uhci.c?rev=1.133&content-type=text/x-cvsweb-markup > A generic kernel does not crash, but does not detect the Clie. Yes, generic should boot just fine, as long as crypto isn't enabled. -Scott > Enclosed are a DDB stack trace (stacktrace.txt), my machine-specific > config file (KISTE), as well as dmesg output from the generic kernel > (dmesg.boot.txt). > > Any hints? > > Thanks in advance > -Christoph Sold