From owner-freebsd-usb@freebsd.org Wed Jul 25 13:51:45 2018 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84E3D104B9E1 for ; Wed, 25 Jul 2018 13:51:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0C7CF7F40D for ; Wed, 25 Jul 2018 13:51:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C1CFB104B9E0; Wed, 25 Jul 2018 13:51:44 +0000 (UTC) Delivered-To: usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B05C9104B9DF for ; Wed, 25 Jul 2018 13:51:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 525497F40A for ; Wed, 25 Jul 2018 13:51:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id A095B23B30 for ; Wed, 25 Jul 2018 13:51:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w6PDph16054395 for ; Wed, 25 Jul 2018 13:51:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w6PDphvl054394 for usb@FreeBSD.org; Wed, 25 Jul 2018 13:51:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: usb@FreeBSD.org Subject: [Bug 230038] regression USB mass storage device Date: Wed, 25 Jul 2018 13:51:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 11.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pch-freebsd-bugs@u-1.phicoh.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2018 13:51:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230038 Bug ID: 230038 Summary: regression USB mass storage device Product: Base System Version: 11.2-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: usb Assignee: usb@FreeBSD.org Reporter: pch-freebsd-bugs@u-1.phicoh.com Since upgrading to 11.2-RELEASE, my laptop doesn't fully recognize my Garmi= n=20 GPSMAP 62s anymore. In mass storage mode, the Garmin presents two block devices, one to access the internal flash and one for the micro-SD card. When I connect the Garmin, only the first device appears. After a camcontrol rescan, the second appears as well. Here is the dmesg output of connecting the Garmin: uhub_reattach_port: giving up port reset - device vanished ugen0.6: at usbus0 umass0 on uhub2 umass0: on= usb us0 umass0: SCSI over Bulk-Only; quirks =3D 0xc000 umass0:5:0: Attached to scbus5 da0 at umass-sim0 bus 0 scbus5 target 0 lun 0 da0: Removable Direct Access SPC-3 SCSI device da0: 40.000MB/s transfers da0: 1848MB (3784704 512 byte sectors) da0: quirks=3D0x2 Then I run=20 # camcontrol rescan 5:0:1 And the resulting dmesg output: da1 at umass-sim0 bus 0 scbus5 target 0 lun 1 da1: Removable Direct Access SPC-3 SCSI device da1: 40.000MB/s transfers da1: 7646MB (15659008 512 byte sectors) da1: quirks=3D0x2 --=20 You are receiving this mail because: You are the assignee for the bug.=