From owner-freebsd-current@FreeBSD.ORG Sat Aug 31 07:09:41 2013 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 ESMTP id 2923C87B for ; Sat, 31 Aug 2013 07:09:41 +0000 (UTC) (envelope-from johannes@brilliantservice.co.jp) Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E52A82F22 for ; Sat, 31 Aug 2013 07:09:40 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id f8so2732797obp.36 for ; Sat, 31 Aug 2013 00:09:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=CP0AQqLRRO6uyxLR0hjfLWRWeuJlaDFYEkPCbHtfA8E=; b=eQQElHFgr7mgcSSyAnuzkvy6rLTvlifNi4tDGuXmgG7qLriu//9BZUkzmd8zburuEP 924QZlzRhhy6n53b+vcYQ0vSaYnvtmNmElkt3hSLi8TiF/mq3rquGQeQK+Na7k8wkdyN sECVQ+E0Sc3LVgcgkWjRUgA41E9tQsQOMOHBtzCyYfAxvomNUAra9OJGfdq5eoLrw7uA q1gvHRkufWAe2euob3ZTJ3rWMxQ9hGgVDC348Oqq0f9fuEmE3Xw6q6sOScdd/FfYrH1i pAhtiBmpSI0FaTWmhTwz4IX8cL11BtsqT4h2mGv4ZcS48yJ1g556QS7iAl/zD/UGxOoc y01w== X-Gm-Message-State: ALoCoQm+2q1d/6pKxJ2I43L42GoIxFZaWgHNeAATpk6M+yoTZEcSad25gnOIQqgqlnzSDHpwc1jY X-Received: by 10.182.237.107 with SMTP id vb11mr9716034obc.84.1377932974488; Sat, 31 Aug 2013 00:09:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.50.163 with HTTP; Sat, 31 Aug 2013 00:09:18 -0700 (PDT) In-Reply-To: References: <522110CB.5050501@mu.org> From: "Lundberg, Johannes" Date: Sat, 31 Aug 2013 09:09:18 +0200 Message-ID: Subject: Re: 2013 MacBook Air Project To: Alfred Perlstein Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 31 Aug 2013 07:09:41 -0000 I forgot about the patch to sys/dev/ahci/ahci.c but it is already committed to head so just update that file to get access to the SSD controller. One line has been added: {0x91831b4b, 0x00, "Marvell 88SS9183", AHCI_Q_NOBSYRES}, Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Sat, Aug 31, 2013 at 1:42 AM, Lundberg, Johannes < johannes@brilliantservice.co.jp> wrote: > Thanks :) > > No github but I will attach the patches in this mail. Remember, the > diskgeom patch is a ugly hack.... > > Johannes Lundberg > BRILLIANTSERVICE CO., LTD. > > > On Fri, Aug 30, 2013 at 11:38 PM, Alfred Perlstein wrote: > >> This is so cool! >> >> Do you have a repo on github with these patches? >> >> >> On 8/30/13 9:25 AM, Lundberg, Johannes wrote: >> >>> Hi >>> >>> I thought I'd give a progress report on running FreeBSD 10 on a MacBook >>> Air >>> 11" 2013 model. >>> >>> PCI-E SSD DRIVE >>> - Added device ID to device list. Should be committed to head already. >>> - Failed to write partition table due to weird characters at the end in >>> the >>> SSD's identifier key. Solved by ugly hack (cutting off the ident string >>> in >>> the middle), fix not committed. >>> >>> SMP >>> - No problem when booting from usb memory stick. However, have to disable >>> smp in /boot/loader.conf with kern.smp.disabled="1" to boot from the SSD. >>> >>> USB >>> - Reverted sys/dev/usb/controller/xhci* to 243780 to make it work. >>> >>> WIFI >>> - Seems like this one is gonna be difficult due to Broadcom's proprietary >>> driver.... >>> >>> ETHERNET >>> - Thunderbolt adapter works fine but hot-plugging not supported so you >>> need >>> to connect it before booting. >>> >>> BLUETOOTH >>> - Added device to usbdevs and ng_ubt.c. Device is recognised and ubt0 >>> created but when running "service bluetooth start ubt0" I get "Unable to >>> setup Bluetooth stack for device ubt0". Works fine with other generic >>> bluetooth 4.0 usb dongle. No debugging done. >>> >>> Will install Xorg next week so report about that coming later. >>> >>> Best Regards >>> >>> Johannes Lundberg >>> BRILLIANTSERVICE CO., LTD. >>> > >>> ______________________________**_________________ >>> freebsd-current@freebsd.org mailing list >>> http://lists.freebsd.org/**mailman/listinfo/freebsd-**current >>> To unsubscribe, send any mail to "freebsd-current-unsubscribe@** >>> freebsd.org " >>> >>> >> >> -- >> Alfred Perlstein >> >> >