From owner-freebsd-current@freebsd.org Sun Jan 10 05:32:58 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B233AA69A65 for ; Sun, 10 Jan 2016 05:32:58 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A8451ECF for ; Sun, 10 Jan 2016 05:32:58 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id b14so224078676wmb.1 for ; Sat, 09 Jan 2016 21:32:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:content-type:message-id:date:to :content-transfer-encoding:mime-version; bh=9qJtCfyRaNuedsU84flzGYzFvkswTAs8O/p22qvCFB4=; b=fBKHcQfzzEcmimb92QxYZWcwUCM3vV/SxjpkrNKvlB/cZF6x9n8X3RIxszHvZ2Vh/F 7jIsQXALi4YvrfJzJDHhe32HksqFhkZLQTUn3ZftKl72cwUPwhpOaxRjZ5vc3nAH9aeh ESfFtdBgNfRyvIjOXjxucYnyeIoSpjK9KhPo7Hk0thYjbvbxgmBHsFfoTizTQQe5T0Ln PYs4MN906OaXpTRaOeCXXEbicr14kylQ1CaqgkmbWvlQsihcpl1R2n66aYUDVMj9PTeG q3j5v6lI+0g/Ucil678Mqdoc4tRTS0emRAyq0mMh/v300BrLYx6ZWRigvcrZqyL0Y50R J3Uw== X-Received: by 10.194.192.198 with SMTP id hi6mr128860581wjc.141.1452403976854; Sat, 09 Jan 2016 21:32:56 -0800 (PST) Received: from [10.0.50.3] ([94.155.70.123]) by smtp.gmail.com with ESMTPSA id g187sm6658294wmf.8.2016.01.09.21.32.55 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 09 Jan 2016 21:32:56 -0800 (PST) Subject: Bug 206035: gpiobus causes panic (KASSERT) when attached to gpio with a single pin (suggested patch) From: Stanislav Galabov Content-Type: text/plain; charset=us-ascii X-Mailer: iPad Mail (12A405) Message-Id: <6464AD35-772F-4501-A003-AD82750B1FFF@gmail.com> Date: Sun, 10 Jan 2016 07:32:56 +0200 To: "freebsd-current@freebsd.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2016 05:32:58 -0000 Hi all, I found this issue while working on Ralink/MTK support. I've attached a sugg= ested fix to the bug report. Bug description and suggested patch are attached to the bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206035 Best wishes, Stanislav=