From owner-freebsd-stable@freebsd.org Tue Jul 17 09:53:30 2018 Return-Path: Delivered-To: freebsd-stable@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 BF8C810344EB for ; Tue, 17 Jul 2018 09:53:30 +0000 (UTC) (envelope-from pch-bCE2691D2@u-1.phicoh.com) Received: from stereo.hq.phicoh.net (stereo6-tun.hq.phicoh.net [IPv6:2001:888:1044:10:2a0:c9ff:fe9f:17a9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F16580151 for ; Tue, 17 Jul 2018 09:53:29 +0000 (UTC) (envelope-from pch-bCE2691D2@u-1.phicoh.com) Received: from stereo.hq.phicoh.net (localhost [::ffff:127.0.0.1]) by stereo.hq.phicoh.net with esmtp (TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384) (Smail #157) id m1ffMff-0000LnC; Tue, 17 Jul 2018 11:53:27 +0200 Message-Id: To: freebsd-stable@freebsd.org Subject: 11.2 regression USB mass storage device From: Philip Homburg Sender: pch-bCE2691D2@u-1.phicoh.com Date: Tue, 17 Jul 2018 11:53:27 +0200 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2018 09:53:30 -0000 Since upgrading to 11.2-RELEASE, my laptop doesn't fully recognize my Garmin 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 usbus0 umass0: SCSI over Bulk-Only; quirks = 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=0x2 Then I run # 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=0x2