From owner-svn-src-all@FreeBSD.ORG Tue Sep 18 17:27:10 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 389FA106564A; Tue, 18 Sep 2012 17:27:10 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id A1C768FC16; Tue, 18 Sep 2012 17:27:09 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q8IHRHrA032535; Tue, 18 Sep 2012 20:27:17 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q8IHR5nJ036320; Tue, 18 Sep 2012 20:27:05 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q8IHR52w036319; Tue, 18 Sep 2012 20:27:05 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 18 Sep 2012 20:27:05 +0300 From: Konstantin Belousov To: Hans Petter Selasky Message-ID: <20120918172705.GK37286@deviant.kiev.zoral.com.ua> References: <201209181628.q8IGSoOF024628@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CZI63rpYmK/igF6U" Content-Disposition: inline In-Reply-To: <201209181628.q8IGSoOF024628@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org Subject: Re: svn commit: r240659 - in stable/9/sys: dev/usb/net dev/usb/serial kern sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 17:27:10 -0000 --CZI63rpYmK/igF6U Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 18, 2012 at 04:28:50PM +0000, Hans Petter Selasky wrote: > Author: hselasky > Date: Tue Sep 18 16:28:49 2012 > New Revision: 240659 > URL: http://svn.freebsd.org/changeset/base/240659 >=20 > Log: > MFC r239178, r239179, r239180, r239181, r239182 and r239299: > =20 > Fix detach of USB serial devices so that it doesn't block > the USB explore thread forever. To accomplish this two new > functions have been added to the kernel, to claim and free > the newbus allocated softc. > =20 > This change is backwards API compatible, but not binary > compatible. The FreeBSD version has been bumped to force > a recompile of all kernel modules. Thank you, I run with this change since it was committed to head, and the only issue left is that the same serial adapter reappears under the different cuaUNN name after the glitch. This causes apcupsd to not able to reconnect. And, the big question that still applies, is why UPSes are lost from the USB bus ? --CZI63rpYmK/igF6U Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAlBYrukACgkQC3+MBN1Mb4jUgACgtcFReuqjU80Tmc5mCMK60ejL LkUAoONhTv3mqTuzH6kLyCW4bgI/5Val =4rX/ -----END PGP SIGNATURE----- --CZI63rpYmK/igF6U--