From owner-freebsd-embedded@FreeBSD.ORG Sat May 14 02:01:40 2011 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C10BD106566C; Sat, 14 May 2011 02:01:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 68A4F8FC08; Sat, 14 May 2011 02:01:40 +0000 (UTC) Received: by gyg13 with SMTP id 13so1339198gyg.13 for ; Fri, 13 May 2011 19:01:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=vfZo6ryf/o1HVMiGMajmz0NOLV4b6wNUXrJlZggCjBY=; b=W+b1XIhYIgKHJ/zqppeVV+wK6WuZOgJm/Y4DNs/dlWqZVTUVxjhPXZizSYh296LF1/ y8F0ge07f0OTBEHJB30ljV7OrAkbJxZkNqxTa8KqZEoMyd8m3Xxc3n0SWHSBO25r8Ee5 rbiF2s0t7Q9Bu0oDjSpEot/oPGarXYxG4X9JI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=UJhJZP6kG4NjFsAflMooQGcJfKPSXbigeR071rbY3zCY+kenZ/9Do++sq14Prz07UT 93v/L9zv7pK+iVox3PAT+BZqd0jxxfPEKWhHA6x3ThBoooNs8apbXsYbJ9NzSlyvuqPR zXYeNrNIXJH1BippwoLjrpRPQimFL0CsvZ+zo= MIME-Version: 1.0 Received: by 10.150.187.18 with SMTP id k18mr2155100ybf.19.1305337059074; Fri, 13 May 2011 18:37:39 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.201.4 with HTTP; Fri, 13 May 2011 18:37:39 -0700 (PDT) In-Reply-To: <6DEECE4A-29B4-4850-AB78-334C54DF1949@FreeBSD.org> References: <6DEECE4A-29B4-4850-AB78-334C54DF1949@FreeBSD.org> Date: Sat, 14 May 2011 09:37:39 +0800 X-Google-Sender-Auth: kNzclbnku2MO5jQb9d3eIwahhIU Message-ID: From: Adrian Chadd To: Henrik Brix Andersen Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-embedded@freebsd.org Subject: Re: glxiic(4) driver for review X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2011 02:01:40 -0000 I'll commit it if no-one objects. Henrik, just pester me until I commit it. Adrian On 14 May 2011 06:55, Henrik Brix Andersen wrote: > Hi, > > I have completed an iicbus(4) driver for the AMD Geode LX CS5536 companion chip. This device can be found on many different SBCs, e.g. the Alix boards from PC Engines. > > The patch against current is available here: http://people.freebsd.org/~brix/src-patches/glxiic.diff > > The driver requires the patch for isa_pci.c committed in r221839 earlier today, also available from here: http://people.freebsd.org/~brix/src-patches/isa_pci.c.diff > > I have performed quite thorough testing on the driver, but I'd be happy if somebody else would review it and perhaps give it a spin. > Since I do not have a src commit-bit, I need approval from a src committer before I can commit it. > > Regards, > Brix > -- > Henrik Brix Andersen > > > >