From hsu@hsu.bbnetworks.net  Sun Mar  2 11:33:46 2003
Return-Path: <hsu@hsu.bbnetworks.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9D17137B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Mar 2003 11:33:46 -0800 (PST)
Received: from hsu.bbnetworks.net (hsu.bbnetworks.net [212.16.96.38])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9192443FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Mar 2003 11:33:45 -0800 (PST)
	(envelope-from hsu@hsu.bbnetworks.net)
Received: from hsu.bbnetworks.net (localhost [127.0.0.1])
	by hsu.bbnetworks.net (8.12.6/8.12.6) with ESMTP id h22JYaR3025704
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 2 Mar 2003 21:34:36 +0200 (EET)
	(envelope-from hsu@hsu.bbnetworks.net)
Received: (from root@localhost)
	by hsu.bbnetworks.net (8.12.6/8.12.6/Submit) id h22JYZ3B025703;
	Sun, 2 Mar 2003 21:34:35 +0200 (EET)
Message-Id: <200303021934.h22JYZ3B025703@hsu.bbnetworks.net>
Date: Sun, 2 Mar 2003 21:34:35 +0200 (EET)
From: Heikki Suonsivu <hsu@bbnetworks.net>
Reply-To: Heikki Suonsivu <hsu@bbnetworks.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Maxtor XT5000 causes panic in boot
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48849
>Category:       kern
>Synopsis:       Maxtor XT5000 causes panic in boot
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-usb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 02 11:40:06 PST 2003
>Closed-Date:    Wed Mar 23 10:20:05 GMT 2005
>Last-Modified:  Wed Mar 23 10:20:05 GMT 2005
>Originator:     Heikki Suonsivu
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
bbnetworks.net
>Environment:

System: FreeBSD hsu.bbnetworks.net 4.7-STABLE FreeBSD 4.7-STABLE #28: Wed Feb 12 04:01:48 EET 2003 hsu@hsu.bbnetworks.net:/usr/obj/usr/src/sys/CAT i386

>Description:

When booting a system which has a maxtor 5000xt external USB/firewire disk is connected to a usb port, the system panics when probing the USB bus.

>How-To-Repeat:

Connect a maxtor 5000xt disk to USB port and reboot.  This may require
that umass and other usb stuff is configured in the kernel.

>Fix:




>Release-Note:
>Audit-Trail:

From: "Ted Mittelstaedt" <tedm@toybox.placo.com>
To: <freebsd-gnats-submit@FreeBSD.org>, <hsu@bbnetworks.net>
Cc:  
Subject: Re: kern/48849: Maxtor XT5000 causes panic in boot
Date: Sat, 10 May 2003 02:18:53 -0700

 Please refer to PR kern/49110 and see if the patch there fixes this
 for you.
 
 Ted Mittelstaedt                                       tedm@toybox.placo.com
 

From: Heikki Suonsivu <hsu@bbnetworks.net>
To: "Ted Mittelstaedt" <tedm@toybox.placo.com>
Cc: <freebsd-gnats-submit@FreeBSD.org>, <hsu@bbnetworks.net>
Subject: Re: kern/48849: Maxtor XT5000 causes panic in boot
Date: Sun, 11 May 2003 18:25:24 +0300

 Ted Mittelstaedt writes:
  > Please refer to PR kern/49110 and see if the patch there fixes this
  > for you.
 
 If the patch has been included in the RELENG_4 some time ago, it has fixed
 the problem, as after a sup couple of weeks ago the problem has
 disappeared.
 
  > Ted Mittelstaedt                                       tedm@toybox.placo.com
 
 -- 
 Heikki Suonsivu / Backbone Networks Europe Oy / EuroColocate
 hsu@bbnetworks.net mobile +358-40-5519679 fax +358-9-455-2962

From: Heikki Suonsivu <hsu@bbnetworks.net>
To: Heikki Suonsivu <hsu@bbnetworks.net>
Cc: "Ted Mittelstaedt" <tedm@toybox.placo.com>,
	<freebsd-gnats-submit@FreeBSD.org>
Subject: Re: kern/48849: Maxtor XT5000 causes panic in boot
Date: Mon, 12 May 2003 02:58:30 +0300

 I have to correct myself, after sup of 7th the problem is still there, I
 will see if the patch helps but it will take a week as I'm in middle of
 something time-consuming right now.
 
 Heikki Suonsivu writes:
  > 
  > Ted Mittelstaedt writes:
  >  > Please refer to PR kern/49110 and see if the patch there fixes this
  >  > for you.
  > 
  > If the patch has been included in the RELENG_4 some time ago, it has fixed
  > the problem, as after a sup couple of weeks ago the problem has
  > disappeared.
  > 
  >  > Ted Mittelstaedt                                       tedm@toybox.placo.com
  > 
  > -- 
  > Heikki Suonsivu / Backbone Networks Europe Oy / EuroColocate
  > hsu@bbnetworks.net mobile +358-40-5519679 fax +358-9-455-2962

From: "Ted Mittelstaedt" <tedm@toybox.placo.com>
To: "Heikki Suonsivu" <hsu@bbnetworks.net>
Cc: <freebsd-gnats-submit@FreeBSD.org>
Subject: RE: kern/48849: Maxtor XT5000 causes panic in boot
Date: Sun, 11 May 2003 21:09:05 -0700

 Hi Heikki,
 
   If the patch had been included in the CVSUP source tree then there would
 be a notation to that effect on the original PR kern/49110 .
 
 Ted Mittelstaedt                                       tedm@toybox.placo.com
 
Responsible-Changed-From-To: freebsd-bugs->joe 
Responsible-Changed-By: kris 
Responsible-Changed-When: Thu Jul 17 17:45:25 PDT 2003 
Responsible-Changed-Why:  
Assign to USB maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48849 
State-Changed-From-To: open->analyzed 
State-Changed-By: joe 
State-Changed-When: Sat Nov 8 03:59:13 PST 2003 
State-Changed-Why:  
It looks like a patch that might fix this (kern/49110) was committed 
to -stable on the 21st August 2003. Can you confirm whether you 
still have this problem, or whether it has been resolved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48849 
Responsible-Changed-From-To: joe->freebsd-usb 
Responsible-Changed-By: joe 
Responsible-Changed-When: Wed Nov 10 11:00:49 GMT 2004 
Responsible-Changed-Why:  
Hand this over to the usb mailling list. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48849 
State-Changed-From-To: analyzed->feedback 
State-Changed-By: iedowse 
State-Changed-When: Wed Mar 23 02:09:55 GMT 2005 
State-Changed-Why:  

Does this problem still occur with more recent releases? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48849 
State-Changed-From-To: feedback->closed 
State-Changed-By: iedowse 
State-Changed-When: Wed Mar 23 10:19:01 GMT 2005 
State-Changed-Why:  

Submitter thinks this was fixed and no longer has the hardware 
on which this problem occurred. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48849 
>Unformatted:
