From owner-freebsd-questions@FreeBSD.ORG Mon Aug 23 21:32:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3252916A4CE for ; Mon, 23 Aug 2004 21:32:49 +0000 (GMT) Received: from congo.princess.dyns.cx (cpc1-cmbg6-6-0-cust54.cmbg.cable.ntl.com [81.104.213.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE16743D39 for ; Mon, 23 Aug 2004 21:32:48 +0000 (GMT) (envelope-from steve@congo.princess.dyns.cx) Received: by congo.princess.dyns.cx (Postfix, from userid 1001) id 7CE67C11F; Mon, 23 Aug 2004 22:32:47 +0100 (BST) From: Steve Hodgson To: questions@freebsd.org Date: Mon, 23 Aug 2004 22:32:47 +0100 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408232232.47126.steve@howes-macnaghten.com> Subject: panic when inserting USB drive into 5.2.1R machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 21:32:49 -0000 Hi, I've just bought a new USB flash drive and it causes a panic on my machine. The motherboard is an nForce2 (dmesg can be sent to anyone who requests it). The offending messages are: ===On Insertion=== Aug 21 14:22:37 congo kernel: umass0: vendor 0x0ef8 PANRAM, rev 1.10/1.00, addr 3 Aug 21 14:22:42 congo kernel: umass0: Invalid CSW: tag 3 should be 1 Aug 21 14:22:42 congo kernel: umass0: Invalid CSW: tag 1 should be 2 Aug 21 14:22:42 congo kernel: umass0: Invalid CSW: tag 1 should be 3 ===Panic message==== savecore: reboot after panic: ohci_add_done: addr 0x1d074f60 not found ===GDB backtrace=== #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 #1 0xc04f6fda in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:372 #2 0xc04f7358 in panic () at /usr/src/sys/kern/kern_shutdown.c:550 #3 0xc048ea08 in ohci_add_done (sc=0xc4823000, done=487018336) at /usr/src/sys/dev/usb/ohci.c:1320 #4 0xc048e7d9 in ohci_intr1 (sc=0xc4823000) at /usr/src/sys/dev/usb/ohci.c:1212 #5 0xc048e65f in ohci_intr (p=0xc4823000) at /usr/src/sys/dev/usb/ohci.c:1142 #6 0xc04e25d8 in ithread_loop (arg=0xc204c880) at /usr/src/sys/kern/kern_intr.c:544 #7 0xc04e132f in fork_exit (callout=0xc04e2410 , arg=0x0, frame=0x0) at /usr/src/sys/kern/kern_fork.c The only thing i've come across when looking through the archives is http://lists.freebsd.org/pipermail/freebsd-current/2004-January/018826.html, which isn't too helpful, and since i've used other USB flash drives before with no problems I would doubt a chipset error. Any help is appreciated. Although I haven't yet upgraded to 5.3-BETA I am considering it to see if this fixes it Steve