From owner-freebsd-stable@freebsd.org Fri Oct 14 18:54:34 2016 Return-Path: Delivered-To: freebsd-stable@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 51F5DC1290F for ; Fri, 14 Oct 2016 18:54:34 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from lamora.getmail.no (lamora.getmail.no [84.210.184.7]) by mx1.freebsd.org (Postfix) with ESMTP id 0BA453EB for ; Fri, 14 Oct 2016 18:54:33 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from localhost (localhost [127.0.0.1]) by lamora.getmail.no (Postfix) with ESMTP id B48958E7DD for ; Fri, 14 Oct 2016 20:49:02 +0200 (CEST) Received: from lamora.getmail.no ([127.0.0.1]) by localhost (lamora.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id pmUleB2BwQsv for ; Fri, 14 Oct 2016 20:49:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lamora.getmail.no (Postfix) with ESMTP id 6199D8E7DE for ; Fri, 14 Oct 2016 20:49:02 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.9.2 lamora.getmail.no 6199D8E7DE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getmail.no; s=8A9C8B4C-D727-11E2-8095-B6466E6B3FA2; t=1476470942; bh=gfqHapqk19ieSDCL/fL96L9sgWg74OSRcRVTu9byN7Y=; h=Date:From:To:Subject:Message-Id:Mime-Version:Content-Type: Content-Transfer-Encoding; b=NjjibFy4U7622IdLccAK28u/g3/Kpp+WDeyM+MQL6Oq+A1n5RWO7RxDB0a4qfmAY8 uH/op1UvBtWeJabsdjGdI70dqDbZsHuK0lqttJ+/gxD9/RYvI1XQKbmL+I1shvlPut um8S/1fYIbJiFjtWs4n7tM1ZGBjeEJWrAj83rlU4= X-Virus-Scanned: amavisd-new at lamora.get.c.bitbit.net Received: from lamora.getmail.no ([127.0.0.1]) by localhost (lamora.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id w_cbQ-D1zJZm for ; Fri, 14 Oct 2016 20:49:02 +0200 (CEST) Received: from kg-core1.kg4.no (cm-84.209.39.108.getinternet.no [84.209.39.108]) by lamora.getmail.no (Postfix) with ESMTPSA id 3DFA78E7DD for ; Fri, 14 Oct 2016 20:49:02 +0200 (CEST) Date: Fri, 14 Oct 2016 20:49:01 +0200 From: Torfinn Ingolfsen To: freebsd-stable@freebsd.org Subject: Re: aibs(4) / atk0110 support for newer systems Message-Id: <20161014204901.a61269485c5e5aa4fc33deaa@getmail.no> In-Reply-To: References: <86cf8380-ac6f-55f0-f0f8-16000d7f04b2@FreeBSD.org> <20160930145704.4dbc9d90011154b38493964e@getmail.no> <7d498084-ec05-d4c9-5f49-6aef32495caf@FreeBSD.org> <20160930205928.77d7e74f7bd1a35fcf1aa50a@getmail.no> <7a868c22-e0bd-f677-e4ad-2bdf6f3605d0@FreeBSD.org> <20161003201511.7258687453f12c44a46a361a@getmail.no> <20161005143723.4273657959160b67637a5adf@getmail.no> <4c431c8a-7c8c-4336-b948-6e9ae882c0fc@FreeBSD.org> <20161005222831.e674c3a134266c2e1edc523e@getmail.no> <19cb4aa4-f38e-1331-2939-281a08d1f78d@FreeBSD.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 18:54:34 -0000 On Tue, 11 Oct 2016 14:29:34 +0300 Andriy Gapon wrote: > On 06/10/2016 00:37, Andriy Gapon wrote: > > On 05/10/2016 23:28, Torfinn Ingolfsen wrote: > >> #6 0xffffffff80cd0081 in calltrap () > >> at /usr/src/sys/amd64/amd64/exception.S:238 > >> #7 0xffffffff81bcb078 in aibs_add_sensor () from /boot/kernel/aibs.ko > >> #8 0xffffffff81bcb4b4 in aibs_attach_sif () from /boot/kernel/aibs.ko > > > > Argh, I've just spotted a very silly typo. > > Could you please replace '0' with 'o' in > > err = aibs_add_sensor(sc, 0, &as[i], &descr); > > ? > > Ping. Done - see other messages in this thread. Sorry about the delay. -- Torfinn Ingolfsen