From owner-freebsd-mobile@freebsd.org Wed Oct 5 11:19:29 2016 Return-Path: Delivered-To: freebsd-mobile@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 A8864AF5044 for ; Wed, 5 Oct 2016 11:19:29 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id F24DB35E for ; Wed, 5 Oct 2016 11:19:28 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: (qmail 67067 invoked by uid 89); 5 Oct 2016 11:19:26 -0000 Received: from unknown (HELO ?192.168.250.192?) (mg@grem.de@185.17.205.219) by mail.grem.de with ESMTPA; 5 Oct 2016 11:19:26 -0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: [request for testing] isl, cyapa on chromebooks From: Michael Gmelin X-Mailer: iPhone Mail (13G36) In-Reply-To: <1bcfd282-63fd-f8ee-4dad-393b51f14bcd@FreeBSD.org> Date: Wed, 5 Oct 2016 13:19:25 +0200 Cc: Michael Gmelin , FreeBSD Current , freebsd-mobile@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <302FDA6E-DEC7-49F0-8F2C-8C26C8A884AF@freebsd.org> References: <1e66fc64-cdff-e94b-4b0c-55cb05e2b5a1@FreeBSD.org> <20161003180750.744dae0a@bsd64.grem.de> <20161003222528.56d46787@bsd64.grem.de> <20161004114635.64857a29@bsd64.grem.de> <20161005004831.2a2fdc4b@bsd64.grem.de> <1bcfd282-63fd-f8ee-4dad-393b51f14bcd@FreeBSD.org> To: Andriy Gapon X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 11:19:29 -0000 > On 05 Oct 2016, at 07:48, Andriy Gapon wrote: >=20 >> On 05/10/2016 01:48, Michael Gmelin wrote: >> Double-checked the hints, it's all ok. >>=20 >> Please find a more verbose log file of loading the kernel modules here: >>=20 >> https://people.freebsd.org/~grembo/c720-20161105.log >=20 > Unfortunately this doesn't provide any new insights. >=20 > Could you please add some printf-s to iicbus_hinted_child() in > sys/dev/iicbus/iicbus.c to see whether the isl devices are really added vi= a the > hints and what their properties are? > Also, some printf-s to isl_probe() to see if it gets called and where it f= ails. > And, just in case, to ig4iic_start() to see if gets called. >=20 ig4iic_start is called, but iicbus_hinted_child, isl_probe, iicbus_probe and= iicbus_attach are not. -m=