From owner-freebsd-current@FreeBSD.ORG Sat Aug 31 17:07:06 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 5781419A for ; Sat, 31 Aug 2013 17:07:06 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E19BB2B36 for ; Sat, 31 Aug 2013 17:07:05 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id p57so2526604wes.2 for ; Sat, 31 Aug 2013 10:07:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=kt6VUKeLjiJEPJjMqKJktpzqDjcmDFRy/cSU9cn16OM=; b=wdIVKcANrIHn1Uqt2QcRzqnqvr7kC6ZuzTkoB+MUw+fvE4Fs5GSLrH4oblxdzYonLG X5+7ye2x5UqmNKZ4ys4hjftAz5MQuVmYpz6pl2xm1WHUaVDx1kXayEokteWosxLDatza mDrBI10Cpy2+4cU10f5Qp+zcgwYfiksfoHlQk3c98SuqDtyO4VqvnfIq8YMO+qQWW8pn Qj+Hm7CNS+Z4LYIISXYBb622x1O9zPMM3aS6xvHPCy5hrvAfbKTzewHOB9cgHsJJWyPS /9/K0xEFjJpRgIqrhCilD0sFuk4wxSaT//ZNnpuoJGgtjoBeb0YpWX0iaOtRkoSt4J4m j6kA== MIME-Version: 1.0 X-Received: by 10.194.250.6 with SMTP id yy6mr15882009wjc.13.1377968823612; Sat, 31 Aug 2013 10:07:03 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.146.2 with HTTP; Sat, 31 Aug 2013 10:07:03 -0700 (PDT) In-Reply-To: References: Date: Sat, 31 Aug 2013 10:07:03 -0700 X-Google-Sender-Auth: xNppxLyAgQCNz9dGjbjg2_0MVl8 Message-ID: Subject: Re: 2013 MacBook Air Project From: Adrian Chadd To: "Lundberg, Johannes" 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 17:07:06 -0000 I've begun trying to hunt down someone at Broadcom to talk about the 11ac driver. Wish me luck. (And install/run FreeBSD on mac hardware..) -adrian On 30 August 2013 09:25, 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" >