From owner-freebsd-current@freebsd.org Wed Oct 5 05:50:30 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 795FFAF6ED6; Wed, 5 Oct 2016 05:50:30 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 63949D20; Wed, 5 Oct 2016 05:50:28 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id IAA02872; Wed, 05 Oct 2016 08:50:21 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1brf5w-0007o6-Uq; Wed, 05 Oct 2016 08:50:20 +0300 Subject: Re: [request for testing] isl, cyapa on chromebooks To: Michael Gmelin 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> Cc: FreeBSD Current , freebsd-mobile@FreeBSD.org From: Andriy Gapon Message-ID: <1bcfd282-63fd-f8ee-4dad-393b51f14bcd@FreeBSD.org> Date: Wed, 5 Oct 2016 08:48:59 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161005004831.2a2fdc4b@bsd64.grem.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 05 Oct 2016 05:50:30 -0000 On 05/10/2016 01:48, Michael Gmelin wrote: > Double-checked the hints, it's all ok. > > Please find a more verbose log file of loading the kernel modules here: > > https://people.freebsd.org/~grembo/c720-20161105.log Unfortunately this doesn't provide any new insights. 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 via the hints and what their properties are? Also, some printf-s to isl_probe() to see if it gets called and where it fails. And, just in case, to ig4iic_start() to see if gets called. Thank you! -- Andriy Gapon