From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 3 21:20:21 2007 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D683916A40F for ; Wed, 3 Jan 2007 21:20:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B835F13C442 for ; Wed, 3 Jan 2007 21:20:21 +0000 (UTC) (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 l03LKLFp022219 for ; Wed, 3 Jan 2007 21:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l03LKLHf022216; Wed, 3 Jan 2007 21:20:21 GMT (envelope-from gnats) Resent-Date: Wed, 3 Jan 2007 21:20:21 GMT Resent-Message-Id: <200701032120.l03LKLHf022216@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frédéric Petit Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4DB716A40F for ; Wed, 3 Jan 2007 21:15:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 96EEA13C469 for ; Wed, 3 Jan 2007 21:15:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l03LF48J048327 for ; Wed, 3 Jan 2007 21:15:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l03LF4nh048326; Wed, 3 Jan 2007 21:15:04 GMT (envelope-from nobody) Message-Id: <200701032115.l03LF4nh048326@www.freebsd.org> Date: Wed, 3 Jan 2007 21:15:04 GMT From: Frédéric Petit To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: kern/107496: USB device problem on RELENG_6_2 (SHORT_XFER) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2007 21:20:21 -0000 >Number: 107496 >Category: kern >Synopsis: USB device problem on RELENG_6_2 (SHORT_XFER) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 03 21:20:20 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Frédéric Petit >Release: FreeBSD 6.2 >Organization: >Environment: FreeBSD marsu 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Jan 3 19:08:30 CET 2007 root@marsu:/usr/obj/usr/src/sys/FREEBSD_62 i386 >Description: When I plug in my USB stick (a Kingston Data Traveler) in usb port, I got this message : uhub2: device problem (SHORT_XFER), disabling port 6 I have to mention that the really strange thing is that it works fine under RELENG 6.1, with the same configuration kernel. My kernel conf file looks like this: # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapicam # emulate ATAPI devices as SCSI ditto via CAM # SCSI peripherals device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) device pass # Passthrough device (direct SCSI access) device cd # CD (burn DVD via CAM) ../... # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) device ugen # Generic #device ulpt # Printer (don't enable it with hplip) device umass # Disks/Mass storage - Requires scbus and da >How-To-Repeat: Do not work under RELENG 6.2 Do work fine under RELENG 6.1 >Fix: None. Use RELENG_6_1 :-( >Release-Note: >Audit-Trail: >Unformatted: