Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-30 Thread Huang Wen Hui
Hi, I got the exactly same MBP 2013 11,3 from my colleague, also same time to buy it. USB driver works on this in UEFI mode. Both xhci and ehci found in this mac, and these dmesg only show in this mac: acpi_ec0: Embedded Controller: GPE 0x17, ECDT port 0x62,0x66 on acpi0 ACPI Error: No handler

Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-30 Thread Hans Petter Selasky
Hi, Can you get output from pciconf -lv from the non-working MBP, in both UEFI and BIOS mode? --HPS ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to

Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-30 Thread Huang Wen Hui
Exactly same: http://sw.gddsn.org.cn/freebsd/non-working-mac-bios-pciconf.txt http://sw.gddsn.org.cn/freebsd/non-working-mac-uefi-pciconf.txt and working-mac: http://sw.gddsn.org.cn/freebsd/working-mac-bios-pciconf.txt http://sw.gddsn.org.cn/freebsd/working-mac-uefi-pciconf.txt 2014-09-30 19:23

Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-30 Thread Hans Petter Selasky
On 09/30/14 14:25, Huang Wen Hui wrote: Exactly same: http://sw.gddsn.org.cn/freebsd/non-working-mac-bios-pciconf.txt http://sw.gddsn.org.cn/freebsd/non-working-mac-uefi-pciconf.txt and working-mac: http://sw.gddsn.org.cn/freebsd/working-mac-bios-pciconf.txt

Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-30 Thread Huang Wen Hui
Hi, Both bios and uefi are same as before. I never see EHCI controller from dmesg when I got this MBP:( Thanks, Huang Wen Hui 2014-09-30 20:50 GMT+08:00 Hans Petter Selasky h...@selasky.org: On 09/30/14 14:25, Huang Wen Hui wrote: Exactly same:

Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-30 Thread Hans Petter Selasky
On 09/30/14 15:10, Huang Wen Hui wrote: Hi, Both bios and uefi are same as before. I never see EHCI controller from dmesg when I got this MBP:( Thanks, Huang Wen Hui Can you try the attached patch for xhci.c ? --HPS ___ freebsd-usb@freebsd.org

Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-30 Thread Huang Wen Hui
I manually patch on STABLE, Both bios and uefi still are same as before:( 2014-09-30 21:23 GMT+08:00 Hans Petter Selasky h...@selasky.org: On 09/30/14 15:10, Huang Wen Hui wrote: Hi, Both bios and uefi are same as before. I never see EHCI controller from dmesg when I got this MBP:(

Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-30 Thread Hans Petter Selasky
On 09/30/14 15:50, Huang Wen Hui wrote: I manually patch on STABLE, Both bios and uefi still are same as before:( Hi, Can you get verbose dmesg with patch, hw.usb.xhci.debug=16 in /boot/loader.conf ? Also set: hw.usb.xhci.use_polling=1 in /boot/loader.conf Thank you! --HPS

Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-30 Thread Huang Wen Hui
http://sw.gddsn.org.cn/freebsd/hps-bios-message.txt http://sw.gddsn.org.cn/freebsd/hps-uefi-message.txt 2014-09-30 21:52 GMT+08:00 Hans Petter Selasky h...@selasky.org: On 09/30/14 15:50, Huang Wen Hui wrote: I manually patch on STABLE, Both bios and uefi still are same as before:( Hi,