Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-27 Thread Hans Petter Selasky
On 09/27/14 00:59, Huang Wen Hui wrote: Just for Ref, xhci works in UEFI mode of Fedora 20: http://sw.gddsn.org.cn/freebsd/linux-dmesg.txt http://sw.gddsn.org.cn/freebsd/linux-lspci.txt Hi, The Root ACPI descriptor has wrong address? FreeBSD UEFI: kernel: ACPI: RSDP 0xfe020 00024 (v02 APPLE

Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-27 Thread Huang Wen Hui
From dmesg, RSDP should like these: FreeBSD UEFI: kernel: ACPI: RSDP 0x7ad8e014 00024 (v02 APPLE ) FreeBSD BIOS: kernel: ACPI: RSDP 0xfe020 00024 (v02 APPLE ) Anyway I swapped order of efi_get_table(), I got the result: Sep 27 07:49:33 mbp kernel: ACPI: RSDP 0x7ad8e000 00014 (v00 APPLE ) Sep 27

[Bug 193775] [kernel/usb/u3g] GOBI2000/HP_UN2420 WWAN/GPS identification numbers

2014-09-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193775 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: hselasky Date: Sat Sep 27 18:08:40 UTC 2014 New revision: 272218 URL: https://svnweb.freebsd.org/changeset/base/272218 Log: MFC r271874: Add new USB

[Bug 193775] [kernel/usb/u3g] GOBI2000/HP_UN2420 WWAN/GPS identification numbers

2014-09-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193775 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: hselasky Date: Sat Sep 27 18:10:53 UTC 2014 New revision: 272219 URL: https://svnweb.freebsd.org/changeset/base/272219 Log: MFC r271874: Add new USB

[Bug 193775] [kernel/usb/u3g] GOBI2000/HP_UN2420 WWAN/GPS identification numbers

2014-09-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193775 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: hselasky Date: Sat Sep 27 18:12:06 UTC 2014 New revision: 272220 URL: https://svnweb.freebsd.org/changeset/base/272220 Log: MFC r271874: Add new USB

Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-27 Thread Hans Petter Selasky
Hi, Can you try the attached patch? --HPS ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org

Re: xhci problem on UEFI boot MacBookPro 11,3

2014-09-27 Thread Huang Wen Hui
No lucky. dmesg aslo no change, I could not found Skipped. Cheers, Huang Wen Hui 2014-09-28 2:31 GMT+08:00 Hans Petter Selasky h...@selasky.org: On 09/27/14 20:29, Hans Petter Selasky wrote: Hi, Can you try the attached patch? --HPS === dev/pci/pci.c