From owner-freebsd-arch@freebsd.org Mon Oct 17 08:20:09 2016 Return-Path: Delivered-To: freebsd-arch@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 EC8B7C15E89 for ; Mon, 17 Oct 2016 08:20:09 +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 8631C1AE1 for ; Mon, 17 Oct 2016 08:20:07 +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 LAA18906 for ; Mon, 17 Oct 2016 11:20:06 +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 1bw39S-000PC8-7C for freebsd-arch@FreeBSD.ORG; Mon, 17 Oct 2016 11:20:06 +0300 To: freebsd-arch@FreeBSD.org From: Andriy Gapon Subject: superio driver Message-ID: Date: Mon, 17 Oct 2016 11:19:05 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 08:20:10 -0000 I would like to add a driver for Super I/O chips: https://reviews.freebsd.org/D8175 In the review request you can find my rationale and description for the driver as well as some question about its design. At this point I am looking mostly for some help with the design, but any reviews of the current code are also appreciated. Thank you. -- Andriy Gapon