From owner-freebsd-current@FreeBSD.ORG Fri Aug 30 21:38:26 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 9353C99D for ; Fri, 30 Aug 2013 21:38:26 +0000 (UTC) (envelope-from bright@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 7FE89211B for ; Fri, 30 Aug 2013 21:38:26 +0000 (UTC) Received: from Alfreds-MacBook-Pro-9.local (c-67-180-208-218.hsd1.ca.comcast.net [67.180.208.218]) by elvis.mu.org (Postfix) with ESMTPSA id 80A661A3C2B; Fri, 30 Aug 2013 14:38:20 -0700 (PDT) Message-ID: <522110CB.5050501@mu.org> Date: Fri, 30 Aug 2013 14:38:19 -0700 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: "Lundberg, Johannes" Subject: Re: 2013 MacBook Air Project References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 30 Aug 2013 21:38:26 -0000 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