From owner-freebsd-current@FreeBSD.ORG Wed Feb 12 08:20:39 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3521C2; Wed, 12 Feb 2014 08:20:39 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 972B514CA; Wed, 12 Feb 2014 08:20:39 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id 5C8DF17F86E; Wed, 12 Feb 2014 09:20:37 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id D2BFE16170D; Wed, 12 Feb 2014 09:21:31 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qE7uc1g4k5Hk; Wed, 12 Feb 2014 09:21:31 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 1F6DE161305; Wed, 12 Feb 2014 09:21:31 +0100 (CET) Message-ID: <52FB2F0D.8060209@bitfrost.no> Date: Wed, 12 Feb 2014 09:21:33 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: Google Chromebook C720 References: <52FB1F24.3060405@bitfrost.no> <20140212071951.GA5086@sh4-5.1blu.de> <52FB224E.2070005@bitfrost.no> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Matthias Apitz , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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, 12 Feb 2014 08:20:40 -0000 Hi, Here is at least one patch for USB fixup and there might be more coming. A need someone to test this patch. The issue of problem has been identified thanks to Mattew Dillon at DragonFlyBSD. On 02/12/14 08:51, Adrian Chadd wrote: > Yeah, we need: > > * usb fixed up http://svnweb.freebsd.org/changeset/base/261795 > * bootloader (loader) needs more ram, as it runs out of memory trying > to read in the kernel - seabios unfortunately lies about how much is > actually there > * graphics - haswell, right? > * atkbd patches > * mouse / i2c bus driver ported over > > The wifi, works great. > --HPS