From owner-freebsd-current@FreeBSD.ORG Mon Jan 6 03:13:35 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B1C0F0D for ; Mon, 6 Jan 2014 03:13:35 +0000 (UTC) Received: from mail-qc0-x232.google.com (mail-qc0-x232.google.com [IPv6:2607:f8b0:400d:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A6161EA8 for ; Mon, 6 Jan 2014 03:13:35 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id i17so17158057qcy.9 for ; Sun, 05 Jan 2014 19:13:34 -0800 (PST) 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=48YCJlSBXOC7iYPwnc6uaYxztUkZXwZAmAvfL1UWJBA=; b=zJXS9w5rHLNoAtBZF4X9D2xAWYNl2T8EGQzDDIv295IFo+Mzro2rpF1y+eb2YBIgKg j3NwktGjHBW7ZwZqIAhhQUqoGZl3LhiiMEZnzZuVFH/uyx5fxjmp5c8J42djeKBCHPNJ 1ht/MZXwPOMPcx8UA0PZVGiNqBGpepKbA9RHPZThsPUFa+Zo1vVHEU5hJXItFW8ij8m7 3N+ylaEVp5FXOxMKg3BEdiQEUF5mJ85Jud77Ip5/nyNxXWIG98uuYJPF0BxZ7uudTr+m u4lSZ7c4aCVT1mma/UIM2CZOLXzmqSc1uMQJ1AcKl7FvpyDaGSK5gPlns63atsCseAoW DPcQ== MIME-Version: 1.0 X-Received: by 10.224.127.131 with SMTP id g3mr144376618qas.98.1388978014477; Sun, 05 Jan 2014 19:13:34 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Sun, 5 Jan 2014 19:13:34 -0800 (PST) In-Reply-To: References: Date: Sun, 5 Jan 2014 19:13:34 -0800 X-Google-Sender-Auth: 0Gwo_7jvmxr5sniVFHj3beQqZw4 Message-ID: Subject: Re: Install 10.0-RC3 on MacBookPro Late 2013 From: Adrian Chadd To: huanghwh@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: 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: Mon, 06 Jan 2014 03:13:35 -0000 Hi! Would you mind a recent 11-amd64 snapshot? Hans has committed a few fixes to the driver recently. Thanks! -a On 5 January 2014 19:01, Huang Wen Hui wrote: > Hi, > > I am trying to install FreeBSD on MacBookPro Late 2013, I got 3 main > problems: > > 1. USB problem > > This MacBookPro model only have xhci controller, 10.0-RC3 and 9.2R not > working, keyboard and touchpad not respond. Error messages are > "xhci_do_command: Command timeout!" and "USB_ERR_TIMEOUT". > I also try to set "hw.usb.xhci.msi=0", no lucky. > > But 9.1R is OK, I copy xhci*.* file from 9.1R to 10.0, with very small > change, and > xhci works under 10.0-RC3! > > dmesg in 10.0-RC3: http://sw.gddsn.org.cn/freebsd/dmesg-10.0.txt > vmstat -i in 10.0-RC3: http://sw.gddsn.org.cn/freebsd/vmstat-10.0.txt > pciconf in 10.0-RC3: http://sw.gddsn.org.cn/freebsd/pciconf.txt > > dmesg in 10.0 + xhci of 9.1R: > http://sw.gddsn.org.cn/freebsd/dmesg-10.0+9.1.txt > vmstat -i in + xhci of 9.1R: > http://sw.gddsn.org.cn/freebsd/vmstat-10.0+9.1.txt > > 2. AHCI timeout problem > > After booting, system quickly hit ahci timeout problem, I have to set > "camcontrol tags ada0 -N 1". > this can decrease timeout problem, but still happen when running heavy IO. > > "hint.ahci.0.msi=0" seem to fix this problem, but ahci and xhci use same > IRQ 16, this make 10.0+9.1xhci > unstable:( Internal keyboard and touchpad not working, external keyboard > and mouse working. > > vmstat -i in 10.0+9.1xhci with "hint.ahci.0.msi=0": > http://sw.gddsn.org.cn/freebsd/vmstat-10.0+9.1+msi.txt > camcontrol identify: http://sw.gddsn.org.cn/freebsd/cam-identify.txt > smartctl: http://sw.gddsn.org.cn/freebsd/smartctl.txt > > 3. Random hang > > Sometimes the system(10.0+9.1xhci) hang without any message, keyboard, > mouse and ping ping not respond. > console no message, ctrl+alt+esc also could not break into ddb, I may try > firewire/dcons, help it can get some > useful information. > > I really like to have a working freebsd on MacBookPro, anything I can > provide or any ideas? > > Cheers, > Huang Wen Hui > _______________________________________________ > 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"