NetBSD Problem Report #48494

From ryo_on@yk.rim.or.jp  Fri Jan  3 16:08:25 2014
Return-Path: <ryo_on@yk.rim.or.jp>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id A4F2CA6464
	for <gnats-bugs@gnats.NetBSD.org>; Fri,  3 Jan 2014 16:08:25 +0000 (UTC)
Message-Id: <20140103160822.2EA8E10069C5A@mail.SiriusCloud.jp>
Date: Sat,  4 Jan 2014 01:08:22 +0900 (JST)
From: ryoon@NetBSD.org
Reply-To: ryoon@NetBSD.org
To: gnats-bugs@gnats.NetBSD.org
Subject: After ACPICA 20131218 update, uhub topology is misunderstood
X-Send-Pr-Version: 3.95

>Number:         48494
>Notify-List:    khorben@defora.org
>Category:       kern
>Synopsis:       After ACPICA 20131218 update, uhub topology is misunderstood
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 03 16:10:00 +0000 2014
>Closed-Date:    
>Last-Modified:  Wed Jul 15 03:25:00 +0000 2015
>Originator:     Ryo ONODERA
>Release:        NetBSD 6.99.28
>Organization:

>Environment:


System: NetBSD tellurium.elements.tetera.org 6.99.28 NetBSD 6.99.28 (DTRACE2) #0: Sat Jan 4 00:45:22 JST 2014 ryo_on@tellurium.elements.tetera.org:/usr/obj/amd64/sys/arch/amd64/compile/DTRACE2 amd64
Architecture: x86_64
Machine: amd64
>Description:
After ACPICA 20131218 update, MacBook Air mid 2012's internal uhub2 and uhub3
is misunderstood, and USB socket does not work anymore.
The external USB socket had been recognized as uhub2.


dmesg of before ACPICA update, 2013-12-26:

uhub2 at uhub0 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
uhub2: single transaction translator
uhub3 at uhub1 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
uhub3: single transaction translator
uhub2: 6 ports with 5 removable, self powered
uhub3: 8 ports with 7 removable, self powered
uhub4 at uhub3 port 8: vendor 0x0424 product 0x2512, class 9/0, rev 2.00/b.b3, addr 3
uhub4: multiple transaction translators
uhub4: 2 ports with 0 removable, self powered


dmesg of after ACPICA update, 2014-01-03:
(2013-12-{29,31} kernel has same lines)

uhub2 at uhub1 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, a
ddr 2
uhub2: single transaction translator
uhub3 at uhub0 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, a
ddr 2
uhub3: single transaction translator
uhub3: 6 ports with 5 removable, self powered
uhub2: 8 ports with 7 removable, self powered
uhub4 at uhub2 port 8: vendor 0x0424 product 0x2512, class 9/0, rev 2.00/b.b3, a
ddr 3
uhub4: multiple transaction translators
uhub4: 2 ports with 0 removable, self powered



>How-To-Repeat:
Run latest amd64 kernel with ACPI.


>Fix:

I have no idea.
I want to submit any information about this problem.
What is needed?

>Release-Note:

>Audit-Trail:
From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@NetBSD.org, kern-bug-people@netbsd.org, 
	gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Cc: 
Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is misunderstood
Date: Fri, 3 Jan 2014 11:17:32 -0500

 On Jan 3,  4:10pm, ryoon@NetBSD.org (ryoon@NetBSD.org) wrote:
 -- Subject: kern/48494: After ACPICA 20131218 update, uhub topology is misund

 | I have no idea.
 | I want to submit any information about this problem.
 | What is needed?

 Try a complete dmesg with ACPIVERBOSE. Also do you have any other ACPI options?
 Like:

 options         ACPI_SCANPCI            # find PCI roots using ACPI
 options         ACPI_ACTIVATE_DEV       # If set, activate inactive devices

 christos

From: Ryo ONODERA <ryo_on@yk.rim.or.jp>
To: christos@zoulas.com, gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is
 misunderstood
Date: Sat, 04 Jan 2014 01:38:49 +0900 (JST)

 From: christos@zoulas.com (Christos Zoulas), Date: Fri, 3 Jan 2014 11:17:32 -0500

 > On Jan 3,  4:10pm, ryoon@NetBSD.org (ryoon@NetBSD.org) wrote:
 > -- Subject: kern/48494: After ACPICA 20131218 update, uhub topology is misund
 > 
 > | I have no idea.
 > | I want to submit any information about this problem.
 > | What is needed?
 > 
 > Try a complete dmesg with ACPIVERBOSE. Also do you have any other ACPI options?
 > Like:
 > 
 > options         ACPI_SCANPCI            # find PCI roots using ACPI
 > options         ACPI_ACTIVATE_DEV       # If set, activate inactive devices

 Hi,

 Thanks for your response.

 1) I have put the following lines to my kernel config file, and I have
 gotten the following result (order is strange), but USB socket does not work.

 uhub0 at usb0
 uhub1 at usb1
 uhub2 at uhub0 port 1
 uhub3 at uhub1 port 1

 uhub3 at uhub1 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub3: single transaction translator
 uhub2 at uhub0 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub2: single transaction translator
 uhub2: 6 ports with 5 removable, self powered
 uhub3: 8 ports with 7 removable, self powered


 2) I have added suggested options, and I have gotten the following dmesg.
 NetBSD 6.99.28 (DTRACE2) #3: Sat Jan  4 01:30:45 JST 2014
 	ryo_on@tellurium.elements.tetera.org:/usr/obj/amd64/sys/arch/amd64/compile/DTRACE2
 total memory = 4002 MB
 avail memory = 3870 MB
 timecounter: Timecounters tick every 10.000 msec
 RTC BIOS diagnostic error 0xff<clock_battery,ROM_cksum,config_unit,memory_size,fixed_disk,invalid_time>
 timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 Apple Inc. MacBookAir5,1 (1.0)
 mainbus0 (root)
 ACPI: RSDP 0xfe020 000024 (v02 APPLE )
 ACPI: XSDT 0x8ad8e1c0 0000AC (v01 APPLE   Apple00 00000000      01000013)
 ACPI: FACP 0x8ad8c000 0000F4 (v04 APPLE   Apple00 00000000 Loki 0000005F)
 ACPI: DSDT 0x8ad82000 004708 (v01 APPLE  MacBookA 00050001 INTL 20100915)
 ACPI: FACS 0x8ad1c000 000040
 ACPI: HPET 0x8ad8b000 000038 (v01 APPLE   Apple00 00000001 Loki 0000005F)
 ACPI: APIC 0x8ad8a000 0000BC (v02 APPLE   Apple00 00000001 Loki 0000005F)
 ACPI: SBST 0x8ad88000 000030 (v01 APPLE   Apple00 00000001 Loki 0000005F)
 ACPI: ECDT 0x8ad87000 000053 (v01 APPLE   Apple00 00000001 Loki 0000005F)
 ACPI: SSDT 0x8ad7f000 0001EE (v01 APPLE  SataAhci 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad7e000 000024 (v01 APPLE   SmcDppt 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad79000 000D68 (v01 APPLE    UsbPpt 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad77000 000159 (v02 APPLE     IGHda 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad73000 0015EB (v02 APPLE  SsdtIGPU 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad72000 000FAA (v01 APPLE   PcieTbt 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad6d000 0004EC (v01  PmRef  Cpu0Ist 00003000 INTL 20100915)
 ACPI: SSDT 0x8ad6c000 000B3D (v01  PmRef    CpuPm 00003000 INTL 20100915)
 ACPI: SSDT 0x8ad6b000 000315 (v01  PmRef  Cpu0Tst 00003000 INTL 20100915)
 ACPI: SSDT 0x8ad6a000 00037A (v01  PmRef    ApTst 00003000 INTL 20100915)
 ACPI: DMAR 0x8ad69000 000088 (v01 APPLE      IVB  00000001 AAPL 00000001)
 ACPI: MCFG 0x8ad89000 00003C (v01 APPLE   Apple00 00000001 Loki 0000005F)
 ACPI: All ACPI Tables successfully acquired
 cpu0 at mainbus0 apid 0: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 cpu1 at mainbus0 apid 2: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 cpu2 at mainbus0 apid 1: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 cpu3 at mainbus0 apid 3: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 0x20, 24 pins
 acpi0 at mainbus0: Intel ACPICA 20131218
 acpi0: X/RSDT: OemId <APPLE , Apple00,00000000>, AslId <    ,01000013>
 acpiecdt0 at acpi0: ACPI Embedded Controller via ECDT
 acpi0: PNP0C0F activated, STA 0x00000009 -> STA 0x0000000B
 acpi0: PNP0C0F activated, STA 0x00000009 -> STA 0x0000000B
 acpi0: PNP0C0F activated, STA 0x00000009 -> STA 0x0000000B
 ACPI: SSDT 0x8ad17190 0008AD (v01  PmRef  Cpu0Cst 00003001 INTL 20100915)
 ACPI: SSDT 0x0 0008AD (v01  PmRef  Cpu0Cst 00003001 INTL 20100915)
 ACPI: SSDT 0x8ad18710 0003A4 (v01  PmRef    ApIst 00003000 INTL 20100915)
 ACPI: SSDT 0x0 0003A4 (v01  PmRef    ApIst 00003000 INTL 20100915)
 ACPI: SSDT 0x8ad16d90 000119 (v01  PmRef    ApCst 00003000 INTL 20100915)
 ACPI: SSDT 0x0 000119 (v01  PmRef    ApCst 00003000 INTL 20100915)
 acpi0: SCI interrupting at int 9
 timecounter: Timecounter "ACPI-Safe" frequency 3579545 Hz quality 900
 hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
 timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
 acpiec0 at acpi0 (EC, PNP0C09-0): using acpiecdt0
 acpivga0 at acpi0 (IGPU): ACPI Display Adapter
 acpiout0 at acpivga0 (DD01, 0x0100): ACPI Display Output Device
 acpiout1 at acpivga0 (DD02, 0x0400): ACPI Display Output Device
 acpiout1: brightness levels: 0 7 13 20 27 33 40 47 53 60 67 73 80 87 93 100
 acpiout2 at acpivga0 (DD03, 0x0200): ACPI Display Output Device
 acpiout3 at acpivga0 (DD04, 0x0004): ACPI Display Output Device
 acpiout4 at acpivga0 (DD05, 0x0005): ACPI Display Output Device
 acpiout5 at acpivga0 (DD06, 0x0006): ACPI Display Output Device
 acpiout6 at acpivga0 (DD07, 0x0007): ACPI Display Output Device
 acpiout7 at acpivga0 (DD08, 0x0008): ACPI Display Output Device
 acpivga0: unknown output device acpiout0
 acpivga0: unknown output device acpiout2
 acpivga0: unknown output device acpiout3
 acpivga0: unknown output device acpiout4
 acpivga0: unknown output device acpiout5
 acpivga0: unknown output device acpiout6
 acpivga0: unknown output device acpiout7
 acpivga0: connected output devices:
 acpivga0:   0x0400 (acpiout1): Unknown Output Device, head 0
 FWHD (INT0800) [Intel Firmware Hub Device] at acpi0 not configured
 LDRC (PNP0C02) [Motherboard Register Resources] at acpi0 not configured
 attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43,0x50-0x53
 SMC (APP0001) at acpi0 not configured
 ALS0 (ACPI0008) [Ambient Light Sensor] at acpi0 not configured
 SBS0 (ACPI0002) [Smart Battery Subsystem] at acpi0 not configured
 PDRC (PNP0C02) [Motherboard Register Resources] at acpi0 not configured
 acpibat0 at acpi0 (BAT0, PNP0C0A-0): ACPI Battery
 acpiacad0 at acpi0 (ADP1, ACPI0003): ACPI AC Adapter
 acpilid0 at acpi0 (LID0, PNP0C0D): ACPI Lid Switch
 acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 PNLF (APP0002) at acpi0 not configured
 acpibut1 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
 MEM2 (PNP0C01) [System Board] at acpi0 not configured
 ACPI: Enabled 3 GPEs in block 00 to 3F
 ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-646)
 ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-646)
 ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131218/hwxface-646)
 acpi0: [MADT] LAPIC          : CPU ID 1, LAPIC ID 0, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 2, LAPIC ID 2, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 3, LAPIC ID 1, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 4, LAPIC ID 3, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 5, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] LAPIC          : CPU ID 6, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] LAPIC          : CPU ID 7, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] LAPIC          : CPU ID 8, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] I/O APIC       : ID 2, GSI 0, ADDR 0xFEC00000
 acpi0: [MADT] INTR OVERRIDE  : BUS 0, IRQ 0, GSI 2, FLAGS 0x00
 acpi0: [MADT] INTR OVERRIDE  : BUS 0, IRQ 9, GSI 9, FLAGS 0x0D
 acpi0: [MADT] LAPIC NMI      : CPU ID 1, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 2, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 3, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 4, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 5, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 6, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 7, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 8, LINT 1, FLAGS 0x05
 acpi0: [FADT] FACS           : 0x000000008AD1C000
 acpi0: [FADT] DSDT           : 0x000000008AD82000
 acpi0: [FADT] INT_MODEL      : 0x0000000000000000
 acpi0: [FADT] PM_PROFILE     : 0x0000000000000002
 acpi0: [FADT] SCI_INT        : 0x0000000000000009
 acpi0: [FADT] SMI_CMD        : 0x00000000000000B2
 acpi0: [FADT] ACPI_ENABLE    : 0x00000000000000F0
 acpi0: [FADT] ACPI_DISABLE   : 0x00000000000000F1
 acpi0: [FADT] S4BIOS_REQ     : 0x0000000000000000
 acpi0: [FADT] PSTATE_CNT     : 0x0000000000000000
 acpi0: [FADT] PM1a_EVT_BLK   : 0x0000000000000400
 acpi0: [FADT] PM1b_EVT_BLK   : 0x0000000000000000
 acpi0: [FADT] PM1a_CNT_BLK   : 0x0000000000000404
 acpi0: [FADT] PM1b_CNT_BLK   : 0x0000000000000000
 acpi0: [FADT] PM2_CNT_BLK    : 0x0000000000000450
 acpi0: [FADT] PM_TMR_BLK     : 0x0000000000000408
 acpi0: [FADT] GPE0_BLK       : 0x0000000000000420
 acpi0: [FADT] GPE1_BLK       : 0x0000000000000000
 acpi0: [FADT] PM1_EVT_LEN    : 0x0000000000000004
 acpi0: [FADT] PM1_CNT_LEN    : 0x0000000000000002
 acpi0: [FADT] PM2_CNT_LEN    : 0x0000000000000001
 acpi0: [FADT] PM_TMR_LEN     : 0x0000000000000004
 acpi0: [FADT] GPE0_BLK_LEN   : 0x0000000000000010
 acpi0: [FADT] GPE1_BLK_LEN   : 0x0000000000000000
 acpi0: [FADT] GPE1_BASE      : 0x0000000000000010
 acpi0: [FADT] CST_CNT        : 0x0000000000000085
 acpi0: [FADT] P_LVL2_LAT     : 0x0000000000000065
 acpi0: [FADT] P_LVL3_LAT     : 0x00000000000003E9
 acpi0: [FADT] FLUSH_SIZE     : 0x0000000000000000
 acpi0: [FADT] FLUSH_STRIDE   : 0x0000000000000000
 acpi0: [FADT] DUTY_OFFSET    : 0x0000000000000001
 acpi0: [FADT] DUTY_WIDTH     : 0x0000000000000003
 acpi0: [FADT] DAY_ALRM       : 0x000000000000000D
 acpi0: [FADT] MON_ALRM       : 0x0000000000000000
 acpi0: [FADT] CENTURY        : 0x0000000000000032
 acpi0: [FADT] IAPC_BOOT_ARCH : 0x0000000000000001
 acpi0: [FADT] RESET_VALUE    : 0x0000000000000006
 acpi0: [FADT] WBINVD         : 0x0000000000000001
 acpi0: [FADT] WBINVD_FLUSH   : 0x0000000000000000
 acpi0: [FADT] PROC_C1        : 0x0000000000000004
 acpi0: [FADT] P_LVL2_UP      : 0x0000000000000000
 acpi0: [FADT] PWR_BUTTON     : 0x0000000000000000
 acpi0: [FADT] SLP_BUTTON     : 0x0000000000000020
 acpi0: [FADT] FIX_RTC        : 0x0000000000000000
 acpi0: [FADT] RTC_S4         : 0x0000000000000080
 acpi0: [FADT] TMR_VAL_EXT    : 0x0000000000000000
 acpi0: [FADT] DCK_CAP        : 0x0000000000000000
 acpi0: [FADT] RESET_REG_SUP  : 0x0000000000000400
 acpi0: [FADT] SEALED_CASE    : 0x0000000000000000
 acpi0: [FADT] HEADLESS       : 0x0000000000000000
 acpi0: [FADT] CPU_SW_SLP     : 0x0000000000000000
 acpi0: [FADT] PCI_EXP_WAK    : 0x0000000000004000
 acpi0: [FADT] PLATFORM_CLK   : 0x0000000000008000
 acpi0: [FADT] S4_RTC_STS     : 0x0000000000000000
 acpi0: [FADT] REMOTE_POWER   : 0x0000000000000000
 acpi0: [FADT] APIC_CLUSTER   : 0x0000000000000000
 acpi0: [FADT] APIC_PHYSICAL  : 0x0000000000000000
 acpi0: [\   ] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU0] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU1] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU2] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU3] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU4] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU5] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU6] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU7] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [_SB ] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PCI0] HID PNP0A08    UID 0    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [MCHC] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [P0P2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [PEG2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010002
 acpi0: [SATA] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT0] HID -          UID -    STA 0xFFFFFFFF ADR 0x000000000000FFFF
 acpi0: [IGPU] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [DD01] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000100
 acpi0: [DD02] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000400
 acpi0: [DD03] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000200
 acpi0: [DD04] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000004
 acpi0: [DD05] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000005
 acpi0: [DD06] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000006
 acpi0: [DD07] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000007
 acpi0: [DD08] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000008
 acpi0: [SATA] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0002
 acpi0: [PRT0] HID -          UID -    STA 0xFFFFFFFF ADR 0x000000000000FFFF
 acpi0: [SBUS] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0003
 acpi0: [BUS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [MKY0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [BUS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [LPCB] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0000
 acpi0: [DMAC] HID PNP0200    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [FWHD] HID INT0800    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [HPET] HID PNP0103    UID -    STA 0x0000000F ADR -
 acpi0: [IPIC] HID PNP0000    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [MATH] HID PNP0C04    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [LDRC] HID PNP0C02    UID 2    STA 0xFFFFFFFF ADR -
 acpi0: [RTC ] HID PNP0B00    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [TIMR] HID PNP0100    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [SMC ] HID APP0001    UID -    STA 0x0000000B ADR -
 acpi0: [ALS0] HID ACPI0008   UID -    STA 0x0000000F ADR -
 acpi0: [EC  ] HID PNP0C09    UID 0    STA 0xFFFFFFFF ADR -
 acpi0: [SMB0] HID ACPI0001   UID -    STA 0x00000000 ADR -
 acpi0: [SBS0] HID ACPI0002   UID -    STA 0xFFFFFFFF ADR -
 acpi0: [HDEF] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001B0000
 acpi0: [RP02] HID -          UID -    STA 0x0000000F ADR 0x00000000001C0001
 acpi0: [ARPT] HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: [RP05] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001C0004
 acpi0: [UPSB] HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: [DSB0] HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: [NHI0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [DSB1] HID -          UID -    STA 0x0000000F ADR 0x0000000000030000
 acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 acpi0: [DSB2] HID -          UID -    STA 0x0000000F ADR 0x0000000000040000
 acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 acpi0: [DSB3] HID -          UID -    STA 0x00000009 ADR 0x0000000000050000
 acpi0: [DSB4] HID -          UID -    STA 0x00000009 ADR 0x0000000000060000
 acpi0: [PDRC] HID PNP0C02    UID 1    STA 0xFFFFFFFF ADR -
 acpi0: [EHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [PRT8] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000008
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [EHC2] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001A0000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [XHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000140000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [PRT4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000004
 acpi0: [LNKA] HID PNP0C0F    UID 1    STA 0x0000000B ADR -
 acpi0: [LNKB] HID PNP0C0F    UID 2    STA 0x0000000B ADR -
 acpi0: [LNKC] HID PNP0C0F    UID 3    STA 0x0000000B ADR -
 acpi0: [LNKD] HID PNP0C0F    UID 4    STA 0x0000000B ADR -
 acpi0: [LNKE] HID PNP0C0F    UID 5    STA 0x0000000B ADR -
 acpi0: [LNKF] HID PNP0C0F    UID 6    STA 0x0000000B ADR -
 acpi0: [LNKG] HID PNP0C0F    UID 7    STA 0x0000000B ADR -
 acpi0: [LNKH] HID PNP0C0F    UID 8    STA 0x0000000B ADR -
 acpi0: [BAT0] HID PNP0C0A    UID 0    STA 0x0000001F ADR -
 acpi0: [ADP1] HID ACPI0003   UID -    STA 0xFFFFFFFF ADR -
 acpi0: [LID0] HID PNP0C0D    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PWRB] HID PNP0C0C    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PNLF] HID APP0002    UID 14   STA 0x0000000B ADR 0x0000000000000000
 acpi0: [SLPB] HID PNP0C0E    UID -    STA 0x0000000B ADR -
 acpi0: [MEM2] HID PNP0C01    UID 2    STA 0xFFFFFFFF ADR -
 acpi0: [_TZ ] HID -          UID -    STA 0xFFFFFFFF ADR -

 \     [06] []
     CPU0  [12] []
     CPU1  [12] []
     CPU2  [12] []
     CPU3  [12] []
     CPU4  [12] []
     CPU5  [12] []
     CPU6  [12] []
     CPU7  [12] []
     _SB   [06] []
         PCI0  [06] [] (PCI) @ 0x00:0x00:0x00:0x00 [R] [B] -> 0x00:0x00
             MCHC  [06] [] (PCI) @ 0x00:0x00:0x00:0x00
             P0P2  [06] [] (PCI) @ 0x00:0x00:0x01:0x00
             PEG2  [06] [] (PCI) @ 0x00:0x00:0x01:0x02
                 SATA  [06] []
                     PRT0  [06] []
             IGPU  [06] [] <acpivga0> (PCI) @ 0x00:0x00:0x02:0x00
                 DD01  [06] [] <acpiout0>
                 DD02  [06] [] <acpiout1>
                 DD03  [06] [] <acpiout2>
                 DD04  [06] [] <acpiout3>
                 DD05  [06] [] <acpiout4>
                 DD06  [06] [] <acpiout5>
                 DD07  [06] [] <acpiout6>
                 DD08  [06] [] <acpiout7>
             SATA  [06] [] (PCI) @ 0x00:0x00:0x1F:0x02
                 PRT0  [06] []
             SBUS  [06] [] (PCI) @ 0x00:0x00:0x1F:0x03
                 BUS0  [06] []
                     MKY0  [06] []
                 BUS1  [06] []
             LPCB  [06] [] (PCI) @ 0x00:0x00:0x1F:0x00
                 DMAC  [06] []
                 FWHD  [06] []
                 HPET  [06] []
                 IPIC  [06] []
                 MATH  [06] []
                 LDRC  [06] []
                 RTC   [06] []
                 TIMR  [06] [] <attimer1>
                 SMC   [06] []
                 ALS0  [06] []
                 EC    [06] [] <acpiec0>
                     SMB0  [06] []
                         SBS0  [06] []
             HDEF  [06] [] (PCI) @ 0x00:0x00:0x1B:0x00
             RP02  [06] [] (PCI) @ 0x00:0x00:0x1C:0x01 [B] -> 0x00:0x02
                 ARPT  [06] [] (PCI) @ 0x00:0x02:0x00:0x00
             RP05  [06] [] (PCI) @ 0x00:0x00:0x1C:0x04 [B] -> 0x00:0x03
                 UPSB  [06] [] (PCI) @ 0x00:0x03:0x00:0x00 [B] -> 0x00:0x04
                     DSB0  [06] [] (PCI) @ 0x00:0x04:0x00:0x00 [B] -> 0x00:0x05
                         NHI0  [06] [] (PCI) @ 0x00:0x05:0x00:0x00
                     DSB1  [06] [] (PCI) @ 0x00:0x04:0x03:0x00 [B] -> 0x00:0x06
                         UPS0  [06] [] (PCI) @ 0x00:0x06:0x00:0x00 [B] -> 0x00:0x07
                         UPS1  [06] [] (PCI) @ 0x00:0x06:0x01:0x00
                         UPS2  [06] [] (PCI) @ 0x00:0x06:0x02:0x00
                         UPS3  [06] [] (PCI) @ 0x00:0x06:0x03:0x00
                         UPS4  [06] [] (PCI) @ 0x00:0x06:0x04:0x00
                         UPS5  [06] [] (PCI) @ 0x00:0x06:0x05:0x00
                         UPS6  [06] [] (PCI) @ 0x00:0x06:0x06:0x00
                     DSB2  [06] [] (PCI) @ 0x00:0x04:0x04:0x00 [B] -> 0x00:0x37
                         UPS0  [06] [] (PCI) @ 0x00:0x37:0x00:0x00
                         UPS1  [06] [] (PCI) @ 0x00:0x37:0x01:0x00
                         UPS2  [06] [] (PCI) @ 0x00:0x37:0x02:0x00
                         UPS3  [06] [] (PCI) @ 0x00:0x37:0x03:0x00
                         UPS4  [06] [] (PCI) @ 0x00:0x37:0x04:0x00
                         UPS5  [06] [] (PCI) @ 0x00:0x37:0x05:0x00
                         UPS6  [06] [] (PCI) @ 0x00:0x37:0x06:0x00
                     DSB3  [06] []
                     DSB4  [06] []
             PDRC  [06] []
             EHC1  [06] [] (PCI) @ 0x00:0x00:0x1D:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                         PRT1  [06] []
                         PRT2  [06] []
                         PRT3  [06] []
                         PRT8  [06] []
                             PRT1  [06] []
                             PRT2  [06] []
                             PRT3  [06] []
             EHC2  [06] [] (PCI) @ 0x00:0x00:0x1A:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                         PRT1  [06] []
                         PRT2  [06] []
                         PRT3  [06] []
             XHC1  [06] [] (PCI) @ 0x00:0x00:0x14:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                     PRT2  [06] []
                     PRT3  [06] []
                     PRT4  [06] []
         LNKA  [06] []
         LNKB  [06] []
         LNKC  [06] []
         LNKD  [06] []
         LNKE  [06] []
         LNKF  [06] []
         LNKG  [06] []
         LNKH  [06] []
         BAT0  [06] [] <acpibat0>
         ADP1  [06] [] <acpiacad0>
         LID0  [06] [] <acpilid0>
         PWRB  [06] [] <acpibut0>
         PNLF  [06] []
         SLPB  [06] [] <acpibut1>
         MEM2  [06] []
     _TZ   [06] []
 pci0 at mainbus0 bus 0: configuration mode 1
 pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 pchb0 at pci0 dev 0 function 0: vendor 0x8086 product 0x0154 (rev. 0x09)
 vga0 at pci0 dev 2 function 0: vendor 0x8086 product 0x0166 (rev. 0x09)
 wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation)
 wsmux1: connecting to wsdisplay0
 drm at vga0 not configured
 vendor 0x8086 product 0x1e31 (USB serial bus, interface 0x30, revision 0x04) at pci0 dev 20 function 0 not configured
 vendor 0x8086 product 0x1e3a (miscellaneous communications, revision 0x04) at pci0 dev 22 function 0 not configured
 ehci0 at pci0 dev 26 function 0: vendor 0x8086 product 0x1e2d (rev. 0x04)
 ehci0: interrupting at ioapic0 pin 23
 ehci0: EHCI version 1.0
 usb0 at ehci0: USB revision 2.0
 hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 hdaudio0: interrupting at ioapic0 pin 22
 hdafg0 at hdaudio0: vendor 1013 product 4206
 hdafg0: ADC00 2ch: Mic In [Built-In]
 hdafg0: DAC01 2ch: Speaker [Built-In]
 hdafg0: DAC02 2ch: HP Out [Jack]
 hdafg0: 2ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 PCM32 AC3
 audio0 at hdafg0: full duplex, playback, capture, independent
 hdafg1 at hdaudio0: Intel product 2806
 hdafg1: duplicate pin in association
 hdafg1: duplicate pin in association
 hdafg1: 0ch/0ch 48000Hz PCM16*
 ppb0 at pci0 dev 28 function 0: vendor 0x8086 product 0x1e10 (rev. 0xc4)
 ppb0: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 pci1 at ppb0 bus 1
 pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb1 at pci0 dev 28 function 1: vendor 0x8086 product 0x1e12 (rev. 0xc4)
 ppb1: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 ppb1: link is x1 @ 2.5Gb/s
 pci2 at ppb1 bus 2
 pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 vendor 0x14e4 product 0x4353 (miscellaneous network, revision 0x01) at pci2 dev 0 function 0 not configured
 ppb2 at pci0 dev 28 function 4: vendor 0x8086 product 0x1e18 (rev. 0xc4)
 ppb2: PCI Express 2.0 <Root Port of PCI-E Root Complex> x4 @ 5.0Gb/s
 pci3 at ppb2 bus 3
 pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb3 at pci3 dev 0 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb3: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 pci4 at ppb3 bus 4
 pci4: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb4 at pci4 dev 0 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb4: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci5 at ppb4 bus 5
 pci5: i/o space, memory space enabled, rd/line, wr/inv ok
 vendor 0x8086 product 0x1547 (miscellaneous system, revision 0x03) at pci5 dev 0 function 0 not configured
 ppb5 at pci4 dev 3 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb5: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci6 at ppb5 bus 6
 pci6: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb6 at pci6 dev 0 function 0: vendor 0x8086 product 0x1549 (rev. 0x00)
 ppb6: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 pci7 at ppb6 bus 7
 pci7: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb7 at pci7 dev 0 function 0: vendor 0x8086 product 0x1549 (rev. 0x00)
 ppb7: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 5.0Gb/s
 ppb7: link is x1 @ 2.5Gb/s
 pci8 at ppb7 bus 8
 pci8: i/o space, memory space enabled, rd/line, wr/inv ok
 bge0 at pci8 dev 0 function 0: Broadcom BCM57762 Gigabit Ethernet
 bge0: interrupting at ioapic0 pin 19
 bge0: HW config 00091054, 00006014, 00002838, 00000000
 bge0: ASIC unknown BCM57766 (0x57766000), Ethernet address 40:6c:8f:58:6c:c5
 bge0: setting short Tx thresholds
 brgphy0 at bge0 phy 1: BCM57765 1000BASE-T media interface, rev. 0
 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 ppb8 at pci4 dev 4 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb8: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci9 at ppb8 bus 55
 pci9: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb9 at pci4 dev 5 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb9: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci10 at ppb9 bus 104
 pci10: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb10 at pci4 dev 6 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb10: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci11 at ppb10 bus 105
 pci11: i/o space, memory space enabled, rd/line, wr/inv ok
 ehci1 at pci0 dev 29 function 0: vendor 0x8086 product 0x1e26 (rev. 0x04)
 ehci1: interrupting at ioapic0 pin 22
 ehci1: EHCI version 1.0
 usb1 at ehci1: USB revision 2.0
 ichlpcib0 at pci0 dev 31 function 0: vendor 0x8086 product 0x1e56 (rev. 0x04)
 timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 ichlpcib0: 24-bit timer
 ichlpcib0: TCO timer reboot disabled by hardware; hope SMBIOS properly handles it.
 ichlpcib0: TCO (watchdog) timer configured.
 ahcisata0 at pci0 dev 31 function 2: vendor 0x8086 product 0x1e03 (rev. 0x04)
 ahcisata0: interrupting at ioapic0 pin 19
 ahcisata0: 64-bit DMA
 ahcisata0: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xc730ff45<EMS,PSC,SSC,PMD,ISS=0x3=Gen3,SCLO,SAL,SALP,SNCQ,S64A>
 atabus0 at ahcisata0 channel 0
 ichsmb0 at pci0 dev 31 function 3: vendor 0x8086 product 0x1e22 (rev. 0x04)
 ichsmb0: interrupting at ioapic0 pin 18
 iic0 at ichsmb0: I2C bus
 isa0 at ichlpcib0
 com0 at isa0 port 0x3f8-0x3ff irq 4: ns8250 or ns16450, no fifo
 pcppi0 at isa0 port 0x61
 midi0 at pcppi0: PC speaker
 sysbeep0 at pcppi0
 attimer1: attached to pcppi0
 acpicpu0 at cpu0: ACPI CPU
 acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
 acpicpu0: C2: FFH, lat 148 us, pow   500 mW
 acpicpu0: C3: FFH, lat 198 us, pow   200 mW
 acpicpu0: P0: FFH, lat  10 us, pow 17000 mW, 1701 MHz, turbo boost
 acpicpu0: P1: FFH, lat  10 us, pow 17000 mW, 1700 MHz
 acpicpu0: P2: FFH, lat  10 us, pow 15798 mW, 1600 MHz
 acpicpu0: P3: FFH, lat  10 us, pow 14620 mW, 1500 MHz
 acpicpu0: P4: FFH, lat  10 us, pow 13467 mW, 1400 MHz
 acpicpu0: P5: FFH, lat  10 us, pow 12337 mW, 1300 MHz
 acpicpu0: P6: FFH, lat  10 us, pow 11231 mW, 1200 MHz
 acpicpu0: P7: FFH, lat  10 us, pow 10150 mW, 1100 MHz
 acpicpu0: P8: FFH, lat  10 us, pow  9090 mW, 1000 MHz
 acpicpu0: P9: FFH, lat  10 us, pow  8053 mW,  900 MHz
 acpicpu0: P10: FFH, lat  10 us, pow  7192 mW,  800 MHz
 acpicpu0: T0: FFH, lat   1 us, pow  7192 mW, 100 %
 acpicpu0: T1: FFH, lat   1 us, pow  6712 mW,  94 %
 acpicpu0: T2: FFH, lat   1 us, pow  6233 mW,  88 %
 acpicpu0: T3: FFH, lat   1 us, pow  5753 mW,  82 %
 acpicpu0: T4: FFH, lat   1 us, pow  5274 mW,  75 %
 acpicpu0: T5: FFH, lat   1 us, pow  4794 mW,  69 %
 acpicpu0: T6: FFH, lat   1 us, pow  4315 mW,  63 %
 acpicpu0: T7: FFH, lat   1 us, pow  3835 mW,  57 %
 acpicpu0: T8: FFH, lat   1 us, pow  3356 mW,  50 %
 acpicpu0: T9: FFH, lat   1 us, pow  2876 mW,  44 %
 acpicpu0: T10: FFH, lat   1 us, pow  2397 mW,  38 %
 acpicpu0: T11: FFH, lat   1 us, pow  1917 mW,  32 %
 acpicpu0: T12: FFH, lat   1 us, pow  1438 mW,  25 %
 acpicpu0: T13: FFH, lat   1 us, pow   958 mW,  19 %
 acpicpu0: T14: FFH, lat   1 us, pow   479 mW,  13 %
 coretemp0 at cpu0: thermal sensor, 1 C resolution
 acpicpu1 at cpu1: ACPI CPU
 coretemp1 at cpu1: thermal sensor, 1 C resolution
 acpicpu2 at cpu2: ACPI CPU
 acpicpu3 at cpu3: ACPI CPU
 timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 timecounter: Timecounter "TSC" frequency 1696226850 Hz quality 3000
 acpiacad0: AC adapter online.
 crypto: unable to register devsw
 uhub0 at usb0: vendor 0x8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 uhub1 at usb1: vendor 0x8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub1: 2 ports with 2 removable, self powered
 ahcisata0 port 0: device present, speed: 6.0Gb/s
 wd0 at atabus0 drive 0
 wd0: <APPLE SSD TS128E>
 wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 wd0: 113 GB, 235097 cyl, 16 head, 63 sec, 512 bytes/sect x 236978176 sectors
 wd0: GPT GUID: 0de7ba53-f76d-11e2-a888-406c8f586cc5
 dk0 at wd0: EFI
 dk0: 524288 blocks at 64, type: msdos
 dk1 at wd0: ROOT
 dk1: 2097152 blocks at 524352, type: ffs
 dk2 at wd0: SWAP
 dk2: 16777216 blocks at 2621504, type: swap
 dk3 at wd0: USR
 dk3: 134217728 blocks at 19398720, type: ffs
 dk4 at wd0: HOME
 dk4: 83361695 blocks at 153616448, type: ffs
 wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
 wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA)
 uhub2 at uhub1 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub2: single transaction translator
 uhub3 at uhub0 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub3: single transaction translator
 uhub3: 6 ports with 5 removable, self powered
 uhub2: 8 ports with 7 removable, self powered
 uhub4 at uhub2 port 8: SMSC product 0x2512, class 9/0, rev 2.00/b.b3, addr 3
 uhub4: multiple transaction translators
 uhub4: 2 ports with 0 removable, self powered
 uvideo0 at uhub3 port 1 configuration 1 interface 0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 video0 at uvideo0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 uhub5 at uhub4 port 1: Apple Inc. BRCM20702 Hub, class 9/0, rev 2.00/1.00, addr 4
 uhub5: 3 ports with 0 removable, self powered
 uhidev0 at uhub5 port 1 configuration 1 interface 0
 uhidev0: Apple Computer product 0x820a, rev 2.00/1.00, addr 5, iclass 3/1
 uhidev0: 1 report ids
 ukbd0 at uhidev0 reportid 1: 8 modifier keys, 6 key codes
 wskbd0 at ukbd0: console keyboard, using wsdisplay0
 uhidev1 at uhub5 port 2 configuration 1 interface 0
 uhidev1: Apple Computer product 0x820b, rev 2.00/1.00, addr 6, iclass 3/1
 uhidev1: 2 report ids
 ums0 at uhidev1 reportid 2: 3 buttons
 wsmouse0 at ums0 mux 0
 ubt0 at uhub5 port 3
 ubt0: Apple Inc. Bluetooth USB Host Controller, rev 2.00/1.31, addr 7
 uhidev2 at uhub4 port 2 configuration 1 interface 0
 uhidev2: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 uhidev2: 9 report ids
 ukbd1 at uhidev2 reportid 1: 8 modifier keys, 6 key codes, apple fn key
 wskbd1 at ukbd1 mux 1
 wskbd1: connecting to wsdisplay0
 uhid0 at uhidev2 reportid 9: input=0, output=0, feature=3
 uhidev3 at uhub4 port 2 configuration 1 interface 1
 uhidev3: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/0
 uhidev3: 68 report ids
 uhid1 at uhidev3 reportid 68: input=511, output=0, feature=0
 uhidev4 at uhub4 port 2 configuration 1 interface 2
 uhidev4: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 uhidev4: 2 report ids
 ums1 at uhidev4 reportid 2: 3 buttons
 wsmouse1 at ums1 mux 0
 Kernelized RAIDframe activated
 pad0: outputs: 44100Hz, 16-bit, stereo
 audio1 at pad0: half duplex, playback, capture
 boot device: wd0
 root on dk1 dumps on dk2
 root file system type: ffs
 clock: unknown CMOS layout
 wsdisplay0: screen 1 added (80x25, vt100 emulation)
 wsdisplay0: screen 2 added (80x25, vt100 emulation)
 wsdisplay0: screen 3 added (80x25, vt100 emulation)
 wsdisplay0: screen 4 added (80x25, vt100 emulation)

 --
 Ryo ONODERA // ryo_on@yk.rim.or.jp
 PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3

From: christos@zoulas.com (Christos Zoulas)
To: Ryo ONODERA <ryo_on@yk.rim.or.jp>, gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is misunderstood
Date: Fri, 3 Jan 2014 11:42:08 -0500

 On Jan 4,  1:38am, ryo_on@yk.rim.or.jp (Ryo ONODERA) wrote:
 -- Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is mi

 | 2) I have added suggested options, and I have gotten the following dmesg.

 Thanks,
 Can you do this (provide the ACPIVERBOSE output) with the working kernel too?

 christos

From: christos@zoulas.com (Christos Zoulas)
To: Ryo ONODERA <ryo_on@yk.rim.or.jp>
Cc: gnats-bugs@NetBSD.org
Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is misunderstood
Date: Fri, 3 Jan 2014 12:29:27 -0500

 On Jan 4,  1:55am, ryo_on@yk.rim.or.jp (Ryo ONODERA) wrote:
 -- Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is mi

 Ok,
     1c1
     < NetBSD 6.99.28 (DTRACE2) #0: Sat Jan  4 01:49:42 JST 2014
     ---
     > NetBSD 6.99.28 (DTRACE2) #3: Sat Jan  4 01:30:45 JST 2014

 Extra debugging,
     9a10,31
     > ACPI: RSDP 0xfe020 000024 (v02 APPLE )
     > ACPI: XSDT 0x8ad8e1c0 0000AC (v01 APPLE   Apple00 00000000      01000013)
     > ACPI: FACP 0x8ad8c000 0000F4 (v04 APPLE   Apple00 00000000 Loki 0000005F)
     > ACPI: DSDT 0x8ad82000 004708 (v01 APPLE  MacBookA 00050001 INTL 20100915)
     > ACPI: FACS 0x8ad1c000 000040
     > ACPI: HPET 0x8ad8b000 000038 (v01 APPLE   Apple00 00000001 Loki 0000005F)
     > ACPI: APIC 0x8ad8a000 0000BC (v02 APPLE   Apple00 00000001 Loki 0000005F)
     > ACPI: SBST 0x8ad88000 000030 (v01 APPLE   Apple00 00000001 Loki 0000005F)
     > ACPI: ECDT 0x8ad87000 000053 (v01 APPLE   Apple00 00000001 Loki 0000005F)
     > ACPI: SSDT 0x8ad7f000 0001EE (v01 APPLE  SataAhci 00001000 INTL 20100915)
     > ACPI: SSDT 0x8ad7e000 000024 (v01 APPLE   SmcDppt 00001000 INTL 20100915)
     > ACPI: SSDT 0x8ad79000 000D68 (v01 APPLE    UsbPpt 00001000 INTL 20100915)
     > ACPI: SSDT 0x8ad77000 000159 (v02 APPLE     IGHda 00001000 INTL 20100915)
     > ACPI: SSDT 0x8ad73000 0015EB (v02 APPLE  SsdtIGPU 00001000 INTL 20100915)
     > ACPI: SSDT 0x8ad72000 000FAA (v01 APPLE   PcieTbt 00001000 INTL 20100915)
     > ACPI: SSDT 0x8ad6d000 0004EC (v01  PmRef  Cpu0Ist 00003000 INTL 20100915)
     > ACPI: SSDT 0x8ad6c000 000B3D (v01  PmRef    CpuPm 00003000 INTL 20100915)
     > ACPI: SSDT 0x8ad6b000 000315 (v01  PmRef  Cpu0Tst 00003000 INTL 20100915)
     > ACPI: SSDT 0x8ad6a000 00037A (v01  PmRef    ApTst 00003000 INTL 20100915)
     > ACPI: DMAR 0x8ad69000 000088 (v01 APPLE      IVB  00000001 AAPL 00000001)
     > ACPI: MCFG 0x8ad89000 00003C (v01 APPLE   Apple00 00000001 Loki 0000005F)
     > ACPI: All ACPI Tables successfully acquired


 Ok,
     15c37
     < acpi0 at mainbus0: Intel ACPICA 20110623
     ---
     > acpi0 at mainbus0: Intel ACPICA 20131218

 Extra debugging,
     20a43,48
     > ACPI: SSDT 0x8ad17190 0008AD (v01  PmRef  Cpu0Cst 00003001 INTL 20100915)
     > ACPI: SSDT 0x0 0008AD (v01  PmRef  Cpu0Cst 00003001 INTL 20100915)
     > ACPI: SSDT 0x8ad18710 0003A4 (v01  PmRef    ApIst 00003000 INTL 20100915)
     > ACPI: SSDT 0x0 0003A4 (v01  PmRef    ApIst 00003000 INTL 20100915)
     > ACPI: SSDT 0x8ad16d90 000119 (v01  PmRef    ApCst 00003000 INTL 20100915)
     > ACPI: SSDT 0x0 000119 (v01  PmRef    ApCst 00003000 INTL 20100915)

 Ok, seems to call the counter differently.
     22c50
     < timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
     ---
     > timecounter: Timecounter "ACPI-Safe" frequency 3579545 Hz quality 900

 Probably harmless,
     58a87,90
     > ACPI: Enabled 3 GPEs in block 00 to 3F
     > ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-646)
     > ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-646)
     > ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131218/hwxface-646)

 Ok, expected
     493c525
     < timecounter: Timecounter "TSC" frequency 1696285240 Hz quality 3000
     ---
     > timecounter: Timecounter "TSC" frequency 1696226850 Hz quality 3000

 Strange,
     494a527
     > crypto: unable to register devsw

 So nothing seems out of the ordinary here. Next step is to get a kernel
 with ACPI_DEBUG && ddb going.

 christos

From: Ryo ONODERA <ryo_on@yk.rim.or.jp>
To: christos@zoulas.com
Cc: gnats-bugs@NetBSD.org
Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is
 misunderstood
Date: Sat, 04 Jan 2014 01:55:40 +0900 (JST)

 From: christos@zoulas.com (Christos Zoulas), Date: Fri, 3 Jan 2014 11:42:08 -0500

 > On Jan 4,  1:38am, ryo_on@yk.rim.or.jp (Ryo ONODERA) wrote:
 > -- Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is mi
 > 
 > | 2) I have added suggested options, and I have gotten the following dmesg.
 > 
 > Thanks,
 > Can you do this (provide the ACPIVERBOSE output) with the working kernel too?

 Here is GENERIC with AVPIVERBOSE and ACPI_ACTIVATE_DEV dmesg.
 Thank you.

 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
     The NetBSD Foundation, Inc.  All rights reserved.
 Copyright (c) 1982, 1986, 1989, 1991, 1993
     The Regents of the University of California.  All rights reserved.

 NetBSD 6.99.28 (DTRACE2) #0: Sat Jan  4 01:49:42 JST 2014
 	ryo_on@tellurium.elements.tetera.org:/usr/obj/amd64/sys/arch/amd64/compile/DTRACE2
 total memory = 4002 MB
 avail memory = 3870 MB
 timecounter: Timecounters tick every 10.000 msec
 RTC BIOS diagnostic error 0xff<clock_battery,ROM_cksum,config_unit,memory_size,fixed_disk,invalid_time>
 timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 Apple Inc. MacBookAir5,1 (1.0)
 mainbus0 (root)
 cpu0 at mainbus0 apid 0: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 cpu1 at mainbus0 apid 2: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 cpu2 at mainbus0 apid 1: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 cpu3 at mainbus0 apid 3: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 0x20, 24 pins
 acpi0 at mainbus0: Intel ACPICA 20110623
 acpi0: X/RSDT: OemId <APPLE , Apple00,00000000>, AslId <    ,01000013>
 acpiecdt0 at acpi0: ACPI Embedded Controller via ECDT
 acpi0: PNP0C0F activated, STA 0x00000009 -> STA 0x0000000B
 acpi0: PNP0C0F activated, STA 0x00000009 -> STA 0x0000000B
 acpi0: PNP0C0F activated, STA 0x00000009 -> STA 0x0000000B
 acpi0: SCI interrupting at int 9
 timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
 hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
 timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
 acpiec0 at acpi0 (EC, PNP0C09-0): using acpiecdt0
 acpivga0 at acpi0 (IGPU): ACPI Display Adapter
 acpiout0 at acpivga0 (DD01, 0x0100): ACPI Display Output Device
 acpiout1 at acpivga0 (DD02, 0x0400): ACPI Display Output Device
 acpiout1: brightness levels: 0 7 13 20 27 33 40 47 53 60 67 73 80 87 93 100
 acpiout2 at acpivga0 (DD03, 0x0200): ACPI Display Output Device
 acpiout3 at acpivga0 (DD04, 0x0004): ACPI Display Output Device
 acpiout4 at acpivga0 (DD05, 0x0005): ACPI Display Output Device
 acpiout5 at acpivga0 (DD06, 0x0006): ACPI Display Output Device
 acpiout6 at acpivga0 (DD07, 0x0007): ACPI Display Output Device
 acpiout7 at acpivga0 (DD08, 0x0008): ACPI Display Output Device
 acpivga0: unknown output device acpiout0
 acpivga0: unknown output device acpiout2
 acpivga0: unknown output device acpiout3
 acpivga0: unknown output device acpiout4
 acpivga0: unknown output device acpiout5
 acpivga0: unknown output device acpiout6
 acpivga0: unknown output device acpiout7
 acpivga0: connected output devices:
 acpivga0:   0x0400 (acpiout1): Unknown Output Device, head 0
 FWHD (INT0800) [Intel Firmware Hub Device] at acpi0 not configured
 LDRC (PNP0C02) [Motherboard Register Resources] at acpi0 not configured
 attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43,0x50-0x53
 SMC (APP0001) at acpi0 not configured
 ALS0 (ACPI0008) [Ambient Light Sensor] at acpi0 not configured
 SBS0 (ACPI0002) [Smart Battery Subsystem] at acpi0 not configured
 PDRC (PNP0C02) [Motherboard Register Resources] at acpi0 not configured
 acpibat0 at acpi0 (BAT0, PNP0C0A-0): ACPI Battery
 acpiacad0 at acpi0 (ADP1, ACPI0003): ACPI AC Adapter
 acpilid0 at acpi0 (LID0, PNP0C0D): ACPI Lid Switch
 acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 PNLF (APP0002) at acpi0 not configured
 acpibut1 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
 MEM2 (PNP0C01) [System Board] at acpi0 not configured
 acpi0: [MADT] LAPIC          : CPU ID 1, LAPIC ID 0, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 2, LAPIC ID 2, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 3, LAPIC ID 1, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 4, LAPIC ID 3, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 5, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] LAPIC          : CPU ID 6, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] LAPIC          : CPU ID 7, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] LAPIC          : CPU ID 8, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] I/O APIC       : ID 2, GSI 0, ADDR 0xFEC00000
 acpi0: [MADT] INTR OVERRIDE  : BUS 0, IRQ 0, GSI 2, FLAGS 0x00
 acpi0: [MADT] INTR OVERRIDE  : BUS 0, IRQ 9, GSI 9, FLAGS 0x0D
 acpi0: [MADT] LAPIC NMI      : CPU ID 1, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 2, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 3, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 4, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 5, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 6, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 7, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 8, LINT 1, FLAGS 0x05
 acpi0: [FADT] FACS           : 0x000000008AD1C000
 acpi0: [FADT] DSDT           : 0x000000008AD82000
 acpi0: [FADT] INT_MODEL      : 0x0000000000000000
 acpi0: [FADT] PM_PROFILE     : 0x0000000000000002
 acpi0: [FADT] SCI_INT        : 0x0000000000000009
 acpi0: [FADT] SMI_CMD        : 0x00000000000000B2
 acpi0: [FADT] ACPI_ENABLE    : 0x00000000000000F0
 acpi0: [FADT] ACPI_DISABLE   : 0x00000000000000F1
 acpi0: [FADT] S4BIOS_REQ     : 0x0000000000000000
 acpi0: [FADT] PSTATE_CNT     : 0x0000000000000000
 acpi0: [FADT] PM1a_EVT_BLK   : 0x0000000000000400
 acpi0: [FADT] PM1b_EVT_BLK   : 0x0000000000000000
 acpi0: [FADT] PM1a_CNT_BLK   : 0x0000000000000404
 acpi0: [FADT] PM1b_CNT_BLK   : 0x0000000000000000
 acpi0: [FADT] PM2_CNT_BLK    : 0x0000000000000450
 acpi0: [FADT] PM_TMR_BLK     : 0x0000000000000408
 acpi0: [FADT] GPE0_BLK       : 0x0000000000000420
 acpi0: [FADT] GPE1_BLK       : 0x0000000000000000
 acpi0: [FADT] PM1_EVT_LEN    : 0x0000000000000004
 acpi0: [FADT] PM1_CNT_LEN    : 0x0000000000000002
 acpi0: [FADT] PM2_CNT_LEN    : 0x0000000000000001
 acpi0: [FADT] PM_TMR_LEN     : 0x0000000000000004
 acpi0: [FADT] GPE0_BLK_LEN   : 0x0000000000000010
 acpi0: [FADT] GPE1_BLK_LEN   : 0x0000000000000000
 acpi0: [FADT] GPE1_BASE      : 0x0000000000000010
 acpi0: [FADT] CST_CNT        : 0x0000000000000085
 acpi0: [FADT] P_LVL2_LAT     : 0x0000000000000065
 acpi0: [FADT] P_LVL3_LAT     : 0x00000000000003E9
 acpi0: [FADT] FLUSH_SIZE     : 0x0000000000000000
 acpi0: [FADT] FLUSH_STRIDE   : 0x0000000000000000
 acpi0: [FADT] DUTY_OFFSET    : 0x0000000000000001
 acpi0: [FADT] DUTY_WIDTH     : 0x0000000000000003
 acpi0: [FADT] DAY_ALRM       : 0x000000000000000D
 acpi0: [FADT] MON_ALRM       : 0x0000000000000000
 acpi0: [FADT] CENTURY        : 0x0000000000000032
 acpi0: [FADT] IAPC_BOOT_ARCH : 0x0000000000000001
 acpi0: [FADT] RESET_VALUE    : 0x0000000000000006
 acpi0: [FADT] WBINVD         : 0x0000000000000001
 acpi0: [FADT] WBINVD_FLUSH   : 0x0000000000000000
 acpi0: [FADT] PROC_C1        : 0x0000000000000004
 acpi0: [FADT] P_LVL2_UP      : 0x0000000000000000
 acpi0: [FADT] PWR_BUTTON     : 0x0000000000000000
 acpi0: [FADT] SLP_BUTTON     : 0x0000000000000020
 acpi0: [FADT] FIX_RTC        : 0x0000000000000000
 acpi0: [FADT] RTC_S4         : 0x0000000000000080
 acpi0: [FADT] TMR_VAL_EXT    : 0x0000000000000000
 acpi0: [FADT] DCK_CAP        : 0x0000000000000000
 acpi0: [FADT] RESET_REG_SUP  : 0x0000000000000400
 acpi0: [FADT] SEALED_CASE    : 0x0000000000000000
 acpi0: [FADT] HEADLESS       : 0x0000000000000000
 acpi0: [FADT] CPU_SW_SLP     : 0x0000000000000000
 acpi0: [FADT] PCI_EXP_WAK    : 0x0000000000004000
 acpi0: [FADT] PLATFORM_CLK   : 0x0000000000008000
 acpi0: [FADT] S4_RTC_STS     : 0x0000000000000000
 acpi0: [FADT] REMOTE_POWER   : 0x0000000000000000
 acpi0: [FADT] APIC_CLUSTER   : 0x0000000000000000
 acpi0: [FADT] APIC_PHYSICAL  : 0x0000000000000000
 acpi0: [\   ] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU0] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU1] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU2] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU3] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU4] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU5] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU6] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU7] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [_SB ] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PCI0] HID PNP0A08    UID 0    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [MCHC] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [P0P2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [PEG2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010002
 acpi0: [SATA] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT0] HID -          UID -    STA 0xFFFFFFFF ADR 0x000000000000FFFF
 acpi0: [IGPU] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [DD01] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000100
 acpi0: [DD02] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000400
 acpi0: [DD03] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000200
 acpi0: [DD04] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000004
 acpi0: [DD05] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000005
 acpi0: [DD06] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000006
 acpi0: [DD07] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000007
 acpi0: [DD08] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000008
 acpi0: [SATA] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0002
 acpi0: [PRT0] HID -          UID -    STA 0xFFFFFFFF ADR 0x000000000000FFFF
 acpi0: [SBUS] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0003
 acpi0: [BUS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [MKY0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [BUS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [LPCB] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0000
 acpi0: [DMAC] HID PNP0200    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [FWHD] HID INT0800    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [HPET] HID PNP0103    UID -    STA 0x0000000F ADR -
 acpi0: [IPIC] HID PNP0000    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [MATH] HID PNP0C04    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [LDRC] HID PNP0C02    UID 2    STA 0xFFFFFFFF ADR -
 acpi0: [RTC ] HID PNP0B00    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [TIMR] HID PNP0100    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [SMC ] HID APP0001    UID -    STA 0x0000000B ADR -
 acpi0: [ALS0] HID ACPI0008   UID -    STA 0x0000000F ADR -
 acpi0: [EC  ] HID PNP0C09    UID 0    STA 0xFFFFFFFF ADR -
 acpi0: [SMB0] HID ACPI0001   UID -    STA 0x00000000 ADR -
 acpi0: [SBS0] HID ACPI0002   UID -    STA 0xFFFFFFFF ADR -
 acpi0: [HDEF] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001B0000
 acpi0: [RP02] HID -          UID -    STA 0x0000000F ADR 0x00000000001C0001
 acpi0: [ARPT] HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: [RP05] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001C0004
 acpi0: [UPSB] HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: [DSB0] HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: [NHI0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [DSB1] HID -          UID -    STA 0x0000000F ADR 0x0000000000030000
 acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 acpi0: [DSB2] HID -          UID -    STA 0x0000000F ADR 0x0000000000040000
 acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 acpi0: [DSB3] HID -          UID -    STA 0x00000009 ADR 0x0000000000050000
 acpi0: [DSB4] HID -          UID -    STA 0x00000009 ADR 0x0000000000060000
 acpi0: [PDRC] HID PNP0C02    UID 1    STA 0xFFFFFFFF ADR -
 acpi0: [EHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [PRT8] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000008
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [EHC2] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001A0000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [XHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000140000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [PRT4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000004
 acpi0: [LNKA] HID PNP0C0F    UID 1    STA 0x0000000B ADR -
 acpi0: [LNKB] HID PNP0C0F    UID 2    STA 0x0000000B ADR -
 acpi0: [LNKC] HID PNP0C0F    UID 3    STA 0x0000000B ADR -
 acpi0: [LNKD] HID PNP0C0F    UID 4    STA 0x0000000B ADR -
 acpi0: [LNKE] HID PNP0C0F    UID 5    STA 0x0000000B ADR -
 acpi0: [LNKF] HID PNP0C0F    UID 6    STA 0x0000000B ADR -
 acpi0: [LNKG] HID PNP0C0F    UID 7    STA 0x0000000B ADR -
 acpi0: [LNKH] HID PNP0C0F    UID 8    STA 0x0000000B ADR -
 acpi0: [BAT0] HID PNP0C0A    UID 0    STA 0x0000001F ADR -
 acpi0: [ADP1] HID ACPI0003   UID -    STA 0xFFFFFFFF ADR -
 acpi0: [LID0] HID PNP0C0D    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PWRB] HID PNP0C0C    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PNLF] HID APP0002    UID 14   STA 0x0000000B ADR 0x0000000000000000
 acpi0: [SLPB] HID PNP0C0E    UID -    STA 0x0000000B ADR -
 acpi0: [MEM2] HID PNP0C01    UID 2    STA 0xFFFFFFFF ADR -
 acpi0: [_TZ ] HID -          UID -    STA 0xFFFFFFFF ADR -

 \     [06] []
     CPU0  [12] []
     CPU1  [12] []
     CPU2  [12] []
     CPU3  [12] []
     CPU4  [12] []
     CPU5  [12] []
     CPU6  [12] []
     CPU7  [12] []
     _SB   [06] []
         PCI0  [06] [] (PCI) @ 0x00:0x00:0x00:0x00 [R] [B] -> 0x00:0x00
             MCHC  [06] [] (PCI) @ 0x00:0x00:0x00:0x00
             P0P2  [06] [] (PCI) @ 0x00:0x00:0x01:0x00
             PEG2  [06] [] (PCI) @ 0x00:0x00:0x01:0x02
                 SATA  [06] []
                     PRT0  [06] []
             IGPU  [06] [] <acpivga0> (PCI) @ 0x00:0x00:0x02:0x00
                 DD01  [06] [] <acpiout0>
                 DD02  [06] [] <acpiout1>
                 DD03  [06] [] <acpiout2>
                 DD04  [06] [] <acpiout3>
                 DD05  [06] [] <acpiout4>
                 DD06  [06] [] <acpiout5>
                 DD07  [06] [] <acpiout6>
                 DD08  [06] [] <acpiout7>
             SATA  [06] [] (PCI) @ 0x00:0x00:0x1F:0x02
                 PRT0  [06] []
             SBUS  [06] [] (PCI) @ 0x00:0x00:0x1F:0x03
                 BUS0  [06] []
                     MKY0  [06] []
                 BUS1  [06] []
             LPCB  [06] [] (PCI) @ 0x00:0x00:0x1F:0x00
                 DMAC  [06] []
                 FWHD  [06] []
                 HPET  [06] []
                 IPIC  [06] []
                 MATH  [06] []
                 LDRC  [06] []
                 RTC   [06] []
                 TIMR  [06] [] <attimer1>
                 SMC   [06] []
                 ALS0  [06] []
                 EC    [06] [] <acpiec0>
                     SMB0  [06] []
                         SBS0  [06] []
             HDEF  [06] [] (PCI) @ 0x00:0x00:0x1B:0x00
             RP02  [06] [] (PCI) @ 0x00:0x00:0x1C:0x01 [B] -> 0x00:0x02
                 ARPT  [06] [] (PCI) @ 0x00:0x02:0x00:0x00
             RP05  [06] [] (PCI) @ 0x00:0x00:0x1C:0x04 [B] -> 0x00:0x03
                 UPSB  [06] [] (PCI) @ 0x00:0x03:0x00:0x00 [B] -> 0x00:0x04
                     DSB0  [06] [] (PCI) @ 0x00:0x04:0x00:0x00 [B] -> 0x00:0x05
                         NHI0  [06] [] (PCI) @ 0x00:0x05:0x00:0x00
                     DSB1  [06] [] (PCI) @ 0x00:0x04:0x03:0x00 [B] -> 0x00:0x06
                         UPS0  [06] [] (PCI) @ 0x00:0x06:0x00:0x00 [B] -> 0x00:0x07
                         UPS1  [06] [] (PCI) @ 0x00:0x06:0x01:0x00
                         UPS2  [06] [] (PCI) @ 0x00:0x06:0x02:0x00
                         UPS3  [06] [] (PCI) @ 0x00:0x06:0x03:0x00
                         UPS4  [06] [] (PCI) @ 0x00:0x06:0x04:0x00
                         UPS5  [06] [] (PCI) @ 0x00:0x06:0x05:0x00
                         UPS6  [06] [] (PCI) @ 0x00:0x06:0x06:0x00
                     DSB2  [06] [] (PCI) @ 0x00:0x04:0x04:0x00 [B] -> 0x00:0x37
                         UPS0  [06] [] (PCI) @ 0x00:0x37:0x00:0x00
                         UPS1  [06] [] (PCI) @ 0x00:0x37:0x01:0x00
                         UPS2  [06] [] (PCI) @ 0x00:0x37:0x02:0x00
                         UPS3  [06] [] (PCI) @ 0x00:0x37:0x03:0x00
                         UPS4  [06] [] (PCI) @ 0x00:0x37:0x04:0x00
                         UPS5  [06] [] (PCI) @ 0x00:0x37:0x05:0x00
                         UPS6  [06] [] (PCI) @ 0x00:0x37:0x06:0x00
                     DSB3  [06] []
                     DSB4  [06] []
             PDRC  [06] []
             EHC1  [06] [] (PCI) @ 0x00:0x00:0x1D:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                         PRT1  [06] []
                         PRT2  [06] []
                         PRT3  [06] []
                         PRT8  [06] []
                             PRT1  [06] []
                             PRT2  [06] []
                             PRT3  [06] []
             EHC2  [06] [] (PCI) @ 0x00:0x00:0x1A:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                         PRT1  [06] []
                         PRT2  [06] []
                         PRT3  [06] []
             XHC1  [06] [] (PCI) @ 0x00:0x00:0x14:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                     PRT2  [06] []
                     PRT3  [06] []
                     PRT4  [06] []
         LNKA  [06] []
         LNKB  [06] []
         LNKC  [06] []
         LNKD  [06] []
         LNKE  [06] []
         LNKF  [06] []
         LNKG  [06] []
         LNKH  [06] []
         BAT0  [06] [] <acpibat0>
         ADP1  [06] [] <acpiacad0>
         LID0  [06] [] <acpilid0>
         PWRB  [06] [] <acpibut0>
         PNLF  [06] []
         SLPB  [06] [] <acpibut1>
         MEM2  [06] []
     _TZ   [06] []
 pci0 at mainbus0 bus 0: configuration mode 1
 pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 pchb0 at pci0 dev 0 function 0: vendor 0x8086 product 0x0154 (rev. 0x09)
 vga0 at pci0 dev 2 function 0: vendor 0x8086 product 0x0166 (rev. 0x09)
 wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation)
 wsmux1: connecting to wsdisplay0
 drm at vga0 not configured
 vendor 0x8086 product 0x1e31 (USB serial bus, interface 0x30, revision 0x04) at pci0 dev 20 function 0 not configured
 vendor 0x8086 product 0x1e3a (miscellaneous communications, revision 0x04) at pci0 dev 22 function 0 not configured
 ehci0 at pci0 dev 26 function 0: vendor 0x8086 product 0x1e2d (rev. 0x04)
 ehci0: interrupting at ioapic0 pin 23
 ehci0: EHCI version 1.0
 usb0 at ehci0: USB revision 2.0
 hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 hdaudio0: interrupting at ioapic0 pin 22
 hdafg0 at hdaudio0: vendor 1013 product 4206
 hdafg0: ADC00 2ch: Mic In [Built-In]
 hdafg0: DAC01 2ch: Speaker [Built-In]
 hdafg0: DAC02 2ch: HP Out [Jack]
 hdafg0: 2ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 PCM32 AC3
 audio0 at hdafg0: full duplex, playback, capture, independent
 hdafg1 at hdaudio0: Intel product 2806
 hdafg1: duplicate pin in association
 hdafg1: duplicate pin in association
 hdafg1: 0ch/0ch 48000Hz PCM16*
 ppb0 at pci0 dev 28 function 0: vendor 0x8086 product 0x1e10 (rev. 0xc4)
 ppb0: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 pci1 at ppb0 bus 1
 pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb1 at pci0 dev 28 function 1: vendor 0x8086 product 0x1e12 (rev. 0xc4)
 ppb1: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 ppb1: link is x1 @ 2.5Gb/s
 pci2 at ppb1 bus 2
 pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 vendor 0x14e4 product 0x4353 (miscellaneous network, revision 0x01) at pci2 dev 0 function 0 not configured
 ppb2 at pci0 dev 28 function 4: vendor 0x8086 product 0x1e18 (rev. 0xc4)
 ppb2: PCI Express 2.0 <Root Port of PCI-E Root Complex> x4 @ 5.0Gb/s
 pci3 at ppb2 bus 3
 pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb3 at pci3 dev 0 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb3: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 pci4 at ppb3 bus 4
 pci4: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb4 at pci4 dev 0 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb4: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci5 at ppb4 bus 5
 pci5: i/o space, memory space enabled, rd/line, wr/inv ok
 vendor 0x8086 product 0x1547 (miscellaneous system, revision 0x03) at pci5 dev 0 function 0 not configured
 ppb5 at pci4 dev 3 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb5: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci6 at ppb5 bus 6
 pci6: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb6 at pci6 dev 0 function 0: vendor 0x8086 product 0x1549 (rev. 0x00)
 ppb6: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 pci7 at ppb6 bus 7
 pci7: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb7 at pci7 dev 0 function 0: vendor 0x8086 product 0x1549 (rev. 0x00)
 ppb7: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 5.0Gb/s
 ppb7: link is x1 @ 2.5Gb/s
 pci8 at ppb7 bus 8
 pci8: i/o space, memory space enabled, rd/line, wr/inv ok
 bge0 at pci8 dev 0 function 0: Broadcom BCM57762 Gigabit Ethernet
 bge0: interrupting at ioapic0 pin 19
 bge0: HW config 00091054, 00006014, 00002838, 00000000
 bge0: ASIC unknown BCM57766 (0x57766000), Ethernet address 40:6c:8f:58:6c:c5
 bge0: setting short Tx thresholds
 brgphy0 at bge0 phy 1: BCM57765 1000BASE-T media interface, rev. 0
 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 ppb8 at pci4 dev 4 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb8: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci9 at ppb8 bus 55
 pci9: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb9 at pci4 dev 5 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb9: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci10 at ppb9 bus 104
 pci10: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb10 at pci4 dev 6 function 0: vendor 0x8086 product 0x1547 (rev. 0x03)
 ppb10: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci11 at ppb10 bus 105
 pci11: i/o space, memory space enabled, rd/line, wr/inv ok
 ehci1 at pci0 dev 29 function 0: vendor 0x8086 product 0x1e26 (rev. 0x04)
 ehci1: interrupting at ioapic0 pin 22
 ehci1: EHCI version 1.0
 usb1 at ehci1: USB revision 2.0
 ichlpcib0 at pci0 dev 31 function 0: vendor 0x8086 product 0x1e56 (rev. 0x04)
 timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 ichlpcib0: 24-bit timer
 ichlpcib0: TCO timer reboot disabled by hardware; hope SMBIOS properly handles it.
 ichlpcib0: TCO (watchdog) timer configured.
 ahcisata0 at pci0 dev 31 function 2: vendor 0x8086 product 0x1e03 (rev. 0x04)
 ahcisata0: interrupting at ioapic0 pin 19
 ahcisata0: 64-bit DMA
 ahcisata0: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xc730ff45<EMS,PSC,SSC,PMD,ISS=0x3=Gen3,SCLO,SAL,SALP,SNCQ,S64A>
 atabus0 at ahcisata0 channel 0
 ichsmb0 at pci0 dev 31 function 3: vendor 0x8086 product 0x1e22 (rev. 0x04)
 ichsmb0: interrupting at ioapic0 pin 18
 iic0 at ichsmb0: I2C bus
 isa0 at ichlpcib0
 com0 at isa0 port 0x3f8-0x3ff irq 4: ns8250 or ns16450, no fifo
 pcppi0 at isa0 port 0x61
 midi0 at pcppi0: PC speaker
 sysbeep0 at pcppi0
 attimer1: attached to pcppi0
 acpicpu0 at cpu0: ACPI CPU
 acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
 acpicpu0: C2: FFH, lat 148 us, pow   500 mW
 acpicpu0: C3: FFH, lat 198 us, pow   200 mW
 acpicpu0: P0: FFH, lat  10 us, pow 17000 mW, 1701 MHz, turbo boost
 acpicpu0: P1: FFH, lat  10 us, pow 17000 mW, 1700 MHz
 acpicpu0: P2: FFH, lat  10 us, pow 15798 mW, 1600 MHz
 acpicpu0: P3: FFH, lat  10 us, pow 14620 mW, 1500 MHz
 acpicpu0: P4: FFH, lat  10 us, pow 13467 mW, 1400 MHz
 acpicpu0: P5: FFH, lat  10 us, pow 12337 mW, 1300 MHz
 acpicpu0: P6: FFH, lat  10 us, pow 11231 mW, 1200 MHz
 acpicpu0: P7: FFH, lat  10 us, pow 10150 mW, 1100 MHz
 acpicpu0: P8: FFH, lat  10 us, pow  9090 mW, 1000 MHz
 acpicpu0: P9: FFH, lat  10 us, pow  8053 mW,  900 MHz
 acpicpu0: P10: FFH, lat  10 us, pow  7192 mW,  800 MHz
 acpicpu0: T0: FFH, lat   1 us, pow  7192 mW, 100 %
 acpicpu0: T1: FFH, lat   1 us, pow  6712 mW,  94 %
 acpicpu0: T2: FFH, lat   1 us, pow  6233 mW,  88 %
 acpicpu0: T3: FFH, lat   1 us, pow  5753 mW,  82 %
 acpicpu0: T4: FFH, lat   1 us, pow  5274 mW,  75 %
 acpicpu0: T5: FFH, lat   1 us, pow  4794 mW,  69 %
 acpicpu0: T6: FFH, lat   1 us, pow  4315 mW,  63 %
 acpicpu0: T7: FFH, lat   1 us, pow  3835 mW,  57 %
 acpicpu0: T8: FFH, lat   1 us, pow  3356 mW,  50 %
 acpicpu0: T9: FFH, lat   1 us, pow  2876 mW,  44 %
 acpicpu0: T10: FFH, lat   1 us, pow  2397 mW,  38 %
 acpicpu0: T11: FFH, lat   1 us, pow  1917 mW,  32 %
 acpicpu0: T12: FFH, lat   1 us, pow  1438 mW,  25 %
 acpicpu0: T13: FFH, lat   1 us, pow   958 mW,  19 %
 acpicpu0: T14: FFH, lat   1 us, pow   479 mW,  13 %
 coretemp0 at cpu0: thermal sensor, 1 C resolution
 acpicpu1 at cpu1: ACPI CPU
 coretemp1 at cpu1: thermal sensor, 1 C resolution
 acpicpu2 at cpu2: ACPI CPU
 acpicpu3 at cpu3: ACPI CPU
 timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 timecounter: Timecounter "TSC" frequency 1696285240 Hz quality 3000
 acpiacad0: AC adapter online.
 uhub0 at usb0: vendor 0x8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 uhub1 at usb1: vendor 0x8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub1: 2 ports with 2 removable, self powered
 ahcisata0 port 0: device present, speed: 6.0Gb/s
 wd0 at atabus0 drive 0
 wd0: <APPLE SSD TS128E>
 wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 wd0: 113 GB, 235097 cyl, 16 head, 63 sec, 512 bytes/sect x 236978176 sectors
 wd0: GPT GUID: 0de7ba53-f76d-11e2-a888-406c8f586cc5
 dk0 at wd0: EFI
 dk0: 524288 blocks at 64, type: msdos
 dk1 at wd0: ROOT
 dk1: 2097152 blocks at 524352, type: ffs
 dk2 at wd0: SWAP
 dk2: 16777216 blocks at 2621504, type: swap
 dk3 at wd0: USR
 dk3: 134217728 blocks at 19398720, type: ffs
 dk4 at wd0: HOME
 dk4: 83361695 blocks at 153616448, type: ffs
 wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
 wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA)
 uhub2 at uhub1 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub2: single transaction translator
 uhub3 at uhub0 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub3: single transaction translator
 uhub3: 6 ports with 5 removable, self powered
 uhub2: 8 ports with 7 removable, self powered
 uhub4 at uhub2 port 8: SMSC product 0x2512, class 9/0, rev 2.00/b.b3, addr 3
 uhub4: multiple transaction translators
 uhub4: 2 ports with 0 removable, self powered
 uvideo0 at uhub3 port 1 configuration 1 interface 0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 video0 at uvideo0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 uhub5 at uhub4 port 1: Apple Inc. BRCM20702 Hub, class 9/0, rev 2.00/1.00, addr 4
 uhub5: 3 ports with 0 removable, self powered
 uhidev0 at uhub5 port 1 configuration 1 interface 0
 uhidev0: Apple Computer product 0x820a, rev 2.00/1.00, addr 5, iclass 3/1
 uhidev0: 1 report ids
 ukbd0 at uhidev0 reportid 1: 8 modifier keys, 6 key codes
 wskbd0 at ukbd0: console keyboard, using wsdisplay0
 uhidev1 at uhub5 port 2 configuration 1 interface 0
 uhidev1: Apple Computer product 0x820b, rev 2.00/1.00, addr 6, iclass 3/1
 uhidev1: 2 report ids
 ums0 at uhidev1 reportid 2: 3 buttons
 wsmouse0 at ums0 mux 0
 ubt0 at uhub5 port 3
 ubt0: Apple Inc. Bluetooth USB Host Controller, rev 2.00/1.31, addr 7
 uhidev2 at uhub4 port 2 configuration 1 interface 0
 uhidev2: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 uhidev2: 9 report ids
 ukbd1 at uhidev2 reportid 1: 8 modifier keys, 6 key codes, apple fn key
 wskbd1 at ukbd1 mux 1
 wskbd1: connecting to wsdisplay0
 uhid0 at uhidev2 reportid 9: input=0, output=0, feature=3
 uhidev3 at uhub4 port 2 configuration 1 interface 1
 uhidev3: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/0
 uhidev3: 68 report ids
 uhid1 at uhidev3 reportid 68: input=511, output=0, feature=0
 uhidev4 at uhub4 port 2 configuration 1 interface 2
 uhidev4: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 uhidev4: 2 report ids
 ums1 at uhidev4 reportid 2: 3 buttons
 wsmouse1 at ums1 mux 0
 Kernelized RAIDframe activated
 pad0: outputs: 44100Hz, 16-bit, stereo
 audio1 at pad0: half duplex, playback, capture
 boot device: wd0
 root on dk1 dumps on dk2
 root file system type: ffs
 clock: unknown CMOS layout
 wsdisplay0: screen 1 added (80x25, vt100 emulation)
 wsdisplay0: screen 2 added (80x25, vt100 emulation)
 wsdisplay0: screen 3 added (80x25, vt100 emulation)
 wsdisplay0: screen 4 added (80x25, vt100 emulation)

From: Ryo ONODERA <ryo_on@yk.rim.or.jp>
To: christos@zoulas.com
Cc: gnats-bugs@NetBSD.org
Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is
 misunderstood
Date: Sat, 04 Jan 2014 19:26:54 +0900 (JST)

 Hi,

 From: christos@zoulas.com (Christos Zoulas), Date: Fri, 3 Jan 2014 12:29:27 -0500

 > So nothing seems out of the ordinary here. Next step is to get a kernel
 > with ACPI_DEBUG && ddb going.

 I have ported some recent ACPICA to NetBSD/amd64 current of 2013-01-04,
 I cannot find working ACPICA version yet, but acpica-unix2-20130823 does
 not work for my MacBook Air mid 2012 with NetBSD.

 FreeBSD/amd64 10.0RC4 is shipped with this version of ACPICA,
 and it works fine for my machine (USB socket works properly).

 I feel that the problem is in NetBSD code, not in ACPICA code.


 And I cannot enter to ddb (posted to current-users). I have enabled
 UHUB_DEBUG in uhub.c, and I have gotten following dmesgs.
 Could you investigate these dmesgs?

 Thank you.


 dmesg from NetBSD of 2013-12-27 (just before ACPICA update) with UHUB_DEBUG:

    UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [DSB1] HID -          UID -    STA 0x0000000F ADR 0x0000000000030000
 acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 acpi0: [DSB2] HID -          UID -    STA 0x0000000F ADR 0x0000000000040000
 acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 acpi0: [DSB3] HID -          UID -    STA 0x00000009 ADR 0x0000000000050000
 acpi0: [DSB4] HID -          UID -    STA 0x00000009 ADR 0x0000000000060000
 acpi0: [PDRC] HID PNP0C02    UID 1    STA 0xFFFFFFFF ADR -
 acpi0: [EHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [PRT8] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000008
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [EHC2] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001A0000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [XHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000140000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [PRT4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000004
 acpi0: [LNKA] HID PNP0C0F    UID 1    STA 0x0000000B ADR -
 acpi0: [LNKB] HID PNP0C0F    UID 2    STA 0x0000000B ADR -
 acpi0: [LNKC] HID PNP0C0F    UID 3    STA 0x0000000B ADR -
 acpi0: [LNKD] HID PNP0C0F    UID 4    STA 0x0000000B ADR -
 acpi0: [LNKE] HID PNP0C0F    UID 5    STA 0x0000000B ADR -
 acpi0: [LNKF] HID PNP0C0F    UID 6    STA 0x0000000B ADR -
 acpi0: [LNKG] HID PNP0C0F    UID 7    STA 0x0000000B ADR -
 acpi0: [LNKH] HID PNP0C0F    UID 8    STA 0x0000000B ADR -
 acpi0: [BAT0] HID PNP0C0A    UID 0    STA 0x0000001F ADR -
 acpi0: [ADP1] HID ACPI0003   UID -    STA 0xFFFFFFFF ADR -
 acpi0: [LID0] HID PNP0C0D    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PWRB] HID PNP0C0C    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PNLF] HID APP0002    UID 14   STA 0x0000000B ADR 0x0000000000000000
 acpi0: [SLPB] HID PNP0C0E    UID -    STA 0x0000000B ADR -
 acpi0: [MEM2] HID PNP0C01    UID 2    STA 0xFFFFFFFF ADR -
 acpi0: [_TZ ] HID -          UID -    STA 0xFFFFFFFF ADR -

 \     [06] []
     CPU0  [12] []
     CPU1  [12] []
     CPU2  [12] []
     CPU3  [12] []
     CPU4  [12] []
     CPU5  [12] []
     CPU6  [12] []
     CPU7  [12] []
     _SB   [06] []
         PCI0  [06] [] (PCI) @ 0x00:0x00:0x00:0x00 [R] [B] -> 0x00:0x00
             MCHC  [06] [] (PCI) @ 0x00:0x00:0x00:0x00
             P0P2  [06] [] (PCI) @ 0x00:0x00:0x01:0x00
             PEG2  [06] [] (PCI) @ 0x00:0x00:0x01:0x02
                 SATA  [06] []
                     PRT0  [06] []
             IGPU  [06] [] <acpivga0> (PCI) @ 0x00:0x00:0x02:0x00
                 DD01  [06] [] <acpiout0>
                 DD02  [06] [] <acpiout1>
                 DD03  [06] [] <acpiout2>
                 DD04  [06] [] <acpiout3>
                 DD05  [06] [] <acpiout4>
                 DD06  [06] [] <acpiout5>
                 DD07  [06] [] <acpiout6>
                 DD08  [06] [] <acpiout7>
             SATA  [06] [] (PCI) @ 0x00:0x00:0x1F:0x02
                 PRT0  [06] []
             SBUS  [06] [] (PCI) @ 0x00:0x00:0x1F:0x03
                 BUS0  [06] []
                     MKY0  [06] []
                 BUS1  [06] []
             LPCB  [06] [] (PCI) @ 0x00:0x00:0x1F:0x00
                 DMAC  [06] []
                 FWHD  [06] []
                 HPET  [06] []
                 IPIC  [06] []
                 MATH  [06] []
                 LDRC  [06] []
                 RTC   [06] []
                 TIMR  [06] [] <attimer1>
                 SMC   [06] []
                 ALS0  [06] []
                 EC    [06] [] <acpiec0>
                     SMB0  [06] []
                         SBS0  [06] []
             HDEF  [06] [] (PCI) @ 0x00:0x00:0x1B:0x00
             RP02  [06] [] (PCI) @ 0x00:0x00:0x1C:0x01 [B] -> 0x00:0x02
                 ARPT  [06] [] (PCI) @ 0x00:0x02:0x00:0x00
             RP05  [06] [] (PCI) @ 0x00:0x00:0x1C:0x04 [B] -> 0x00:0x03
                 UPSB  [06] [] (PCI) @ 0x00:0x03:0x00:0x00 [B] -> 0x00:0x04
                     DSB0  [06] [] (PCI) @ 0x00:0x04:0x00:0x00 [B] -> 0x00:0x05
                         NHI0  [06] [] (PCI) @ 0x00:0x05:0x00:0x00
                     DSB1  [06] [] (PCI) @ 0x00:0x04:0x03:0x00 [B] -> 0x00:0x06
                         UPS0  [06] [] (PCI) @ 0x00:0x06:0x00:0x00 [B] -> 0x00:0x07
                         UPS1  [06] [] (PCI) @ 0x00:0x06:0x01:0x00
                         UPS2  [06] [] (PCI) @ 0x00:0x06:0x02:0x00
                         UPS3  [06] [] (PCI) @ 0x00:0x06:0x03:0x00
                         UPS4  [06] [] (PCI) @ 0x00:0x06:0x04:0x00
                         UPS5  [06] [] (PCI) @ 0x00:0x06:0x05:0x00
                         UPS6  [06] [] (PCI) @ 0x00:0x06:0x06:0x00
                     DSB2  [06] [] (PCI) @ 0x00:0x04:0x04:0x00 [B] -> 0x00:0x37
                         UPS0  [06] [] (PCI) @ 0x00:0x37:0x00:0x00
                         UPS1  [06] [] (PCI) @ 0x00:0x37:0x01:0x00
                         UPS2  [06] [] (PCI) @ 0x00:0x37:0x02:0x00
                         UPS3  [06] [] (PCI) @ 0x00:0x37:0x03:0x00
                         UPS4  [06] [] (PCI) @ 0x00:0x37:0x04:0x00
                         UPS5  [06] [] (PCI) @ 0x00:0x37:0x05:0x00
                         UPS6  [06] [] (PCI) @ 0x00:0x37:0x06:0x00
                     DSB3  [06] []
                     DSB4  [06] []
             PDRC  [06] []
             EHC1  [06] [] (PCI) @ 0x00:0x00:0x1D:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                         PRT1  [06] []
                         PRT2  [06] []
                         PRT3  [06] []
                         PRT8  [06] []
                             PRT1  [06] []
                             PRT2  [06] []
                             PRT3  [06] []
             EHC2  [06] [] (PCI) @ 0x00:0x00:0x1A:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                         PRT1  [06] []
                         PRT2  [06] []
                         PRT3  [06] []
             XHC1  [06] [] (PCI) @ 0x00:0x00:0x14:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                     PRT2  [06] []
                     PRT3  [06] []
                     PRT4  [06] []
         LNKA  [06] []
         LNKB  [06] []
         LNKC  [06] []
         LNKD  [06] []
         LNKE  [06] []
         LNKF  [06] []
         LNKG  [06] []
         LNKH  [06] []
         BAT0  [06] [] <acpibat0>
         ADP1  [06] [] <acpiacad0>
         LID0  [06] [] <acpilid0>
         PWRB  [06] [] <acpibut0>
         PNLF  [06] []
         SLPB  [06] [] <acpibut1>
         MEM2  [06] []
     _TZ   [06] []
 pci0 at mainbus0 bus 0: configuration mode 1
 pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 pchb0 at pci0 dev 0 function 0: Intel Ivy Bridge Host Bridge (rev. 0x09)
 vga0 at pci0 dev 2 function 0: Intel Ivy Bridge Integrated Graphics Device (rev. 0x09)
 wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation)
 wsmux1: connecting to wsdisplay0
 drm at vga0 not configured
 Intel 7 Series USB xHCI (USB serial bus, interface 0x30, revision 0x04) at pci0 dev 20 function 0 not configured
 Intel 7 Series MEI Controller (miscellaneous communications, revision 0x04) at pci0 dev 22 function 0 not configured
 ehci0 at pci0 dev 26 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 ehci0: interrupting at ioapic0 pin 23
 ehci0: EHCI version 1.0
 usb0 at ehci0: USB revision 2.0
 hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 hdaudio0: interrupting at ioapic0 pin 22
 hdafg0 at hdaudio0: vendor 1013 product 4206
 hdafg0: ADC00 2ch: Mic In [Built-In]
 hdafg0: DAC01 2ch: Speaker [Built-In]
 hdafg0: DAC02 2ch: HP Out [Jack]
 hdafg0: 2ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 PCM32 AC3
 audio0 at hdafg0: full duplex, playback, capture, independent
 hdafg1 at hdaudio0: Intel product 2806
 hdafg1: duplicate pin in association
 hdafg1: duplicate pin in association
 hdafg1: 0ch/0ch 48000Hz PCM16*
 ppb0 at pci0 dev 28 function 0: Intel 7 Series PCIE (rev. 0xc4)
 ppb0: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 pci1 at ppb0 bus 1
 pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb1 at pci0 dev 28 function 1: Intel 7 Series PCIE (rev. 0xc4)
 ppb1: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 ppb1: link is x1 @ 2.5Gb/s
 pci2 at ppb1 bus 2
 pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 Broadcom BCM43224 Dualband 802.11 (miscellaneous network, revision 0x01) at pci2 dev 0 function 0 not configured
 ppb2 at pci0 dev 28 function 4: Intel 7 Series PCIE (rev. 0xc4)
 ppb2: PCI Express 2.0 <Root Port of PCI-E Root Complex> x4 @ 5.0Gb/s
 pci3 at ppb2 bus 3
 pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb3 at pci3 dev 0 function 0: Intel product 0x1547 (rev. 0x03)
 ppb3: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 pci4 at ppb3 bus 4
 pci4: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb4 at pci4 dev 0 function 0: Intel product 0x1547 (rev. 0x03)
 ppb4: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci5 at ppb4 bus 5
 pci5: i/o space, memory space enabled, rd/line, wr/inv ok
 Intel product 0x1547 (miscellaneous system, revision 0x03) at pci5 dev 0 function 0 not configured
 ppb5 at pci4 dev 3 function 0: Intel product 0x1547 (rev. 0x03)
 ppb5: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci6 at ppb5 bus 6
 pci6: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb6 at pci6 dev 0 function 0: Intel product 0x1549 (rev. 0x00)
 ppb6: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 pci7 at ppb6 bus 7
 pci7: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb7 at pci7 dev 0 function 0: Intel product 0x1549 (rev. 0x00)
 ppb7: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 5.0Gb/s
 ppb7: link is x1 @ 2.5Gb/s
 pci8 at ppb7 bus 8
 pci8: i/o space, memory space enabled, rd/line, wr/inv ok
 bge0 at pci8 dev 0 function 0: Broadcom BCM57762 Gigabit Ethernet
 bge0: interrupting at ioapic0 pin 19
 bge0: HW config 00091054, 00006014, 00002838, 00000000
 bge0: ASIC unknown BCM57766 (0x57766000), Ethernet address 40:6c:8f:58:6c:c5
 bge0: setting short Tx thresholds
 brgphy0 at bge0 phy 1: BCM57765 1000BASE-T media interface, rev. 0
 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 ppb8 at pci4 dev 4 function 0: Intel product 0x1547 (rev. 0x03)
 ppb8: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci9 at ppb8 bus 55
 pci9: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb9 at pci4 dev 5 function 0: Intel product 0x1547 (rev. 0x03)
 ppb9: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci10 at ppb9 bus 104
 pci10: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb10 at pci4 dev 6 function 0: Intel product 0x1547 (rev. 0x03)
 ppb10: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci11 at ppb10 bus 105
 pci11: i/o space, memory space enabled, rd/line, wr/inv ok
 ehci1 at pci0 dev 29 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 ehci1: interrupting at ioapic0 pin 22
 ehci1: EHCI version 1.0
 usb1 at ehci1: USB revision 2.0
 ichlpcib0 at pci0 dev 31 function 0: Intel Mobile QS77 LPC (rev. 0x04)
 timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 ichlpcib0: 24-bit timer
 ichlpcib0: TCO timer reboot disabled by hardware; hope SMBIOS properly handles it.
 ichlpcib0: TCO (watchdog) timer configured.
 ahcisata0 at pci0 dev 31 function 2: Intel 7 Series (mobile) SATA Controller (AHCI) (rev. 0x04)
 ahcisata0: interrupting at ioapic0 pin 19
 ahcisata0: 64-bit DMA
 ahcisata0: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xc730ff45<EMS,PSC,SSC,PMD,ISS=0x3=Gen3,SCLO,SAL,SALP,SNCQ,S64A>
 atabus0 at ahcisata0 channel 0
 ichsmb0 at pci0 dev 31 function 3: Intel 7 Series SMBus Controller (rev. 0x04)
 ichsmb0: interrupting at ioapic0 pin 18
 iic0 at ichsmb0: I2C bus
 isa0 at ichlpcib0
 com0 at isa0 port 0x3f8-0x3ff irq 4: ns8250 or ns16450, no fifo
 pcppi0 at isa0 port 0x61
 midi0 at pcppi0: PC speaker
 sysbeep0 at pcppi0
 attimer1: attached to pcppi0
 acpicpu0 at cpu0: ACPI CPU
 acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
 acpicpu0: C2: FFH, lat 148 us, pow   500 mW
 acpicpu0: C3: FFH, lat 198 us, pow   200 mW
 acpicpu0: P0: FFH, lat  10 us, pow 17000 mW, 1701 MHz, turbo boost
 acpicpu0: P1: FFH, lat  10 us, pow 17000 mW, 1700 MHz
 acpicpu0: P2: FFH, lat  10 us, pow 15798 mW, 1600 MHz
 acpicpu0: P3: FFH, lat  10 us, pow 14620 mW, 1500 MHz
 acpicpu0: P4: FFH, lat  10 us, pow 13467 mW, 1400 MHz
 acpicpu0: P5: FFH, lat  10 us, pow 12337 mW, 1300 MHz
 acpicpu0: P6: FFH, lat  10 us, pow 11231 mW, 1200 MHz
 acpicpu0: P7: FFH, lat  10 us, pow 10150 mW, 1100 MHz
 acpicpu0: P8: FFH, lat  10 us, pow  9090 mW, 1000 MHz
 acpicpu0: P9: FFH, lat  10 us, pow  8053 mW,  900 MHz
 acpicpu0: P10: FFH, lat  10 us, pow  7192 mW,  800 MHz
 acpicpu0: T0: FFH, lat   1 us, pow  7192 mW, 100 %
 acpicpu0: T1: FFH, lat   1 us, pow  6712 mW,  94 %
 acpicpu0: T2: FFH, lat   1 us, pow  6233 mW,  88 %
 acpicpu0: T3: FFH, lat   1 us, pow  5753 mW,  82 %
 acpicpu0: T4: FFH, lat   1 us, pow  5274 mW,  75 %
 acpicpu0: T5: FFH, lat   1 us, pow  4794 mW,  69 %
 acpicpu0: T6: FFH, lat   1 us, pow  4315 mW,  63 %
 acpicpu0: T7: FFH, lat   1 us, pow  3835 mW,  57 %
 acpicpu0: T8: FFH, lat   1 us, pow  3356 mW,  50 %
 acpicpu0: T9: FFH, lat   1 us, pow  2876 mW,  44 %
 acpicpu0: T10: FFH, lat   1 us, pow  2397 mW,  38 %
 acpicpu0: T11: FFH, lat   1 us, pow  1917 mW,  32 %
 acpicpu0: T12: FFH, lat   1 us, pow  1438 mW,  25 %
 acpicpu0: T13: FFH, lat   1 us, pow   958 mW,  19 %
 acpicpu0: T14: FFH, lat   1 us, pow   479 mW,  13 %
 coretemp0 at cpu0: thermal sensor, 1 C resolution
 acpicpu1 at cpu1: ACPI CPU
 coretemp1 at cpu1: thermal sensor, 1 C resolution
 acpicpu2 at cpu2: ACPI CPU
 acpicpu3 at cpu3: ACPI CPU
 timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 timecounter: Timecounter "TSC" frequency 1696272150 Hz quality 3000
 acpiacad0: AC adapter online.
 uhub_match, uaa=0xfffffe808af82b40
 uhub0 at usb0uhub_attach
 : Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub_attach: getting hub descriptor
 uhub0: 2 ports with 2 removable, self powered
 uhub_match, uaa=0xfffffe808af86b40
 uhub1 at usb1uhub_attach
 : Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub_attach: getting hub descriptor
 uhub1: 2 ports with 2 removable, self powered
 ahcisata0 port 0: device present, speed: 6.0Gb/s
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 2 power
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 2 power
 uhub_explore dev=0xfffffe8107807ac8 addr=1
 uhub_explore: status change hub=1 port=1
 uhub_explore dev=0xfffffe8107807948 addr=1
 uhub_explore: status change hub=1 port=1
 wd0 at atabus0 drive 0
 wd0: <APPLE SSD TS128E>
 wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 wd0: 113 GB, 235097 cyl, 16 head, 63 sec, 512 bytes/sect x 236978176 sectors
 wd0: GPT GUID: 0de7ba53-f76d-11e2-a888-406c8f586cc5
 dk0 at wd0: EFI
 dk0: 524288 blocks at 64, type: msdos
 dk1 at wd0: ROOT
 dk1: 2097152 blocks at 524352, type: ffs
 dk2 at wd0: SWAP
 dk2: 16777216 blocks at 2621504, type: swap
 dk3 at wd0: USR
 dk3: 134217728 blocks at 19398720, type: ffs
 dk4 at wd0: HOME
 dk4: 83361695 blocks at 153616448, type: ffs
 wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
 wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA)
 uhub_match, uaa=0xfffffe800121aa50
 uhub2 at uhub0 port 1uhub_attach
 : vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub2: single transaction translator
 uhub_match, uaa=0xfffffe808af8aa50
 uhub3 at uhub1 port 1uhub_attach
 : vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub3: single transaction translator
 uhub_attach: getting hub descriptor
 uhub_attach: getting hub descriptor
 uhub2: 6 ports with 5 removable, self powered
 uhub3: 8 ports with 7 removable, self powered
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 2 power
 usb_init_port: turn on port 2 power
 usb_init_port: turn on port 3 power
 usb_init_port: turn on port 3 power
 usb_init_port: turn on port 4 power
 usb_init_port: turn on port 4 power
 usb_init_port: turn on port 5 power
 usb_init_port: turn on port 5 power
 usb_init_port: turn on port 6 power
 usb_init_port: turn on port 6 power
 usb_init_port: turn on port 7 power
 usb_init_port: turn on port 8 power
 uhub_intr: sc=0xfffffe811596fc38
 uhub_intr: sc=0xfffffe811596fbe8
 uhub_explore dev=0xfffffe8107807408 addr=2
 uhub_explore dev=0xfffffe8107807288 addr=2
 uhub_explore: status change hub=2 port=1
 uhub_explore: status change hub=2 port=8
 uhub_intr: sc=0xfffffe811596fbe8
 uhub_intr: sc=0xfffffe811596fc38
 uhub_match, uaa=0xfffffe808af8a9c0
 uhub4 at uhub3 port 8uhub_attach
 : SMSC product 0x2512, class 9/0, rev 2.00/b.b3, addr 3
 uhub4: multiple transaction translators
 uhub_attach: getting hub descriptor
 uhub4: 2 ports with 0 removable, self powered
 uhub_match, uaa=0xfffffe800121a9c0
 umidi_search_quirk: v=1452, p=34064, i=0
 uvideo0 at uhub2 port 1 configuration 1 interface 0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 uvideo_attach:   non uvc descriptor len=9 type=0x02
 uvideo_attach:   non uvc descriptor len=8 type=0x0b
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x00 bAlternateSetting=0x00 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x01 bInterfaceProtocol=0x00 iInterface=0x02
 uvideo_attach:   VC Interface Header: Len=13 Type=0x24 Subtype=0x01 bcdUVC=256 wTotalLength=51 dwClockFrequency=4000000 bInCollection=1
 uvideo_attach:   VC Camera Terminal: Len=18 Type=0x24 Subtype=0x02 bTerminalID=1 wTerminalType=201 bAssocTerminal=0 iTerminal=0 wObjectiveFocalLengthMin/Max=0/0 wOcularFocalLength=0 bControlSize=3 bmControls=00000000-00000001-00001010
 uvideo_attach:   VC Output Terminal: Len=9 Type=0x24 Subtype=0x03 bTerminalID=2 wTerminalType=101 bAssocTerminal=0 bSourceID=3 iTerminal=0
 uvideo_attach:   VC Processing Unit: Len=11 Type=0x24 Subtype=0x05 bUnitID=3 bSourceID=1 wMaxMultiplier=0 bControlSize=2 bmControls=00010101-01111111 iProcessing=0 bmVideoStandards=00000111
 uvideo_attach:   VC Endpoint: Len=7 Type=0x05 bEndpointAddress=0x81 bmAttributes=00000011 wMaxPacketSize=8 bInterval=6
 uvideo_attach:   VC Interrupt Endpoint: Len=5 Type=0x25 Subtype=0x03 wMaxTransferSize=40 
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x00 bNumEndpoints=0x00 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Interface Input Header: Len=15 Type=0x24 Subtype=0x01 bNumFormats=2 wTotalLength=521 bEndpointAddress=130 bmInfo=0 bTerminalLink=2 bStillCaptureMethod=2 bTriggerSupport=0 bTriggerUsage=0 bControlSize=1 00000000
 uvideo_attach:   VS Format Uncompressed: Len=27 Type=0x24 Subtype=0x04 bFormatIndex=1 bNumFrameDescriptors=7 32595559-00-10-8000-00AA00389B71 bBitsPerPixel=16 bDefaultFrameIndex=5 bAspectRatioX=0 bAspectRatioY=0 bmInterlaceFlags=0x00 bCopyProtect=0
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=1 bmCapabilities=0x00 wWidth=160 wHeight=120 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=38400 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=2 bmCapabilities=0x00 wWidth=176 wHeight=144 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=50688 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=3 bmCapabilities=0x00 wWidth=320 wHeight=240 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=153600 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=4 bmCapabilities=0x00 wWidth=352 wHeight=288 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=202752 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=5 bmCapabilities=0x00 wWidth=640 wHeight=480 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=614400 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=6 bmCapabilities=0x00 wWidth=480 wHeight=360 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=345600 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=30 Type=0x24 Subtype=0x05 bFrameIndex=7 bmCapabilities=0x00 wWidth=1280 wHeight=720 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1843200 dwDefaultFrameInterval=1000000 bFrameIntervalType=1
 uvideo_attach:   VS unknown cs interface: len=30 type=0x24 subtype=0x03
 uvideo_attach:   VS unknown cs interface: len=6 type=0x24 subtype=0x0d
 uvideo_attach:   VS MJPEG format: Len=11 Type=0x24 Subtype=0x06 bFormatIndex=2 bNumFrameDescriptors=3 bmFlags=0x00 bDefaultFrameIndex=2 bAspectRatioX=0 bAspectRatioY=0 bmInterlaceFlags=0x00 bCopyProtect=0
 uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=1 bmCapabilities=0x00 wWidth=960 wHeight=544 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1044480 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=2 bmCapabilities=0x00 wWidth=1024 wHeight=576 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1179648 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=3 bmCapabilities=0x00 wWidth=1280 wHeight=720 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1843200 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS unknown cs interface: len=18 type=0x24 subtype=0x03
 uvideo_attach:   VS unknown cs interface: len=6 type=0x24 subtype=0x0d
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x01 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=128 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x02 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=512 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x03 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=1024 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x04 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=2816 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x05 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=3072 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x06 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=4992 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x07 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=5120 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x02 bAlternateSetting=0x00 bNumEndpoints=0x00 bInterfaceClass=0xff bInterfaceSubClass=0x00 bInterfaceProtocol=0x00 iInterface=0x00
 usb_transfer_complete: short transfer 1<2
 uvideo_stream_init: error getting probe data len: SHORT_XFER (16)
 uvideo: Adding pixel format 1
 uvideo: found format (index 1) type 1 size 160x120 size 38400 stride 320 interval 333667
 uvideo: found format (index 2) type 1 size 176x144 size 50688 stride 352 interval 333667
 uvideo: found format (index 3) type 1 size 320x240 size 153600 stride 640 interval 333667
 uvideo: found format (index 4) type 1 size 352x288 size 202752 stride 704 interval 333667
 uvideo: found format (index 5) type 1 size 640x480 size 614400 stride 1280 interval 333667
  ^ picking this one
 uvideo: found format (index 6) type 1 size 480x360 size 345600 stride 960 interval 333667
 uvideo: found format (index 7) type 1 size 1280x720 size 1843200 stride 2560 interval 1000000
 uvideo: unimplemented VS CS descriptor len=30 type=0x24 subtype=0x03
 uvideo: unimplemented VS CS descriptor len=6 type=0x24 subtype=0x0d
 uvideo: Adding pixel format 9
 uvideo: found format (index 1) type 9 size 960x544 size 1044480 stride 1920 interval 333667
 uvideo: found format (index 2) type 9 size 1024x576 size 1179648 stride 2048 interval 333667
 uvideo: found format (index 3) type 9 size 1280x720 size 1843200 stride 2560 interval 333667
 uvideo: unimplemented VS CS descriptor len=18 type=0x24 subtype=0x03
 uvideo: unimplemented VS CS descriptor len=6 type=0x24 subtype=0x0d
 uvideo_attach: ISOC stream *
 video0 at uvideo0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 uvideo_attach: attached video driver at 0xfffffe816dda99c0
 umidi_search_quirk: v=1452, p=34064, i=1
 umidi_search_quirk: v=1452, p=34064, i=2
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 2 power
 uhub_intr: sc=0xfffffe811596fb98
 uhub_explore dev=0xfffffe816ddccf08 addr=3
 uhub_explore: status change hub=3 port=1
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_match, uaa=0xfffffe808af8a930
 uhub5 at uhub4 port 1uhub_attach
 : Apple Inc. BRCM20702 Hub, class 9/0, rev 2.00/1.00, addr 4
 uhub_attach: getting hub descriptor
 uhub5: 3 ports with 0 removable, self powered
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 2 power
 usb_init_port: turn on port 3 power
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_explore dev=0xfffffe816ddccb48 addr=4
 uhub_explore: status change hub=4 port=1
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_match, uaa=0xfffffe808af8a8a0
 umidi_search_quirk: v=1452, p=33290, i=0
 uhidev0 at uhub5 port 1 configuration 1 interface 0
 uhidev0: Apple Computer product 0x820a, rev 2.00/1.00, addr 5, iclass 3/1
 uhidev0: 1 report ids
 ukbd0 at uhidev0 reportid 1: 8 modifier keys, 6 key codes
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 wskbd0 at ukbd0: console keyboard, using wsdisplay0
 uhub_explore: status change hub=4 port=2
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_match, uaa=0xfffffe808af8a8a0
 umidi_search_quirk: v=1452, p=33291, i=0
 uhidev1 at uhub5 port 2 configuration 1 interface 0
 uhidev1: Apple Computer product 0x820b, rev 2.00/1.00, addr 6, iclass 3/1
 uhidev1: 2 report ids
 ums0 at uhidev1 reportid 2: 3 buttons
 wsmouse0 at ums0 mux 0
 uhub_explore: status change hub=4 port=3
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596faa8
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_intr: sc=0xfffffe811596fb98
 uhub_match, uaa=0xfffffe808af8a8a0
 ubt0 at uhub5 port 3
 ubt0: Apple Inc. Bluetooth USB Host Controller, rev 2.00/1.31, addr 7
 uhub_explore: status change hub=3 port=2
 uhub_intr: sc=0xfffffe811596fb98
 uhub_match, uaa=0xfffffe808af8a930
 umidi_search_quirk: v=1452, p=585, i=0
 uhidev2 at uhub4 port 2 configuration 1 interface 0
 uhidev2: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 uhidev2: 9 report ids
 ukbd1 at uhidev2 reportid 1: 8 modifier keys, 6 key codes, apple fn key
 wskbd1 at ukbd1 mux 1
 wskbd1: connecting to wsdisplay0
 uhid0 at uhidev2 reportid 9: input=0, output=0, feature=3
 umidi_search_quirk: v=1452, p=585, i=1
 uhidev3 at uhub4 port 2 configuration 1 interface 1
 uhidev3: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/0
 uhidev3: 68 report ids
 uhid1 at uhidev3 reportid 68: input=511, output=0, feature=0
 umidi_search_quirk: v=1452, p=585, i=2
 uhidev4 at uhub4 port 2 configuration 1 interface 2
 uhidev4: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 uhidev4: 2 report ids
 ums1 at uhidev4 reportid 2: 3 buttons
 wsmouse1 at ums1 mux 0
 Kernelized RAIDframe activated
 pad0: outputs: 44100Hz, 16-bit, stereo
 audio1 at pad0: half duplex, playback, capture
 boot device: wd0
 root on dk1 dumps on dk2
 root file system type: ffs
 clock: unknown CMOS layout
 wsdisplay0: screen 1 added (80x25, vt100 emulation)
 wsdisplay0: screen 2 added (80x25, vt100 emulation)
 wsdisplay0: screen 3 added (80x25, vt100 emulation)
 wsdisplay0: screen 4 added (80x25, vt100 emulation)


 dmesg from NetBSD of 2014-01-04 (after ACPICA update) with UHUB_DEBUG:

 0000000000000000
 acpi0: [DSB1] HID -          UID -    STA 0x0000000F ADR 0x0000000000030000
 acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 acpi0: [DSB2] HID -          UID -    STA 0x0000000F ADR 0x0000000000040000
 acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 acpi0: [DSB3] HID -          UID -    STA 0x00000009 ADR 0x0000000000050000
 acpi0: [DSB4] HID -          UID -    STA 0x00000009 ADR 0x0000000000060000
 acpi0: [PDRC] HID PNP0C02    UID 1    STA 0xFFFFFFFF ADR -
 acpi0: [EHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [PRT8] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000008
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [EHC2] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001A0000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [XHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000140000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [PRT4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000004
 acpi0: [LNKA] HID PNP0C0F    UID 1    STA 0x0000000B ADR -
 acpi0: [LNKB] HID PNP0C0F    UID 2    STA 0x0000000B ADR -
 acpi0: [LNKC] HID PNP0C0F    UID 3    STA 0x0000000B ADR -
 acpi0: [LNKD] HID PNP0C0F    UID 4    STA 0x0000000B ADR -
 acpi0: [LNKE] HID PNP0C0F    UID 5    STA 0x0000000B ADR -
 acpi0: [LNKF] HID PNP0C0F    UID 6    STA 0x0000000B ADR -
 acpi0: [LNKG] HID PNP0C0F    UID 7    STA 0x0000000B ADR -
 acpi0: [LNKH] HID PNP0C0F    UID 8    STA 0x0000000B ADR -
 acpi0: [BAT0] HID PNP0C0A    UID 0    STA 0x0000001F ADR -
 acpi0: [ADP1] HID ACPI0003   UID -    STA 0xFFFFFFFF ADR -
 acpi0: [LID0] HID PNP0C0D    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PWRB] HID PNP0C0C    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PNLF] HID APP0002    UID 14   STA 0x0000000B ADR 0x0000000000000000
 acpi0: [SLPB] HID PNP0C0E    UID -    STA 0x0000000B ADR -
 acpi0: [MEM2] HID PNP0C01    UID 2    STA 0xFFFFFFFF ADR -
 acpi0: [_TZ ] HID -          UID -    STA 0xFFFFFFFF ADR -

 \     [06] []
     CPU0  [12] []
     CPU1  [12] []
     CPU2  [12] []
     CPU3  [12] []
     CPU4  [12] []
     CPU5  [12] []
     CPU6  [12] []
     CPU7  [12] []
     _SB   [06] []
         PCI0  [06] [] (PCI) @ 0x00:0x00:0x00:0x00 [R] [B] -> 0x00:0x00
             MCHC  [06] [] (PCI) @ 0x00:0x00:0x00:0x00
             P0P2  [06] [] (PCI) @ 0x00:0x00:0x01:0x00
             PEG2  [06] [] (PCI) @ 0x00:0x00:0x01:0x02
                 SATA  [06] []
                     PRT0  [06] []
             IGPU  [06] [] <acpivga0> (PCI) @ 0x00:0x00:0x02:0x00
                 DD01  [06] [] <acpiout0>
                 DD02  [06] [] <acpiout1>
                 DD03  [06] [] <acpiout2>
                 DD04  [06] [] <acpiout3>
                 DD05  [06] [] <acpiout4>
                 DD06  [06] [] <acpiout5>
                 DD07  [06] [] <acpiout6>
                 DD08  [06] [] <acpiout7>
             SATA  [06] [] (PCI) @ 0x00:0x00:0x1F:0x02
                 PRT0  [06] []
             SBUS  [06] [] (PCI) @ 0x00:0x00:0x1F:0x03
                 BUS0  [06] []
                     MKY0  [06] []
                 BUS1  [06] []
             LPCB  [06] [] (PCI) @ 0x00:0x00:0x1F:0x00
                 DMAC  [06] []
                 FWHD  [06] []
                 HPET  [06] []
                 IPIC  [06] []
                 MATH  [06] []
                 LDRC  [06] []
                 RTC   [06] []
                 TIMR  [06] [] <attimer1>
                 SMC   [06] []
                 ALS0  [06] []
                 EC    [06] [] <acpiec0>
                     SMB0  [06] []
                         SBS0  [06] []
             HDEF  [06] [] (PCI) @ 0x00:0x00:0x1B:0x00
             RP02  [06] [] (PCI) @ 0x00:0x00:0x1C:0x01 [B] -> 0x00:0x02
                 ARPT  [06] [] (PCI) @ 0x00:0x02:0x00:0x00
             RP05  [06] [] (PCI) @ 0x00:0x00:0x1C:0x04 [B] -> 0x00:0x03
                 UPSB  [06] [] (PCI) @ 0x00:0x03:0x00:0x00 [B] -> 0x00:0x04
                     DSB0  [06] [] (PCI) @ 0x00:0x04:0x00:0x00 [B] -> 0x00:0x05
                         NHI0  [06] [] (PCI) @ 0x00:0x05:0x00:0x00
                     DSB1  [06] [] (PCI) @ 0x00:0x04:0x03:0x00 [B] -> 0x00:0x06
                         UPS0  [06] [] (PCI) @ 0x00:0x06:0x00:0x00 [B] -> 0x00:0x07
                         UPS1  [06] [] (PCI) @ 0x00:0x06:0x01:0x00
                         UPS2  [06] [] (PCI) @ 0x00:0x06:0x02:0x00
                         UPS3  [06] [] (PCI) @ 0x00:0x06:0x03:0x00
                         UPS4  [06] [] (PCI) @ 0x00:0x06:0x04:0x00
                         UPS5  [06] [] (PCI) @ 0x00:0x06:0x05:0x00
                         UPS6  [06] [] (PCI) @ 0x00:0x06:0x06:0x00
                     DSB2  [06] [] (PCI) @ 0x00:0x04:0x04:0x00 [B] -> 0x00:0x37
                         UPS0  [06] [] (PCI) @ 0x00:0x37:0x00:0x00
                         UPS1  [06] [] (PCI) @ 0x00:0x37:0x01:0x00
                         UPS2  [06] [] (PCI) @ 0x00:0x37:0x02:0x00
                         UPS3  [06] [] (PCI) @ 0x00:0x37:0x03:0x00
                         UPS4  [06] [] (PCI) @ 0x00:0x37:0x04:0x00
                         UPS5  [06] [] (PCI) @ 0x00:0x37:0x05:0x00
                         UPS6  [06] [] (PCI) @ 0x00:0x37:0x06:0x00
                     DSB3  [06] []
                     DSB4  [06] []
             PDRC  [06] []
             EHC1  [06] [] (PCI) @ 0x00:0x00:0x1D:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                         PRT1  [06] []
                         PRT2  [06] []
                         PRT3  [06] []
                         PRT8  [06] []
                             PRT1  [06] []
                             PRT2  [06] []
                             PRT3  [06] []
             EHC2  [06] [] (PCI) @ 0x00:0x00:0x1A:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                         PRT1  [06] []
                         PRT2  [06] []
                         PRT3  [06] []
             XHC1  [06] [] (PCI) @ 0x00:0x00:0x14:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                     PRT2  [06] []
                     PRT3  [06] []
                     PRT4  [06] []
         LNKA  [06] []
         LNKB  [06] []
         LNKC  [06] []
         LNKD  [06] []
         LNKE  [06] []
         LNKF  [06] []
         LNKG  [06] []
         LNKH  [06] []
         BAT0  [06] [] <acpibat0>
         ADP1  [06] [] <acpiacad0>
         LID0  [06] [] <acpilid0>
         PWRB  [06] [] <acpibut0>
         PNLF  [06] []
         SLPB  [06] [] <acpibut1>
         MEM2  [06] []
     _TZ   [06] []
 pci0 at mainbus0 bus 0: configuration mode 1
 pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 pchb0 at pci0 dev 0 function 0: Intel Ivy Bridge Host Bridge (rev. 0x09)
 vga0 at pci0 dev 2 function 0: Intel Ivy Bridge Integrated Graphics Device (rev. 0x09)
 wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation)
 wsmux1: connecting to wsdisplay0
 drm at vga0 not configured
 Intel 7 Series USB xHCI (USB serial bus, interface 0x30, revision 0x04) at pci0 dev 20 function 0 not configured
 Intel 7 Series MEI Controller (miscellaneous communications, revision 0x04) at pci0 dev 22 function 0 not configured
 ehci0 at pci0 dev 26 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 ehci0: interrupting at ioapic0 pin 23
 ehci0: EHCI version 1.0
 usb0 at ehci0: USB revision 2.0
 hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 hdaudio0: interrupting at ioapic0 pin 22
 hdafg0 at hdaudio0: vendor 1013 product 4206
 hdafg0: ADC00 2ch: Mic In [Built-In]
 hdafg0: DAC01 2ch: Speaker [Built-In]
 hdafg0: DAC02 2ch: HP Out [Jack]
 hdafg0: 2ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 PCM32 AC3
 audio0 at hdafg0: full duplex, playback, capture, independent
 hdafg1 at hdaudio0: Intel product 2806
 hdafg1: duplicate pin in association
 hdafg1: duplicate pin in association
 hdafg1: 0ch/0ch 48000Hz PCM16*
 ppb0 at pci0 dev 28 function 0: Intel 7 Series PCIE (rev. 0xc4)
 ppb0: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 pci1 at ppb0 bus 1
 pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb1 at pci0 dev 28 function 1: Intel 7 Series PCIE (rev. 0xc4)
 ppb1: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 ppb1: link is x1 @ 2.5Gb/s
 pci2 at ppb1 bus 2
 pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 Broadcom BCM43224 Dualband 802.11 (miscellaneous network, revision 0x01) at pci2 dev 0 function 0 not configured
 ppb2 at pci0 dev 28 function 4: Intel 7 Series PCIE (rev. 0xc4)
 ppb2: PCI Express 2.0 <Root Port of PCI-E Root Complex> x4 @ 5.0Gb/s
 pci3 at ppb2 bus 3
 pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb3 at pci3 dev 0 function 0: Intel product 0x1547 (rev. 0x03)
 ppb3: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 pci4 at ppb3 bus 4
 pci4: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb4 at pci4 dev 0 function 0: Intel product 0x1547 (rev. 0x03)
 ppb4: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci5 at ppb4 bus 5
 pci5: i/o space, memory space enabled, rd/line, wr/inv ok
 Intel product 0x1547 (miscellaneous system, revision 0x03) at pci5 dev 0 function 0 not configured
 ppb5 at pci4 dev 3 function 0: Intel product 0x1547 (rev. 0x03)
 ppb5: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci6 at ppb5 bus 6
 pci6: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb6 at pci6 dev 0 function 0: Intel product 0x1549 (rev. 0x00)
 ppb6: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 pci7 at ppb6 bus 7
 pci7: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb7 at pci7 dev 0 function 0: Intel product 0x1549 (rev. 0x00)
 ppb7: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 5.0Gb/s
 ppb7: link is x1 @ 2.5Gb/s
 pci8 at ppb7 bus 8
 pci8: i/o space, memory space enabled, rd/line, wr/inv ok
 bge0 at pci8 dev 0 function 0: Broadcom BCM57762 Gigabit Ethernet
 bge0: interrupting at ioapic0 pin 19
 bge0: HW config 00091054, 00006014, 00002838, 00000000
 bge0: ASIC unknown BCM57766 (0x57766000), Ethernet address 40:6c:8f:58:6c:c5
 bge0: setting short Tx thresholds
 brgphy0 at bge0 phy 1: BCM57765 1000BASE-T media interface, rev. 0
 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 ppb8 at pci4 dev 4 function 0: Intel product 0x1547 (rev. 0x03)
 ppb8: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci9 at ppb8 bus 55
 pci9: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb9 at pci4 dev 5 function 0: Intel product 0x1547 (rev. 0x03)
 ppb9: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci10 at ppb9 bus 104
 pci10: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb10 at pci4 dev 6 function 0: Intel product 0x1547 (rev. 0x03)
 ppb10: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci11 at ppb10 bus 105
 pci11: i/o space, memory space enabled, rd/line, wr/inv ok
 ehci1 at pci0 dev 29 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 ehci1: interrupting at ioapic0 pin 22
 ehci1: EHCI version 1.0
 usb1 at ehci1: USB revision 2.0
 ichlpcib0 at pci0 dev 31 function 0: Intel Mobile QS77 LPC (rev. 0x04)
 timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 ichlpcib0: 24-bit timer
 ichlpcib0: TCO timer reboot disabled by hardware; hope SMBIOS properly handles it.
 ichlpcib0: TCO (watchdog) timer configured.
 ahcisata0 at pci0 dev 31 function 2: Intel 7 Series (mobile) SATA Controller (AHCI) (rev. 0x04)
 ahcisata0: interrupting at ioapic0 pin 19
 ahcisata0: 64-bit DMA
 ahcisata0: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xc730ff45<EMS,PSC,SSC,PMD,ISS=0x3=Gen3,SCLO,SAL,SALP,SNCQ,S64A>
 atabus0 at ahcisata0 channel 0
 ichsmb0 at pci0 dev 31 function 3: Intel 7 Series SMBus Controller (rev. 0x04)
 ichsmb0: interrupting at ioapic0 pin 18
 iic0 at ichsmb0: I2C bus
 isa0 at ichlpcib0
 com0 at isa0 port 0x3f8-0x3ff irq 4: ns8250 or ns16450, no fifo
 pcppi0 at isa0 port 0x61
 midi0 at pcppi0: PC speaker
 sysbeep0 at pcppi0
 attimer1: attached to pcppi0
 acpicpu0 at cpu0: ACPI CPU
 acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
 acpicpu0: C2: FFH, lat 148 us, pow   500 mW
 acpicpu0: C3: FFH, lat 198 us, pow   200 mW
 acpicpu0: P0: FFH, lat  10 us, pow 17000 mW, 1701 MHz, turbo boost
 acpicpu0: P1: FFH, lat  10 us, pow 17000 mW, 1700 MHz
 acpicpu0: P2: FFH, lat  10 us, pow 15798 mW, 1600 MHz
 acpicpu0: P3: FFH, lat  10 us, pow 14620 mW, 1500 MHz
 acpicpu0: P4: FFH, lat  10 us, pow 13467 mW, 1400 MHz
 acpicpu0: P5: FFH, lat  10 us, pow 12337 mW, 1300 MHz
 acpicpu0: P6: FFH, lat  10 us, pow 11231 mW, 1200 MHz
 acpicpu0: P7: FFH, lat  10 us, pow 10150 mW, 1100 MHz
 acpicpu0: P8: FFH, lat  10 us, pow  9090 mW, 1000 MHz
 acpicpu0: P9: FFH, lat  10 us, pow  8053 mW,  900 MHz
 acpicpu0: P10: FFH, lat  10 us, pow  7192 mW,  800 MHz
 acpicpu0: T0: FFH, lat   1 us, pow  7192 mW, 100 %
 acpicpu0: T1: FFH, lat   1 us, pow  6712 mW,  94 %
 acpicpu0: T2: FFH, lat   1 us, pow  6233 mW,  88 %
 acpicpu0: T3: FFH, lat   1 us, pow  5753 mW,  82 %
 acpicpu0: T4: FFH, lat   1 us, pow  5274 mW,  75 %
 acpicpu0: T5: FFH, lat   1 us, pow  4794 mW,  69 %
 acpicpu0: T6: FFH, lat   1 us, pow  4315 mW,  63 %
 acpicpu0: T7: FFH, lat   1 us, pow  3835 mW,  57 %
 acpicpu0: T8: FFH, lat   1 us, pow  3356 mW,  50 %
 acpicpu0: T9: FFH, lat   1 us, pow  2876 mW,  44 %
 acpicpu0: T10: FFH, lat   1 us, pow  2397 mW,  38 %
 acpicpu0: T11: FFH, lat   1 us, pow  1917 mW,  32 %
 acpicpu0: T12: FFH, lat   1 us, pow  1438 mW,  25 %
 acpicpu0: T13: FFH, lat   1 us, pow   958 mW,  19 %
 acpicpu0: T14: FFH, lat   1 us, pow   479 mW,  13 %
 coretemp0 at cpu0: thermal sensor, 1 C resolution
 acpicpu1 at cpu1: ACPI CPU
 coretemp1 at cpu1: thermal sensor, 1 C resolution
 acpicpu2 at cpu2: ACPI CPU
 acpicpu3 at cpu3: ACPI CPU
 timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 timecounter: Timecounter "TSC" frequency 1696249720 Hz quality 3000
 acpiacad0: AC adapter online.
 crypto: unable to register devsw
 uhub_match, uaa=0xfffffe808af82b40
 uhub0 at usb0uhub_attach
 : Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub_attach: getting hub descriptor
 uhub0: 2 ports with 2 removable, self powered
 uhub_match, uaa=0xfffffe808af86b40
 uhub1 at usb1uhub_attach
 : Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub_attach: getting hub descriptor
 uhub1: 2 ports with 2 removable, self powered
 ahcisata0 port 0: device present, speed: 6.0Gb/s
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 2 power
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 2 power
 uhub_explore dev=0xfffffe8107817ac8 addr=1
 uhub_explore: status change hub=1 port=1
 uhub_explore dev=0xfffffe8107817948 addr=1
 uhub_explore: status change hub=1 port=1
 wd0 at atabus0 drive 0
 wd0: <APPLE SSD TS128E>
 wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 wd0: 113 GB, 235097 cyl, 16 head, 63 sec, 512 bytes/sect x 236978176 sectors
 wd0: GPT GUID: 0de7ba53-f76d-11e2-a888-406c8f586cc5
 dk0 at wd0: EFI
 dk0: 524288 blocks at 64, type: msdos
 dk1 at wd0: ROOT
 dk1: 2097152 blocks at 524352, type: ffs
 dk2 at wd0: SWAP
 dk2: 16777216 blocks at 2621504, type: swap
 dk3 at wd0: USR
 dk3: 134217728 blocks at 19398720, type: ffs
 dk4 at wd0: HOME
 dk4: 83361695 blocks at 153616448, type: ffs
 wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
 wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA)
 uhub_match, uaa=0xfffffe808af8aa50
 uhub2 at uhub1 port 1uhub_attach
 : vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub2: single transaction translator
 uhub_match, uaa=0xfffffe8001221a50
 uhub3 at uhub0 port 1uhub_attach
 : vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub3: single transaction translator
 uhub_attach: getting hub descriptor
 uhub_attach: getting hub descriptor
 uhub3: 6 ports with 5 removable, self powered
 uhub2: 8 ports with 7 removable, self powered
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 2 power
 usb_init_port: turn on port 2 power
 usb_init_port: turn on port 3 power
 usb_init_port: turn on port 3 power
 usb_init_port: turn on port 4 power
 usb_init_port: turn on port 4 power
 usb_init_port: turn on port 5 power
 usb_init_port: turn on port 5 power
 usb_init_port: turn on port 6 power
 usb_init_port: turn on port 6 power
 usb_init_port: turn on port 7 power
 usb_init_port: turn on port 8 power
 uhub_intr: sc=0xfffffe8107862c38
 uhub_intr: sc=0xfffffe8107862c88
 uhub_explore dev=0xfffffe8107817408 addr=2
 uhub_explore dev=0xfffffe8107817288 addr=2
 uhub_explore: status change hub=2 port=1
 uhub_explore: status change hub=2 port=8
 uhub_intr: sc=0xfffffe8107862c88
 uhub_intr: sc=0xfffffe8107862c38
 uhub_match, uaa=0xfffffe808af8a9c0
 uhub4 at uhub2 port 8uhub_attach
 : SMSC product 0x2512, class 9/0, rev 2.00/b.b3, addr 3
 uhub4: multiple transaction translators
 uhub_attach: getting hub descriptor
 uhub4: 2 ports with 0 removable, self powered
 uhub_match, uaa=0xfffffe80012219c0
 umidi_search_quirk: v=1452, p=34064, i=0
 uvideo0 at uhub3 port 1 configuration 1 interface 0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 uvideo_attach:   non uvc descriptor len=9 type=0x02
 uvideo_attach:   non uvc descriptor len=8 type=0x0b
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x00 bAlternateSetting=0x00 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x01 bInterfaceProtocol=0x00 iInterface=0x02
 uvideo_attach:   VC Interface Header: Len=13 Type=0x24 Subtype=0x01 bcdUVC=256 wTotalLength=51 dwClockFrequency=4000000 bInCollection=1
 uvideo_attach:   VC Camera Terminal: Len=18 Type=0x24 Subtype=0x02 bTerminalID=1 wTerminalType=201 bAssocTerminal=0 iTerminal=0 wObjectiveFocalLengthMin/Max=0/0 wOcularFocalLength=0 bControlSize=3 bmControls=00000000-00000001-00001010
 uvideo_attach:   VC Output Terminal: Len=9 Type=0x24 Subtype=0x03 bTerminalID=2 wTerminalType=101 bAssocTerminal=0 bSourceID=3 iTerminal=0
 uvideo_attach:   VC Processing Unit: Len=11 Type=0x24 Subtype=0x05 bUnitID=3 bSourceID=1 wMaxMultiplier=0 bControlSize=2 bmControls=00010101-01111111 iProcessing=0 bmVideoStandards=00000111
 uvideo_attach:   VC Endpoint: Len=7 Type=0x05 bEndpointAddress=0x81 bmAttributes=00000011 wMaxPacketSize=8 bInterval=6
 uvideo_attach:   VC Interrupt Endpoint: Len=5 Type=0x25 Subtype=0x03 wMaxTransferSize=40 
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x00 bNumEndpoints=0x00 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Interface Input Header: Len=15 Type=0x24 Subtype=0x01 bNumFormats=2 wTotalLength=521 bEndpointAddress=130 bmInfo=0 bTerminalLink=2 bStillCaptureMethod=2 bTriggerSupport=0 bTriggerUsage=0 bControlSize=1 00000000
 uvideo_attach:   VS Format Uncompressed: Len=27 Type=0x24 Subtype=0x04 bFormatIndex=1 bNumFrameDescriptors=7 32595559-00-10-8000-00AA00389B71 bBitsPerPixel=16 bDefaultFrameIndex=5 bAspectRatioX=0 bAspectRatioY=0 bmInterlaceFlags=0x00 bCopyProtect=0
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=1 bmCapabilities=0x00 wWidth=160 wHeight=120 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=38400 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=2 bmCapabilities=0x00 wWidth=176 wHeight=144 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=50688 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=3 bmCapabilities=0x00 wWidth=320 wHeight=240 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=153600 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=4 bmCapabilities=0x00 wWidth=352 wHeight=288 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=202752 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=5 bmCapabilities=0x00 wWidth=640 wHeight=480 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=614400 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=6 bmCapabilities=0x00 wWidth=480 wHeight=360 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=345600 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS Frame Uncompressed: Len=30 Type=0x24 Subtype=0x05 bFrameIndex=7 bmCapabilities=0x00 wWidth=1280 wHeight=720 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1843200 dwDefaultFrameInterval=1000000 bFrameIntervalType=1
 uvideo_attach:   VS unknown cs interface: len=30 type=0x24 subtype=0x03
 uvideo_attach:   VS unknown cs interface: len=6 type=0x24 subtype=0x0d
 uvideo_attach:   VS MJPEG format: Len=11 Type=0x24 Subtype=0x06 bFormatIndex=2 bNumFrameDescriptors=3 bmFlags=0x00 bDefaultFrameIndex=2 bAspectRatioX=0 bAspectRatioY=0 bmInterlaceFlags=0x00 bCopyProtect=0
 uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=1 bmCapabilities=0x00 wWidth=960 wHeight=544 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1044480 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=2 bmCapabilities=0x00 wWidth=1024 wHeight=576 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1179648 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=3 bmCapabilities=0x00 wWidth=1280 wHeight=720 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1843200 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 uvideo_attach:   VS unknown cs interface: len=18 type=0x24 subtype=0x03
 uvideo_attach:   VS unknown cs interface: len=6 type=0x24 subtype=0x0d
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x01 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=128 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x02 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=512 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x03 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=1024 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x04 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=2816 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x05 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=3072 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x06 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=4992 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x07 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=5120 bInterval=1
 uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x02 bAlternateSetting=0x00 bNumEndpoints=0x00 bInterfaceClass=0xff bInterfaceSubClass=0x00 bInterfaceProtocol=0x00 iInterface=0x00
 usb_transfer_complete: short transfer 1<2
 uvideo_stream_init: error getting probe data len: SHORT_XFER (16)
 uvideo: Adding pixel format 1
 uvideo: found format (index 1) type 1 size 160x120 size 38400 stride 320 interval 333667
 uvideo: found format (index 2) type 1 size 176x144 size 50688 stride 352 interval 333667
 uvideo: found format (index 3) type 1 size 320x240 size 153600 stride 640 interval 333667
 uvideo: found format (index 4) type 1 size 352x288 size 202752 stride 704 interval 333667
 uvideo: found format (index 5) type 1 size 640x480 size 614400 stride 1280 interval 333667
  ^ picking this one
 uvideo: found format (index 6) type 1 size 480x360 size 345600 stride 960 interval 333667
 uvideo: found format (index 7) type 1 size 1280x720 size 1843200 stride 2560 interval 1000000
 uvideo: unimplemented VS CS descriptor len=30 type=0x24 subtype=0x03
 uvideo: unimplemented VS CS descriptor len=6 type=0x24 subtype=0x0d
 uvideo: Adding pixel format 9
 uvideo: found format (index 1) type 9 size 960x544 size 1044480 stride 1920 interval 333667
 uvideo: found format (index 2) type 9 size 1024x576 size 1179648 stride 2048 interval 333667
 uvideo: found format (index 3) type 9 size 1280x720 size 1843200 stride 2560 interval 333667
 uvideo: unimplemented VS CS descriptor len=18 type=0x24 subtype=0x03
 uvideo: unimplemented VS CS descriptor len=6 type=0x24 subtype=0x0d
 uvideo_attach: ISOC stream *
 video0 at uvideo0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 uvideo_attach: attached video driver at 0xfffffe816ddb76c0
 umidi_search_quirk: v=1452, p=34064, i=1
 umidi_search_quirk: v=1452, p=34064, i=2
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 2 power
 uhub_intr: sc=0xfffffe8107862be8
 uhub_explore dev=0xfffffe816ddc4f08 addr=3
 uhub_explore: status change hub=3 port=1
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_match, uaa=0xfffffe808af8a930
 uhub5 at uhub4 port 1uhub_attach
 : Apple Inc. BRCM20702 Hub, class 9/0, rev 2.00/1.00, addr 4
 uhub_attach: getting hub descriptor
 uhub5: 3 ports with 0 removable, self powered
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 usb_init_port: turn on port 1 power
 usb_init_port: turn on port 2 power
 usb_init_port: turn on port 3 power
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_explore dev=0xfffffe816ddc4b48 addr=4
 uhub_explore: status change hub=4 port=1
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_match, uaa=0xfffffe808af8a8a0
 umidi_search_quirk: v=1452, p=33290, i=0
 uhidev0 at uhub5 port 1 configuration 1 interface 0
 uhidev0: Apple Computer product 0x820a, rev 2.00/1.00, addr 5, iclass 3/1
 uhidev0: 1 report ids
 ukbd0 at uhidev0 reportid 1: 8 modifier keys, 6 key codes
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 wskbd0 at ukbd0: console keyboard, using wsdisplay0
 uhub_explore: status change hub=4 port=2
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_match, uaa=0xfffffe808af8a8a0
 umidi_search_quirk: v=1452, p=33291, i=0
 uhidev1 at uhub5 port 2 configuration 1 interface 0
 uhidev1: Apple Computer product 0x820b, rev 2.00/1.00, addr 6, iclass 3/1
 uhidev1: 2 report ids
 ums0 at uhidev1 reportid 2: 3 buttons
 wsmouse0 at ums0 mux 0
 uhub_explore: status change hub=4 port=3
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862af8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_intr: sc=0xfffffe8107862be8
 uhub_match, uaa=0xfffffe808af8a8a0
 ubt0 at uhub5 port 3
 ubt0: Apple Inc. Bluetooth USB Host Controller, rev 2.00/1.31, addr 7
 uhub_explore: status change hub=3 port=2
 uhub_intr: sc=0xfffffe8107862be8
 uhub_match, uaa=0xfffffe808af8a930
 umidi_search_quirk: v=1452, p=585, i=0
 uhidev2 at uhub4 port 2 configuration 1 interface 0
 uhidev2: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 uhidev2: 9 report ids
 ukbd1 at uhidev2 reportid 1: 8 modifier keys, 6 key codes, apple fn key
 wskbd1 at ukbd1 mux 1
 wskbd1: connecting to wsdisplay0
 uhid0 at uhidev2 reportid 9: input=0, output=0, feature=3
 umidi_search_quirk: v=1452, p=585, i=1
 uhidev3 at uhub4 port 2 configuration 1 interface 1
 uhidev3: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/0
 uhidev3: 68 report ids
 uhid1 at uhidev3 reportid 68: input=511, output=0, feature=0
 umidi_search_quirk: v=1452, p=585, i=2
 uhidev4 at uhub4 port 2 configuration 1 interface 2
 uhidev4: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 uhidev4: 2 report ids
 ums1 at uhidev4 reportid 2: 3 buttons
 wsmouse1 at ums1 mux 0
 Kernelized RAIDframe activated
 pad0: outputs: 44100Hz, 16-bit, stereo
 audio1 at pad0: half duplex, playback, capture
 boot device: wd0
 root on dk1 dumps on dk2
 root file system type: ffs
 clock: unknown CMOS layout
 wsdisplay0: screen 1 added (80x25, vt100 emulation)
 wsdisplay0: screen 2 added (80x25, vt100 emulation)
 wsdisplay0: screen 3 added (80x25, vt100 emulation)
 wsdisplay0: screen 4 added (80x25, vt100 emulation)

 --
 Ryo ONODERA // ryo_on@yk.rim.or.jp
 PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3

From: Ryo ONODERA <ryo_on@yk.rim.or.jp>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is
 misunderstood
Date: Sat, 04 Jan 2014 20:41:57 +0900 (JST)

 From: Ryo ONODERA <ryo_on@yk.rim.or.jp>, Date: Sat, 04 Jan 2014 19:26:54 +0900 (JST)

 > Hi,
 > 
 > From: christos@zoulas.com (Christos Zoulas), Date: Fri, 3 Jan 2014 12:29:27 -0500
 > 
 >> So nothing seems out of the ordinary here. Next step is to get a kernel
 >> with ACPI_DEBUG && ddb going.
 > 
 > I have ported some recent ACPICA to NetBSD/amd64 current of 2013-01-04,
 > I cannot find working ACPICA version yet, but acpica-unix2-20130823 does
 > not work for my MacBook Air mid 2012 with NetBSD.
 > 
 > FreeBSD/amd64 10.0RC4 is shipped with this version of ACPICA,
 > and it works fine for my machine (USB socket works properly).

 acpica-unix2-20130418 works, and
 acpica-unix2-20130517 does not work.

 The diff between these acpica versions are relatively big.

 https://github.com/ryo-on/netbsd-acpica-regression/commit/53eaceb577eb82b4ad5bd07e630fa4c20c5fd6d4

 --
 Ryo ONODERA // ryo_on@yk.rim.or.jp
 PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3

From: christos@zoulas.com (Christos Zoulas)
To: Ryo ONODERA <ryo_on@yk.rim.or.jp>
Cc: gnats-bugs@NetBSD.org, skrll@netbsd.org
Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is misunderstood
Date: Sat, 4 Jan 2014 11:13:01 -0500

 On Jan 4,  7:26pm, ryo_on@yk.rim.or.jp (Ryo ONODERA) wrote:
 -- Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is mi

 | Hi,
 | 
 | From: christos@zoulas.com (Christos Zoulas), Date: Fri, 3 Jan 2014 12:29:27 -0500
 | 
 | > So nothing seems out of the ordinary here. Next step is to get a kernel
 | > with ACPI_DEBUG && ddb going.
 | 
 | I have ported some recent ACPICA to NetBSD/amd64 current of 2013-01-04,
 | I cannot find working ACPICA version yet, but acpica-unix2-20130823 does
 | not work for my MacBook Air mid 2012 with NetBSD.
 | 
 | FreeBSD/amd64 10.0RC4 is shipped with this version of ACPICA,
 | and it works fine for my machine (USB socket works properly).
 | 
 | I feel that the problem is in NetBSD code, not in ACPICA code.
 | 
 | 
 | And I cannot enter to ddb (posted to current-users). I have enabled
 | UHUB_DEBUG in uhub.c, and I have gotten following dmesgs.
 | Could you investigate these dmesgs?
 | 

 Yes, I agree that the problem seems to be in our USB code. Nick is the best
 person to look at this.

 christos

 | Thank you.
 | 
 | 
 | dmesg from NetBSD of 2013-12-27 (just before ACPICA update) with UHUB_DEBUG:
 | 
 |    UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 | acpi0: [DSB1] HID -          UID -    STA 0x0000000F ADR 0x0000000000030000
 | acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 | acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 | acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 | acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 | acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 | acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 | acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 | acpi0: [DSB2] HID -          UID -    STA 0x0000000F ADR 0x0000000000040000
 | acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 | acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 | acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 | acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 | acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 | acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 | acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 | acpi0: [DSB3] HID -          UID -    STA 0x00000009 ADR 0x0000000000050000
 | acpi0: [DSB4] HID -          UID -    STA 0x00000009 ADR 0x0000000000060000
 | acpi0: [PDRC] HID PNP0C02    UID 1    STA 0xFFFFFFFF ADR -
 | acpi0: [EHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0000
 | acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 | acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 | acpi0: [PRT8] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000008
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 | acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 | acpi0: [EHC2] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001A0000
 | acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 | acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 | acpi0: [XHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000140000
 | acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 | acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 | acpi0: [PRT4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000004
 | acpi0: [LNKA] HID PNP0C0F    UID 1    STA 0x0000000B ADR -
 | acpi0: [LNKB] HID PNP0C0F    UID 2    STA 0x0000000B ADR -
 | acpi0: [LNKC] HID PNP0C0F    UID 3    STA 0x0000000B ADR -
 | acpi0: [LNKD] HID PNP0C0F    UID 4    STA 0x0000000B ADR -
 | acpi0: [LNKE] HID PNP0C0F    UID 5    STA 0x0000000B ADR -
 | acpi0: [LNKF] HID PNP0C0F    UID 6    STA 0x0000000B ADR -
 | acpi0: [LNKG] HID PNP0C0F    UID 7    STA 0x0000000B ADR -
 | acpi0: [LNKH] HID PNP0C0F    UID 8    STA 0x0000000B ADR -
 | acpi0: [BAT0] HID PNP0C0A    UID 0    STA 0x0000001F ADR -
 | acpi0: [ADP1] HID ACPI0003   UID -    STA 0xFFFFFFFF ADR -
 | acpi0: [LID0] HID PNP0C0D    UID -    STA 0xFFFFFFFF ADR -
 | acpi0: [PWRB] HID PNP0C0C    UID -    STA 0xFFFFFFFF ADR -
 | acpi0: [PNLF] HID APP0002    UID 14   STA 0x0000000B ADR 0x0000000000000000
 | acpi0: [SLPB] HID PNP0C0E    UID -    STA 0x0000000B ADR -
 | acpi0: [MEM2] HID PNP0C01    UID 2    STA 0xFFFFFFFF ADR -
 | acpi0: [_TZ ] HID -          UID -    STA 0xFFFFFFFF ADR -
 | 
 | \     [06] []
 |     CPU0  [12] []
 |     CPU1  [12] []
 |     CPU2  [12] []
 |     CPU3  [12] []
 |     CPU4  [12] []
 |     CPU5  [12] []
 |     CPU6  [12] []
 |     CPU7  [12] []
 |     _SB   [06] []
 |         PCI0  [06] [] (PCI) @ 0x00:0x00:0x00:0x00 [R] [B] -> 0x00:0x00
 |             MCHC  [06] [] (PCI) @ 0x00:0x00:0x00:0x00
 |             P0P2  [06] [] (PCI) @ 0x00:0x00:0x01:0x00
 |             PEG2  [06] [] (PCI) @ 0x00:0x00:0x01:0x02
 |                 SATA  [06] []
 |                     PRT0  [06] []
 |             IGPU  [06] [] <acpivga0> (PCI) @ 0x00:0x00:0x02:0x00
 |                 DD01  [06] [] <acpiout0>
 |                 DD02  [06] [] <acpiout1>
 |                 DD03  [06] [] <acpiout2>
 |                 DD04  [06] [] <acpiout3>
 |                 DD05  [06] [] <acpiout4>
 |                 DD06  [06] [] <acpiout5>
 |                 DD07  [06] [] <acpiout6>
 |                 DD08  [06] [] <acpiout7>
 |             SATA  [06] [] (PCI) @ 0x00:0x00:0x1F:0x02
 |                 PRT0  [06] []
 |             SBUS  [06] [] (PCI) @ 0x00:0x00:0x1F:0x03
 |                 BUS0  [06] []
 |                     MKY0  [06] []
 |                 BUS1  [06] []
 |             LPCB  [06] [] (PCI) @ 0x00:0x00:0x1F:0x00
 |                 DMAC  [06] []
 |                 FWHD  [06] []
 |                 HPET  [06] []
 |                 IPIC  [06] []
 |                 MATH  [06] []
 |                 LDRC  [06] []
 |                 RTC   [06] []
 |                 TIMR  [06] [] <attimer1>
 |                 SMC   [06] []
 |                 ALS0  [06] []
 |                 EC    [06] [] <acpiec0>
 |                     SMB0  [06] []
 |                         SBS0  [06] []
 |             HDEF  [06] [] (PCI) @ 0x00:0x00:0x1B:0x00
 |             RP02  [06] [] (PCI) @ 0x00:0x00:0x1C:0x01 [B] -> 0x00:0x02
 |                 ARPT  [06] [] (PCI) @ 0x00:0x02:0x00:0x00
 |             RP05  [06] [] (PCI) @ 0x00:0x00:0x1C:0x04 [B] -> 0x00:0x03
 |                 UPSB  [06] [] (PCI) @ 0x00:0x03:0x00:0x00 [B] -> 0x00:0x04
 |                     DSB0  [06] [] (PCI) @ 0x00:0x04:0x00:0x00 [B] -> 0x00:0x05
 |                         NHI0  [06] [] (PCI) @ 0x00:0x05:0x00:0x00
 |                     DSB1  [06] [] (PCI) @ 0x00:0x04:0x03:0x00 [B] -> 0x00:0x06
 |                         UPS0  [06] [] (PCI) @ 0x00:0x06:0x00:0x00 [B] -> 0x00:0x07
 |                         UPS1  [06] [] (PCI) @ 0x00:0x06:0x01:0x00
 |                         UPS2  [06] [] (PCI) @ 0x00:0x06:0x02:0x00
 |                         UPS3  [06] [] (PCI) @ 0x00:0x06:0x03:0x00
 |                         UPS4  [06] [] (PCI) @ 0x00:0x06:0x04:0x00
 |                         UPS5  [06] [] (PCI) @ 0x00:0x06:0x05:0x00
 |                         UPS6  [06] [] (PCI) @ 0x00:0x06:0x06:0x00
 |                     DSB2  [06] [] (PCI) @ 0x00:0x04:0x04:0x00 [B] -> 0x00:0x37
 |                         UPS0  [06] [] (PCI) @ 0x00:0x37:0x00:0x00
 |                         UPS1  [06] [] (PCI) @ 0x00:0x37:0x01:0x00
 |                         UPS2  [06] [] (PCI) @ 0x00:0x37:0x02:0x00
 |                         UPS3  [06] [] (PCI) @ 0x00:0x37:0x03:0x00
 |                         UPS4  [06] [] (PCI) @ 0x00:0x37:0x04:0x00
 |                         UPS5  [06] [] (PCI) @ 0x00:0x37:0x05:0x00
 |                         UPS6  [06] [] (PCI) @ 0x00:0x37:0x06:0x00
 |                     DSB3  [06] []
 |                     DSB4  [06] []
 |             PDRC  [06] []
 |             EHC1  [06] [] (PCI) @ 0x00:0x00:0x1D:0x00
 |                 RHUB  [06] []
 |                     PRT1  [06] []
 |                         PRT1  [06] []
 |                         PRT2  [06] []
 |                         PRT3  [06] []
 |                         PRT8  [06] []
 |                             PRT1  [06] []
 |                             PRT2  [06] []
 |                             PRT3  [06] []
 |             EHC2  [06] [] (PCI) @ 0x00:0x00:0x1A:0x00
 |                 RHUB  [06] []
 |                     PRT1  [06] []
 |                         PRT1  [06] []
 |                         PRT2  [06] []
 |                         PRT3  [06] []
 |             XHC1  [06] [] (PCI) @ 0x00:0x00:0x14:0x00
 |                 RHUB  [06] []
 |                     PRT1  [06] []
 |                     PRT2  [06] []
 |                     PRT3  [06] []
 |                     PRT4  [06] []
 |         LNKA  [06] []
 |         LNKB  [06] []
 |         LNKC  [06] []
 |         LNKD  [06] []
 |         LNKE  [06] []
 |         LNKF  [06] []
 |         LNKG  [06] []
 |         LNKH  [06] []
 |         BAT0  [06] [] <acpibat0>
 |         ADP1  [06] [] <acpiacad0>
 |         LID0  [06] [] <acpilid0>
 |         PWRB  [06] [] <acpibut0>
 |         PNLF  [06] []
 |         SLPB  [06] [] <acpibut1>
 |         MEM2  [06] []
 |     _TZ   [06] []
 | pci0 at mainbus0 bus 0: configuration mode 1
 | pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 | pchb0 at pci0 dev 0 function 0: Intel Ivy Bridge Host Bridge (rev. 0x09)
 | vga0 at pci0 dev 2 function 0: Intel Ivy Bridge Integrated Graphics Device (rev. 0x09)
 | wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation)
 | wsmux1: connecting to wsdisplay0
 | drm at vga0 not configured
 | Intel 7 Series USB xHCI (USB serial bus, interface 0x30, revision 0x04) at pci0 dev 20 function 0 not configured
 | Intel 7 Series MEI Controller (miscellaneous communications, revision 0x04) at pci0 dev 22 function 0 not configured
 | ehci0 at pci0 dev 26 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 | ehci0: interrupting at ioapic0 pin 23
 | ehci0: EHCI version 1.0
 | usb0 at ehci0: USB revision 2.0
 | hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 | hdaudio0: interrupting at ioapic0 pin 22
 | hdafg0 at hdaudio0: vendor 1013 product 4206
 | hdafg0: ADC00 2ch: Mic In [Built-In]
 | hdafg0: DAC01 2ch: Speaker [Built-In]
 | hdafg0: DAC02 2ch: HP Out [Jack]
 | hdafg0: 2ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 PCM32 AC3
 | audio0 at hdafg0: full duplex, playback, capture, independent
 | hdafg1 at hdaudio0: Intel product 2806
 | hdafg1: duplicate pin in association
 | hdafg1: duplicate pin in association
 | hdafg1: 0ch/0ch 48000Hz PCM16*
 | ppb0 at pci0 dev 28 function 0: Intel 7 Series PCIE (rev. 0xc4)
 | ppb0: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 | pci1 at ppb0 bus 1
 | pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb1 at pci0 dev 28 function 1: Intel 7 Series PCIE (rev. 0xc4)
 | ppb1: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 | ppb1: link is x1 @ 2.5Gb/s
 | pci2 at ppb1 bus 2
 | pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 | Broadcom BCM43224 Dualband 802.11 (miscellaneous network, revision 0x01) at pci2 dev 0 function 0 not configured
 | ppb2 at pci0 dev 28 function 4: Intel 7 Series PCIE (rev. 0xc4)
 | ppb2: PCI Express 2.0 <Root Port of PCI-E Root Complex> x4 @ 5.0Gb/s
 | pci3 at ppb2 bus 3
 | pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb3 at pci3 dev 0 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb3: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 | pci4 at ppb3 bus 4
 | pci4: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb4 at pci4 dev 0 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb4: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 | pci5 at ppb4 bus 5
 | pci5: i/o space, memory space enabled, rd/line, wr/inv ok
 | Intel product 0x1547 (miscellaneous system, revision 0x03) at pci5 dev 0 function 0 not configured
 | ppb5 at pci4 dev 3 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb5: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 | pci6 at ppb5 bus 6
 | pci6: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb6 at pci6 dev 0 function 0: Intel product 0x1549 (rev. 0x00)
 | ppb6: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 | pci7 at ppb6 bus 7
 | pci7: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb7 at pci7 dev 0 function 0: Intel product 0x1549 (rev. 0x00)
 | ppb7: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 5.0Gb/s
 | ppb7: link is x1 @ 2.5Gb/s
 | pci8 at ppb7 bus 8
 | pci8: i/o space, memory space enabled, rd/line, wr/inv ok
 | bge0 at pci8 dev 0 function 0: Broadcom BCM57762 Gigabit Ethernet
 | bge0: interrupting at ioapic0 pin 19
 | bge0: HW config 00091054, 00006014, 00002838, 00000000
 | bge0: ASIC unknown BCM57766 (0x57766000), Ethernet address 40:6c:8f:58:6c:c5
 | bge0: setting short Tx thresholds
 | brgphy0 at bge0 phy 1: BCM57765 1000BASE-T media interface, rev. 0
 | brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 | ppb8 at pci4 dev 4 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb8: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 | pci9 at ppb8 bus 55
 | pci9: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb9 at pci4 dev 5 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb9: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 | pci10 at ppb9 bus 104
 | pci10: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb10 at pci4 dev 6 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb10: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 | pci11 at ppb10 bus 105
 | pci11: i/o space, memory space enabled, rd/line, wr/inv ok
 | ehci1 at pci0 dev 29 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 | ehci1: interrupting at ioapic0 pin 22
 | ehci1: EHCI version 1.0
 | usb1 at ehci1: USB revision 2.0
 | ichlpcib0 at pci0 dev 31 function 0: Intel Mobile QS77 LPC (rev. 0x04)
 | timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 | ichlpcib0: 24-bit timer
 | ichlpcib0: TCO timer reboot disabled by hardware; hope SMBIOS properly handles it.
 | ichlpcib0: TCO (watchdog) timer configured.
 | ahcisata0 at pci0 dev 31 function 2: Intel 7 Series (mobile) SATA Controller (AHCI) (rev. 0x04)
 | ahcisata0: interrupting at ioapic0 pin 19
 | ahcisata0: 64-bit DMA
 | ahcisata0: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xc730ff45<EMS,PSC,SSC,PMD,ISS=0x3=Gen3,SCLO,SAL,SALP,SNCQ,S64A>
 | atabus0 at ahcisata0 channel 0
 | ichsmb0 at pci0 dev 31 function 3: Intel 7 Series SMBus Controller (rev. 0x04)
 | ichsmb0: interrupting at ioapic0 pin 18
 | iic0 at ichsmb0: I2C bus
 | isa0 at ichlpcib0
 | com0 at isa0 port 0x3f8-0x3ff irq 4: ns8250 or ns16450, no fifo
 | pcppi0 at isa0 port 0x61
 | midi0 at pcppi0: PC speaker
 | sysbeep0 at pcppi0
 | attimer1: attached to pcppi0
 | acpicpu0 at cpu0: ACPI CPU
 | acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
 | acpicpu0: C2: FFH, lat 148 us, pow   500 mW
 | acpicpu0: C3: FFH, lat 198 us, pow   200 mW
 | acpicpu0: P0: FFH, lat  10 us, pow 17000 mW, 1701 MHz, turbo boost
 | acpicpu0: P1: FFH, lat  10 us, pow 17000 mW, 1700 MHz
 | acpicpu0: P2: FFH, lat  10 us, pow 15798 mW, 1600 MHz
 | acpicpu0: P3: FFH, lat  10 us, pow 14620 mW, 1500 MHz
 | acpicpu0: P4: FFH, lat  10 us, pow 13467 mW, 1400 MHz
 | acpicpu0: P5: FFH, lat  10 us, pow 12337 mW, 1300 MHz
 | acpicpu0: P6: FFH, lat  10 us, pow 11231 mW, 1200 MHz
 | acpicpu0: P7: FFH, lat  10 us, pow 10150 mW, 1100 MHz
 | acpicpu0: P8: FFH, lat  10 us, pow  9090 mW, 1000 MHz
 | acpicpu0: P9: FFH, lat  10 us, pow  8053 mW,  900 MHz
 | acpicpu0: P10: FFH, lat  10 us, pow  7192 mW,  800 MHz
 | acpicpu0: T0: FFH, lat   1 us, pow  7192 mW, 100 %
 | acpicpu0: T1: FFH, lat   1 us, pow  6712 mW,  94 %
 | acpicpu0: T2: FFH, lat   1 us, pow  6233 mW,  88 %
 | acpicpu0: T3: FFH, lat   1 us, pow  5753 mW,  82 %
 | acpicpu0: T4: FFH, lat   1 us, pow  5274 mW,  75 %
 | acpicpu0: T5: FFH, lat   1 us, pow  4794 mW,  69 %
 | acpicpu0: T6: FFH, lat   1 us, pow  4315 mW,  63 %
 | acpicpu0: T7: FFH, lat   1 us, pow  3835 mW,  57 %
 | acpicpu0: T8: FFH, lat   1 us, pow  3356 mW,  50 %
 | acpicpu0: T9: FFH, lat   1 us, pow  2876 mW,  44 %
 | acpicpu0: T10: FFH, lat   1 us, pow  2397 mW,  38 %
 | acpicpu0: T11: FFH, lat   1 us, pow  1917 mW,  32 %
 | acpicpu0: T12: FFH, lat   1 us, pow  1438 mW,  25 %
 | acpicpu0: T13: FFH, lat   1 us, pow   958 mW,  19 %
 | acpicpu0: T14: FFH, lat   1 us, pow   479 mW,  13 %
 | coretemp0 at cpu0: thermal sensor, 1 C resolution
 | acpicpu1 at cpu1: ACPI CPU
 | coretemp1 at cpu1: thermal sensor, 1 C resolution
 | acpicpu2 at cpu2: ACPI CPU
 | acpicpu3 at cpu3: ACPI CPU
 | timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 | timecounter: Timecounter "TSC" frequency 1696272150 Hz quality 3000
 | acpiacad0: AC adapter online.
 | uhub_match, uaa=0xfffffe808af82b40
 | uhub0 at usb0uhub_attach
 | : Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 | uhub_attach: getting hub descriptor
 | uhub0: 2 ports with 2 removable, self powered
 | uhub_match, uaa=0xfffffe808af86b40
 | uhub1 at usb1uhub_attach
 | : Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 | uhub_attach: getting hub descriptor
 | uhub1: 2 ports with 2 removable, self powered
 | ahcisata0 port 0: device present, speed: 6.0Gb/s
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 2 power
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 2 power
 | uhub_explore dev=0xfffffe8107807ac8 addr=1
 | uhub_explore: status change hub=1 port=1
 | uhub_explore dev=0xfffffe8107807948 addr=1
 | uhub_explore: status change hub=1 port=1
 | wd0 at atabus0 drive 0
 | wd0: <APPLE SSD TS128E>
 | wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 | wd0: 113 GB, 235097 cyl, 16 head, 63 sec, 512 bytes/sect x 236978176 sectors
 | wd0: GPT GUID: 0de7ba53-f76d-11e2-a888-406c8f586cc5
 | dk0 at wd0: EFI
 | dk0: 524288 blocks at 64, type: msdos
 | dk1 at wd0: ROOT
 | dk1: 2097152 blocks at 524352, type: ffs
 | dk2 at wd0: SWAP
 | dk2: 16777216 blocks at 2621504, type: swap
 | dk3 at wd0: USR
 | dk3: 134217728 blocks at 19398720, type: ffs
 | dk4 at wd0: HOME
 | dk4: 83361695 blocks at 153616448, type: ffs
 | wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
 | wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA)
 | uhub_match, uaa=0xfffffe800121aa50
 | uhub2 at uhub0 port 1uhub_attach
 | : vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 | uhub2: single transaction translator
 | uhub_match, uaa=0xfffffe808af8aa50
 | uhub3 at uhub1 port 1uhub_attach
 | : vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 | uhub3: single transaction translator
 | uhub_attach: getting hub descriptor
 | uhub_attach: getting hub descriptor
 | uhub2: 6 ports with 5 removable, self powered
 | uhub3: 8 ports with 7 removable, self powered
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 2 power
 | usb_init_port: turn on port 2 power
 | usb_init_port: turn on port 3 power
 | usb_init_port: turn on port 3 power
 | usb_init_port: turn on port 4 power
 | usb_init_port: turn on port 4 power
 | usb_init_port: turn on port 5 power
 | usb_init_port: turn on port 5 power
 | usb_init_port: turn on port 6 power
 | usb_init_port: turn on port 6 power
 | usb_init_port: turn on port 7 power
 | usb_init_port: turn on port 8 power
 | uhub_intr: sc=0xfffffe811596fc38
 | uhub_intr: sc=0xfffffe811596fbe8
 | uhub_explore dev=0xfffffe8107807408 addr=2
 | uhub_explore dev=0xfffffe8107807288 addr=2
 | uhub_explore: status change hub=2 port=1
 | uhub_explore: status change hub=2 port=8
 | uhub_intr: sc=0xfffffe811596fbe8
 | uhub_intr: sc=0xfffffe811596fc38
 | uhub_match, uaa=0xfffffe808af8a9c0
 | uhub4 at uhub3 port 8uhub_attach
 | : SMSC product 0x2512, class 9/0, rev 2.00/b.b3, addr 3
 | uhub4: multiple transaction translators
 | uhub_attach: getting hub descriptor
 | uhub4: 2 ports with 0 removable, self powered
 | uhub_match, uaa=0xfffffe800121a9c0
 | umidi_search_quirk: v=1452, p=34064, i=0
 | uvideo0 at uhub2 port 1 configuration 1 interface 0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 | uvideo_attach:   non uvc descriptor len=9 type=0x02
 | uvideo_attach:   non uvc descriptor len=8 type=0x0b
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x00 bAlternateSetting=0x00 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x01 bInterfaceProtocol=0x00 iInterface=0x02
 | uvideo_attach:   VC Interface Header: Len=13 Type=0x24 Subtype=0x01 bcdUVC=256 wTotalLength=51 dwClockFrequency=4000000 bInCollection=1
 | uvideo_attach:   VC Camera Terminal: Len=18 Type=0x24 Subtype=0x02 bTerminalID=1 wTerminalType=201 bAssocTerminal=0 iTerminal=0 wObjectiveFocalLengthMin/Max=0/0 wOcularFocalLength=0 bControlSize=3 bmControls=00000000-00000001-00001010
 | uvideo_attach:   VC Output Terminal: Len=9 Type=0x24 Subtype=0x03 bTerminalID=2 wTerminalType=101 bAssocTerminal=0 bSourceID=3 iTerminal=0
 | uvideo_attach:   VC Processing Unit: Len=11 Type=0x24 Subtype=0x05 bUnitID=3 bSourceID=1 wMaxMultiplier=0 bControlSize=2 bmControls=00010101-01111111 iProcessing=0 bmVideoStandards=00000111
 | uvideo_attach:   VC Endpoint: Len=7 Type=0x05 bEndpointAddress=0x81 bmAttributes=00000011 wMaxPacketSize=8 bInterval=6
 | uvideo_attach:   VC Interrupt Endpoint: Len=5 Type=0x25 Subtype=0x03 wMaxTransferSize=40 
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x00 bNumEndpoints=0x00 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Interface Input Header: Len=15 Type=0x24 Subtype=0x01 bNumFormats=2 wTotalLength=521 bEndpointAddress=130 bmInfo=0 bTerminalLink=2 bStillCaptureMethod=2 bTriggerSupport=0 bTriggerUsage=0 bControlSize=1 00000000
 | uvideo_attach:   VS Format Uncompressed: Len=27 Type=0x24 Subtype=0x04 bFormatIndex=1 bNumFrameDescriptors=7 32595559-00-10-8000-00AA00389B71 bBitsPerPixel=16 bDefaultFrameIndex=5 bAspectRatioX=0 bAspectRatioY=0 bmInterlaceFlags=0x00 bCopyProtect=0
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=1 bmCapabilities=0x00 wWidth=160 wHeight=120 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=38400 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=2 bmCapabilities=0x00 wWidth=176 wHeight=144 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=50688 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=3 bmCapabilities=0x00 wWidth=320 wHeight=240 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=153600 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=4 bmCapabilities=0x00 wWidth=352 wHeight=288 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=202752 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=5 bmCapabilities=0x00 wWidth=640 wHeight=480 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=614400 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=6 bmCapabilities=0x00 wWidth=480 wHeight=360 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=345600 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=30 Type=0x24 Subtype=0x05 bFrameIndex=7 bmCapabilities=0x00 wWidth=1280 wHeight=720 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1843200 dwDefaultFrameInterval=1000000 bFrameIntervalType=1
 | uvideo_attach:   VS unknown cs interface: len=30 type=0x24 subtype=0x03
 | uvideo_attach:   VS unknown cs interface: len=6 type=0x24 subtype=0x0d
 | uvideo_attach:   VS MJPEG format: Len=11 Type=0x24 Subtype=0x06 bFormatIndex=2 bNumFrameDescriptors=3 bmFlags=0x00 bDefaultFrameIndex=2 bAspectRatioX=0 bAspectRatioY=0 bmInterlaceFlags=0x00 bCopyProtect=0
 | uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=1 bmCapabilities=0x00 wWidth=960 wHeight=544 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1044480 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=2 bmCapabilities=0x00 wWidth=1024 wHeight=576 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1179648 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=3 bmCapabilities=0x00 wWidth=1280 wHeight=720 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1843200 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS unknown cs interface: len=18 type=0x24 subtype=0x03
 | uvideo_attach:   VS unknown cs interface: len=6 type=0x24 subtype=0x0d
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x01 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=128 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x02 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=512 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x03 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=1024 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x04 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=2816 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x05 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=3072 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x06 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=4992 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x07 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=5120 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x02 bAlternateSetting=0x00 bNumEndpoints=0x00 bInterfaceClass=0xff bInterfaceSubClass=0x00 bInterfaceProtocol=0x00 iInterface=0x00
 | usb_transfer_complete: short transfer 1<2
 | uvideo_stream_init: error getting probe data len: SHORT_XFER (16)
 | uvideo: Adding pixel format 1
 | uvideo: found format (index 1) type 1 size 160x120 size 38400 stride 320 interval 333667
 | uvideo: found format (index 2) type 1 size 176x144 size 50688 stride 352 interval 333667
 | uvideo: found format (index 3) type 1 size 320x240 size 153600 stride 640 interval 333667
 | uvideo: found format (index 4) type 1 size 352x288 size 202752 stride 704 interval 333667
 | uvideo: found format (index 5) type 1 size 640x480 size 614400 stride 1280 interval 333667
 |  ^ picking this one
 | uvideo: found format (index 6) type 1 size 480x360 size 345600 stride 960 interval 333667
 | uvideo: found format (index 7) type 1 size 1280x720 size 1843200 stride 2560 interval 1000000
 | uvideo: unimplemented VS CS descriptor len=30 type=0x24 subtype=0x03
 | uvideo: unimplemented VS CS descriptor len=6 type=0x24 subtype=0x0d
 | uvideo: Adding pixel format 9
 | uvideo: found format (index 1) type 9 size 960x544 size 1044480 stride 1920 interval 333667
 | uvideo: found format (index 2) type 9 size 1024x576 size 1179648 stride 2048 interval 333667
 | uvideo: found format (index 3) type 9 size 1280x720 size 1843200 stride 2560 interval 333667
 | uvideo: unimplemented VS CS descriptor len=18 type=0x24 subtype=0x03
 | uvideo: unimplemented VS CS descriptor len=6 type=0x24 subtype=0x0d
 | uvideo_attach: ISOC stream *
 | video0 at uvideo0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 | uvideo_attach: attached video driver at 0xfffffe816dda99c0
 | umidi_search_quirk: v=1452, p=34064, i=1
 | umidi_search_quirk: v=1452, p=34064, i=2
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 2 power
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_explore dev=0xfffffe816ddccf08 addr=3
 | uhub_explore: status change hub=3 port=1
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_match, uaa=0xfffffe808af8a930
 | uhub5 at uhub4 port 1uhub_attach
 | : Apple Inc. BRCM20702 Hub, class 9/0, rev 2.00/1.00, addr 4
 | uhub_attach: getting hub descriptor
 | uhub5: 3 ports with 0 removable, self powered
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 2 power
 | usb_init_port: turn on port 3 power
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_explore dev=0xfffffe816ddccb48 addr=4
 | uhub_explore: status change hub=4 port=1
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_match, uaa=0xfffffe808af8a8a0
 | umidi_search_quirk: v=1452, p=33290, i=0
 | uhidev0 at uhub5 port 1 configuration 1 interface 0
 | uhidev0: Apple Computer product 0x820a, rev 2.00/1.00, addr 5, iclass 3/1
 | uhidev0: 1 report ids
 | ukbd0 at uhidev0 reportid 1: 8 modifier keys, 6 key codes
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | wskbd0 at ukbd0: console keyboard, using wsdisplay0
 | uhub_explore: status change hub=4 port=2
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_match, uaa=0xfffffe808af8a8a0
 | umidi_search_quirk: v=1452, p=33291, i=0
 | uhidev1 at uhub5 port 2 configuration 1 interface 0
 | uhidev1: Apple Computer product 0x820b, rev 2.00/1.00, addr 6, iclass 3/1
 | uhidev1: 2 report ids
 | ums0 at uhidev1 reportid 2: 3 buttons
 | wsmouse0 at ums0 mux 0
 | uhub_explore: status change hub=4 port=3
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596faa8
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_match, uaa=0xfffffe808af8a8a0
 | ubt0 at uhub5 port 3
 | ubt0: Apple Inc. Bluetooth USB Host Controller, rev 2.00/1.31, addr 7
 | uhub_explore: status change hub=3 port=2
 | uhub_intr: sc=0xfffffe811596fb98
 | uhub_match, uaa=0xfffffe808af8a930
 | umidi_search_quirk: v=1452, p=585, i=0
 | uhidev2 at uhub4 port 2 configuration 1 interface 0
 | uhidev2: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 | uhidev2: 9 report ids
 | ukbd1 at uhidev2 reportid 1: 8 modifier keys, 6 key codes, apple fn key
 | wskbd1 at ukbd1 mux 1
 | wskbd1: connecting to wsdisplay0
 | uhid0 at uhidev2 reportid 9: input=0, output=0, feature=3
 | umidi_search_quirk: v=1452, p=585, i=1
 | uhidev3 at uhub4 port 2 configuration 1 interface 1
 | uhidev3: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/0
 | uhidev3: 68 report ids
 | uhid1 at uhidev3 reportid 68: input=511, output=0, feature=0
 | umidi_search_quirk: v=1452, p=585, i=2
 | uhidev4 at uhub4 port 2 configuration 1 interface 2
 | uhidev4: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 | uhidev4: 2 report ids
 | ums1 at uhidev4 reportid 2: 3 buttons
 | wsmouse1 at ums1 mux 0
 | Kernelized RAIDframe activated
 | pad0: outputs: 44100Hz, 16-bit, stereo
 | audio1 at pad0: half duplex, playback, capture
 | boot device: wd0
 | root on dk1 dumps on dk2
 | root file system type: ffs
 | clock: unknown CMOS layout
 | wsdisplay0: screen 1 added (80x25, vt100 emulation)
 | wsdisplay0: screen 2 added (80x25, vt100 emulation)
 | wsdisplay0: screen 3 added (80x25, vt100 emulation)
 | wsdisplay0: screen 4 added (80x25, vt100 emulation)
 | 
 | 
 | dmesg from NetBSD of 2014-01-04 (after ACPICA update) with UHUB_DEBUG:
 | 
 | 0000000000000000
 | acpi0: [DSB1] HID -          UID -    STA 0x0000000F ADR 0x0000000000030000
 | acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 | acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 | acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 | acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 | acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 | acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 | acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 | acpi0: [DSB2] HID -          UID -    STA 0x0000000F ADR 0x0000000000040000
 | acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 | acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 | acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 | acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 | acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 | acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 | acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 | acpi0: [DSB3] HID -          UID -    STA 0x00000009 ADR 0x0000000000050000
 | acpi0: [DSB4] HID -          UID -    STA 0x00000009 ADR 0x0000000000060000
 | acpi0: [PDRC] HID PNP0C02    UID 1    STA 0xFFFFFFFF ADR -
 | acpi0: [EHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0000
 | acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 | acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 | acpi0: [PRT8] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000008
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 | acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 | acpi0: [EHC2] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001A0000
 | acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 | acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 | acpi0: [XHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000140000
 | acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 | acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 | acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 | acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 | acpi0: [PRT4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000004
 | acpi0: [LNKA] HID PNP0C0F    UID 1    STA 0x0000000B ADR -
 | acpi0: [LNKB] HID PNP0C0F    UID 2    STA 0x0000000B ADR -
 | acpi0: [LNKC] HID PNP0C0F    UID 3    STA 0x0000000B ADR -
 | acpi0: [LNKD] HID PNP0C0F    UID 4    STA 0x0000000B ADR -
 | acpi0: [LNKE] HID PNP0C0F    UID 5    STA 0x0000000B ADR -
 | acpi0: [LNKF] HID PNP0C0F    UID 6    STA 0x0000000B ADR -
 | acpi0: [LNKG] HID PNP0C0F    UID 7    STA 0x0000000B ADR -
 | acpi0: [LNKH] HID PNP0C0F    UID 8    STA 0x0000000B ADR -
 | acpi0: [BAT0] HID PNP0C0A    UID 0    STA 0x0000001F ADR -
 | acpi0: [ADP1] HID ACPI0003   UID -    STA 0xFFFFFFFF ADR -
 | acpi0: [LID0] HID PNP0C0D    UID -    STA 0xFFFFFFFF ADR -
 | acpi0: [PWRB] HID PNP0C0C    UID -    STA 0xFFFFFFFF ADR -
 | acpi0: [PNLF] HID APP0002    UID 14   STA 0x0000000B ADR 0x0000000000000000
 | acpi0: [SLPB] HID PNP0C0E    UID -    STA 0x0000000B ADR -
 | acpi0: [MEM2] HID PNP0C01    UID 2    STA 0xFFFFFFFF ADR -
 | acpi0: [_TZ ] HID -          UID -    STA 0xFFFFFFFF ADR -
 | 
 | \     [06] []
 |     CPU0  [12] []
 |     CPU1  [12] []
 |     CPU2  [12] []
 |     CPU3  [12] []
 |     CPU4  [12] []
 |     CPU5  [12] []
 |     CPU6  [12] []
 |     CPU7  [12] []
 |     _SB   [06] []
 |         PCI0  [06] [] (PCI) @ 0x00:0x00:0x00:0x00 [R] [B] -> 0x00:0x00
 |             MCHC  [06] [] (PCI) @ 0x00:0x00:0x00:0x00
 |             P0P2  [06] [] (PCI) @ 0x00:0x00:0x01:0x00
 |             PEG2  [06] [] (PCI) @ 0x00:0x00:0x01:0x02
 |                 SATA  [06] []
 |                     PRT0  [06] []
 |             IGPU  [06] [] <acpivga0> (PCI) @ 0x00:0x00:0x02:0x00
 |                 DD01  [06] [] <acpiout0>
 |                 DD02  [06] [] <acpiout1>
 |                 DD03  [06] [] <acpiout2>
 |                 DD04  [06] [] <acpiout3>
 |                 DD05  [06] [] <acpiout4>
 |                 DD06  [06] [] <acpiout5>
 |                 DD07  [06] [] <acpiout6>
 |                 DD08  [06] [] <acpiout7>
 |             SATA  [06] [] (PCI) @ 0x00:0x00:0x1F:0x02
 |                 PRT0  [06] []
 |             SBUS  [06] [] (PCI) @ 0x00:0x00:0x1F:0x03
 |                 BUS0  [06] []
 |                     MKY0  [06] []
 |                 BUS1  [06] []
 |             LPCB  [06] [] (PCI) @ 0x00:0x00:0x1F:0x00
 |                 DMAC  [06] []
 |                 FWHD  [06] []
 |                 HPET  [06] []
 |                 IPIC  [06] []
 |                 MATH  [06] []
 |                 LDRC  [06] []
 |                 RTC   [06] []
 |                 TIMR  [06] [] <attimer1>
 |                 SMC   [06] []
 |                 ALS0  [06] []
 |                 EC    [06] [] <acpiec0>
 |                     SMB0  [06] []
 |                         SBS0  [06] []
 |             HDEF  [06] [] (PCI) @ 0x00:0x00:0x1B:0x00
 |             RP02  [06] [] (PCI) @ 0x00:0x00:0x1C:0x01 [B] -> 0x00:0x02
 |                 ARPT  [06] [] (PCI) @ 0x00:0x02:0x00:0x00
 |             RP05  [06] [] (PCI) @ 0x00:0x00:0x1C:0x04 [B] -> 0x00:0x03
 |                 UPSB  [06] [] (PCI) @ 0x00:0x03:0x00:0x00 [B] -> 0x00:0x04
 |                     DSB0  [06] [] (PCI) @ 0x00:0x04:0x00:0x00 [B] -> 0x00:0x05
 |                         NHI0  [06] [] (PCI) @ 0x00:0x05:0x00:0x00
 |                     DSB1  [06] [] (PCI) @ 0x00:0x04:0x03:0x00 [B] -> 0x00:0x06
 |                         UPS0  [06] [] (PCI) @ 0x00:0x06:0x00:0x00 [B] -> 0x00:0x07
 |                         UPS1  [06] [] (PCI) @ 0x00:0x06:0x01:0x00
 |                         UPS2  [06] [] (PCI) @ 0x00:0x06:0x02:0x00
 |                         UPS3  [06] [] (PCI) @ 0x00:0x06:0x03:0x00
 |                         UPS4  [06] [] (PCI) @ 0x00:0x06:0x04:0x00
 |                         UPS5  [06] [] (PCI) @ 0x00:0x06:0x05:0x00
 |                         UPS6  [06] [] (PCI) @ 0x00:0x06:0x06:0x00
 |                     DSB2  [06] [] (PCI) @ 0x00:0x04:0x04:0x00 [B] -> 0x00:0x37
 |                         UPS0  [06] [] (PCI) @ 0x00:0x37:0x00:0x00
 |                         UPS1  [06] [] (PCI) @ 0x00:0x37:0x01:0x00
 |                         UPS2  [06] [] (PCI) @ 0x00:0x37:0x02:0x00
 |                         UPS3  [06] [] (PCI) @ 0x00:0x37:0x03:0x00
 |                         UPS4  [06] [] (PCI) @ 0x00:0x37:0x04:0x00
 |                         UPS5  [06] [] (PCI) @ 0x00:0x37:0x05:0x00
 |                         UPS6  [06] [] (PCI) @ 0x00:0x37:0x06:0x00
 |                     DSB3  [06] []
 |                     DSB4  [06] []
 |             PDRC  [06] []
 |             EHC1  [06] [] (PCI) @ 0x00:0x00:0x1D:0x00
 |                 RHUB  [06] []
 |                     PRT1  [06] []
 |                         PRT1  [06] []
 |                         PRT2  [06] []
 |                         PRT3  [06] []
 |                         PRT8  [06] []
 |                             PRT1  [06] []
 |                             PRT2  [06] []
 |                             PRT3  [06] []
 |             EHC2  [06] [] (PCI) @ 0x00:0x00:0x1A:0x00
 |                 RHUB  [06] []
 |                     PRT1  [06] []
 |                         PRT1  [06] []
 |                         PRT2  [06] []
 |                         PRT3  [06] []
 |             XHC1  [06] [] (PCI) @ 0x00:0x00:0x14:0x00
 |                 RHUB  [06] []
 |                     PRT1  [06] []
 |                     PRT2  [06] []
 |                     PRT3  [06] []
 |                     PRT4  [06] []
 |         LNKA  [06] []
 |         LNKB  [06] []
 |         LNKC  [06] []
 |         LNKD  [06] []
 |         LNKE  [06] []
 |         LNKF  [06] []
 |         LNKG  [06] []
 |         LNKH  [06] []
 |         BAT0  [06] [] <acpibat0>
 |         ADP1  [06] [] <acpiacad0>
 |         LID0  [06] [] <acpilid0>
 |         PWRB  [06] [] <acpibut0>
 |         PNLF  [06] []
 |         SLPB  [06] [] <acpibut1>
 |         MEM2  [06] []
 |     _TZ   [06] []
 | pci0 at mainbus0 bus 0: configuration mode 1
 | pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 | pchb0 at pci0 dev 0 function 0: Intel Ivy Bridge Host Bridge (rev. 0x09)
 | vga0 at pci0 dev 2 function 0: Intel Ivy Bridge Integrated Graphics Device (rev. 0x09)
 | wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation)
 | wsmux1: connecting to wsdisplay0
 | drm at vga0 not configured
 | Intel 7 Series USB xHCI (USB serial bus, interface 0x30, revision 0x04) at pci0 dev 20 function 0 not configured
 | Intel 7 Series MEI Controller (miscellaneous communications, revision 0x04) at pci0 dev 22 function 0 not configured
 | ehci0 at pci0 dev 26 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 | ehci0: interrupting at ioapic0 pin 23
 | ehci0: EHCI version 1.0
 | usb0 at ehci0: USB revision 2.0
 | hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 | hdaudio0: interrupting at ioapic0 pin 22
 | hdafg0 at hdaudio0: vendor 1013 product 4206
 | hdafg0: ADC00 2ch: Mic In [Built-In]
 | hdafg0: DAC01 2ch: Speaker [Built-In]
 | hdafg0: DAC02 2ch: HP Out [Jack]
 | hdafg0: 2ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 PCM32 AC3
 | audio0 at hdafg0: full duplex, playback, capture, independent
 | hdafg1 at hdaudio0: Intel product 2806
 | hdafg1: duplicate pin in association
 | hdafg1: duplicate pin in association
 | hdafg1: 0ch/0ch 48000Hz PCM16*
 | ppb0 at pci0 dev 28 function 0: Intel 7 Series PCIE (rev. 0xc4)
 | ppb0: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 | pci1 at ppb0 bus 1
 | pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb1 at pci0 dev 28 function 1: Intel 7 Series PCIE (rev. 0xc4)
 | ppb1: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 | ppb1: link is x1 @ 2.5Gb/s
 | pci2 at ppb1 bus 2
 | pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 | Broadcom BCM43224 Dualband 802.11 (miscellaneous network, revision 0x01) at pci2 dev 0 function 0 not configured
 | ppb2 at pci0 dev 28 function 4: Intel 7 Series PCIE (rev. 0xc4)
 | ppb2: PCI Express 2.0 <Root Port of PCI-E Root Complex> x4 @ 5.0Gb/s
 | pci3 at ppb2 bus 3
 | pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb3 at pci3 dev 0 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb3: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 | pci4 at ppb3 bus 4
 | pci4: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb4 at pci4 dev 0 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb4: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 | pci5 at ppb4 bus 5
 | pci5: i/o space, memory space enabled, rd/line, wr/inv ok
 | Intel product 0x1547 (miscellaneous system, revision 0x03) at pci5 dev 0 function 0 not configured
 | ppb5 at pci4 dev 3 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb5: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 | pci6 at ppb5 bus 6
 | pci6: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb6 at pci6 dev 0 function 0: Intel product 0x1549 (rev. 0x00)
 | ppb6: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 | pci7 at ppb6 bus 7
 | pci7: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb7 at pci7 dev 0 function 0: Intel product 0x1549 (rev. 0x00)
 | ppb7: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 5.0Gb/s
 | ppb7: link is x1 @ 2.5Gb/s
 | pci8 at ppb7 bus 8
 | pci8: i/o space, memory space enabled, rd/line, wr/inv ok
 | bge0 at pci8 dev 0 function 0: Broadcom BCM57762 Gigabit Ethernet
 | bge0: interrupting at ioapic0 pin 19
 | bge0: HW config 00091054, 00006014, 00002838, 00000000
 | bge0: ASIC unknown BCM57766 (0x57766000), Ethernet address 40:6c:8f:58:6c:c5
 | bge0: setting short Tx thresholds
 | brgphy0 at bge0 phy 1: BCM57765 1000BASE-T media interface, rev. 0
 | brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 | ppb8 at pci4 dev 4 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb8: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 | pci9 at ppb8 bus 55
 | pci9: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb9 at pci4 dev 5 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb9: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 | pci10 at ppb9 bus 104
 | pci10: i/o space, memory space enabled, rd/line, wr/inv ok
 | ppb10 at pci4 dev 6 function 0: Intel product 0x1547 (rev. 0x03)
 | ppb10: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 | pci11 at ppb10 bus 105
 | pci11: i/o space, memory space enabled, rd/line, wr/inv ok
 | ehci1 at pci0 dev 29 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 | ehci1: interrupting at ioapic0 pin 22
 | ehci1: EHCI version 1.0
 | usb1 at ehci1: USB revision 2.0
 | ichlpcib0 at pci0 dev 31 function 0: Intel Mobile QS77 LPC (rev. 0x04)
 | timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 | ichlpcib0: 24-bit timer
 | ichlpcib0: TCO timer reboot disabled by hardware; hope SMBIOS properly handles it.
 | ichlpcib0: TCO (watchdog) timer configured.
 | ahcisata0 at pci0 dev 31 function 2: Intel 7 Series (mobile) SATA Controller (AHCI) (rev. 0x04)
 | ahcisata0: interrupting at ioapic0 pin 19
 | ahcisata0: 64-bit DMA
 | ahcisata0: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xc730ff45<EMS,PSC,SSC,PMD,ISS=0x3=Gen3,SCLO,SAL,SALP,SNCQ,S64A>
 | atabus0 at ahcisata0 channel 0
 | ichsmb0 at pci0 dev 31 function 3: Intel 7 Series SMBus Controller (rev. 0x04)
 | ichsmb0: interrupting at ioapic0 pin 18
 | iic0 at ichsmb0: I2C bus
 | isa0 at ichlpcib0
 | com0 at isa0 port 0x3f8-0x3ff irq 4: ns8250 or ns16450, no fifo
 | pcppi0 at isa0 port 0x61
 | midi0 at pcppi0: PC speaker
 | sysbeep0 at pcppi0
 | attimer1: attached to pcppi0
 | acpicpu0 at cpu0: ACPI CPU
 | acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
 | acpicpu0: C2: FFH, lat 148 us, pow   500 mW
 | acpicpu0: C3: FFH, lat 198 us, pow   200 mW
 | acpicpu0: P0: FFH, lat  10 us, pow 17000 mW, 1701 MHz, turbo boost
 | acpicpu0: P1: FFH, lat  10 us, pow 17000 mW, 1700 MHz
 | acpicpu0: P2: FFH, lat  10 us, pow 15798 mW, 1600 MHz
 | acpicpu0: P3: FFH, lat  10 us, pow 14620 mW, 1500 MHz
 | acpicpu0: P4: FFH, lat  10 us, pow 13467 mW, 1400 MHz
 | acpicpu0: P5: FFH, lat  10 us, pow 12337 mW, 1300 MHz
 | acpicpu0: P6: FFH, lat  10 us, pow 11231 mW, 1200 MHz
 | acpicpu0: P7: FFH, lat  10 us, pow 10150 mW, 1100 MHz
 | acpicpu0: P8: FFH, lat  10 us, pow  9090 mW, 1000 MHz
 | acpicpu0: P9: FFH, lat  10 us, pow  8053 mW,  900 MHz
 | acpicpu0: P10: FFH, lat  10 us, pow  7192 mW,  800 MHz
 | acpicpu0: T0: FFH, lat   1 us, pow  7192 mW, 100 %
 | acpicpu0: T1: FFH, lat   1 us, pow  6712 mW,  94 %
 | acpicpu0: T2: FFH, lat   1 us, pow  6233 mW,  88 %
 | acpicpu0: T3: FFH, lat   1 us, pow  5753 mW,  82 %
 | acpicpu0: T4: FFH, lat   1 us, pow  5274 mW,  75 %
 | acpicpu0: T5: FFH, lat   1 us, pow  4794 mW,  69 %
 | acpicpu0: T6: FFH, lat   1 us, pow  4315 mW,  63 %
 | acpicpu0: T7: FFH, lat   1 us, pow  3835 mW,  57 %
 | acpicpu0: T8: FFH, lat   1 us, pow  3356 mW,  50 %
 | acpicpu0: T9: FFH, lat   1 us, pow  2876 mW,  44 %
 | acpicpu0: T10: FFH, lat   1 us, pow  2397 mW,  38 %
 | acpicpu0: T11: FFH, lat   1 us, pow  1917 mW,  32 %
 | acpicpu0: T12: FFH, lat   1 us, pow  1438 mW,  25 %
 | acpicpu0: T13: FFH, lat   1 us, pow   958 mW,  19 %
 | acpicpu0: T14: FFH, lat   1 us, pow   479 mW,  13 %
 | coretemp0 at cpu0: thermal sensor, 1 C resolution
 | acpicpu1 at cpu1: ACPI CPU
 | coretemp1 at cpu1: thermal sensor, 1 C resolution
 | acpicpu2 at cpu2: ACPI CPU
 | acpicpu3 at cpu3: ACPI CPU
 | timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 | timecounter: Timecounter "TSC" frequency 1696249720 Hz quality 3000
 | acpiacad0: AC adapter online.
 | crypto: unable to register devsw
 | uhub_match, uaa=0xfffffe808af82b40
 | uhub0 at usb0uhub_attach
 | : Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 | uhub_attach: getting hub descriptor
 | uhub0: 2 ports with 2 removable, self powered
 | uhub_match, uaa=0xfffffe808af86b40
 | uhub1 at usb1uhub_attach
 | : Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 | uhub_attach: getting hub descriptor
 | uhub1: 2 ports with 2 removable, self powered
 | ahcisata0 port 0: device present, speed: 6.0Gb/s
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 2 power
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 2 power
 | uhub_explore dev=0xfffffe8107817ac8 addr=1
 | uhub_explore: status change hub=1 port=1
 | uhub_explore dev=0xfffffe8107817948 addr=1
 | uhub_explore: status change hub=1 port=1
 | wd0 at atabus0 drive 0
 | wd0: <APPLE SSD TS128E>
 | wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 | wd0: 113 GB, 235097 cyl, 16 head, 63 sec, 512 bytes/sect x 236978176 sectors
 | wd0: GPT GUID: 0de7ba53-f76d-11e2-a888-406c8f586cc5
 | dk0 at wd0: EFI
 | dk0: 524288 blocks at 64, type: msdos
 | dk1 at wd0: ROOT
 | dk1: 2097152 blocks at 524352, type: ffs
 | dk2 at wd0: SWAP
 | dk2: 16777216 blocks at 2621504, type: swap
 | dk3 at wd0: USR
 | dk3: 134217728 blocks at 19398720, type: ffs
 | dk4 at wd0: HOME
 | dk4: 83361695 blocks at 153616448, type: ffs
 | wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
 | wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA)
 | uhub_match, uaa=0xfffffe808af8aa50
 | uhub2 at uhub1 port 1uhub_attach
 | : vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 | uhub2: single transaction translator
 | uhub_match, uaa=0xfffffe8001221a50
 | uhub3 at uhub0 port 1uhub_attach
 | : vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 | uhub3: single transaction translator
 | uhub_attach: getting hub descriptor
 | uhub_attach: getting hub descriptor
 | uhub3: 6 ports with 5 removable, self powered
 | uhub2: 8 ports with 7 removable, self powered
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 2 power
 | usb_init_port: turn on port 2 power
 | usb_init_port: turn on port 3 power
 | usb_init_port: turn on port 3 power
 | usb_init_port: turn on port 4 power
 | usb_init_port: turn on port 4 power
 | usb_init_port: turn on port 5 power
 | usb_init_port: turn on port 5 power
 | usb_init_port: turn on port 6 power
 | usb_init_port: turn on port 6 power
 | usb_init_port: turn on port 7 power
 | usb_init_port: turn on port 8 power
 | uhub_intr: sc=0xfffffe8107862c38
 | uhub_intr: sc=0xfffffe8107862c88
 | uhub_explore dev=0xfffffe8107817408 addr=2
 | uhub_explore dev=0xfffffe8107817288 addr=2
 | uhub_explore: status change hub=2 port=1
 | uhub_explore: status change hub=2 port=8
 | uhub_intr: sc=0xfffffe8107862c88
 | uhub_intr: sc=0xfffffe8107862c38
 | uhub_match, uaa=0xfffffe808af8a9c0
 | uhub4 at uhub2 port 8uhub_attach
 | : SMSC product 0x2512, class 9/0, rev 2.00/b.b3, addr 3
 | uhub4: multiple transaction translators
 | uhub_attach: getting hub descriptor
 | uhub4: 2 ports with 0 removable, self powered
 | uhub_match, uaa=0xfffffe80012219c0
 | umidi_search_quirk: v=1452, p=34064, i=0
 | uvideo0 at uhub3 port 1 configuration 1 interface 0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 | uvideo_attach:   non uvc descriptor len=9 type=0x02
 | uvideo_attach:   non uvc descriptor len=8 type=0x0b
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x00 bAlternateSetting=0x00 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x01 bInterfaceProtocol=0x00 iInterface=0x02
 | uvideo_attach:   VC Interface Header: Len=13 Type=0x24 Subtype=0x01 bcdUVC=256 wTotalLength=51 dwClockFrequency=4000000 bInCollection=1
 | uvideo_attach:   VC Camera Terminal: Len=18 Type=0x24 Subtype=0x02 bTerminalID=1 wTerminalType=201 bAssocTerminal=0 iTerminal=0 wObjectiveFocalLengthMin/Max=0/0 wOcularFocalLength=0 bControlSize=3 bmControls=00000000-00000001-00001010
 | uvideo_attach:   VC Output Terminal: Len=9 Type=0x24 Subtype=0x03 bTerminalID=2 wTerminalType=101 bAssocTerminal=0 bSourceID=3 iTerminal=0
 | uvideo_attach:   VC Processing Unit: Len=11 Type=0x24 Subtype=0x05 bUnitID=3 bSourceID=1 wMaxMultiplier=0 bControlSize=2 bmControls=00010101-01111111 iProcessing=0 bmVideoStandards=00000111
 | uvideo_attach:   VC Endpoint: Len=7 Type=0x05 bEndpointAddress=0x81 bmAttributes=00000011 wMaxPacketSize=8 bInterval=6
 | uvideo_attach:   VC Interrupt Endpoint: Len=5 Type=0x25 Subtype=0x03 wMaxTransferSize=40 
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x00 bNumEndpoints=0x00 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Interface Input Header: Len=15 Type=0x24 Subtype=0x01 bNumFormats=2 wTotalLength=521 bEndpointAddress=130 bmInfo=0 bTerminalLink=2 bStillCaptureMethod=2 bTriggerSupport=0 bTriggerUsage=0 bControlSize=1 00000000
 | uvideo_attach:   VS Format Uncompressed: Len=27 Type=0x24 Subtype=0x04 bFormatIndex=1 bNumFrameDescriptors=7 32595559-00-10-8000-00AA00389B71 bBitsPerPixel=16 bDefaultFrameIndex=5 bAspectRatioX=0 bAspectRatioY=0 bmInterlaceFlags=0x00 bCopyProtect=0
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=1 bmCapabilities=0x00 wWidth=160 wHeight=120 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=38400 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=2 bmCapabilities=0x00 wWidth=176 wHeight=144 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=50688 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=3 bmCapabilities=0x00 wWidth=320 wHeight=240 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=153600 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=4 bmCapabilities=0x00 wWidth=352 wHeight=288 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=202752 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=5 bmCapabilities=0x00 wWidth=640 wHeight=480 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=614400 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=42 Type=0x24 Subtype=0x05 bFrameIndex=6 bmCapabilities=0x00 wWidth=480 wHeight=360 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=345600 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS Frame Uncompressed: Len=30 Type=0x24 Subtype=0x05 bFrameIndex=7 bmCapabilities=0x00 wWidth=1280 wHeight=720 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1843200 dwDefaultFrameInterval=1000000 bFrameIntervalType=1
 | uvideo_attach:   VS unknown cs interface: len=30 type=0x24 subtype=0x03
 | uvideo_attach:   VS unknown cs interface: len=6 type=0x24 subtype=0x0d
 | uvideo_attach:   VS MJPEG format: Len=11 Type=0x24 Subtype=0x06 bFormatIndex=2 bNumFrameDescriptors=3 bmFlags=0x00 bDefaultFrameIndex=2 bAspectRatioX=0 bAspectRatioY=0 bmInterlaceFlags=0x00 bCopyProtect=0
 | uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=1 bmCapabilities=0x00 wWidth=960 wHeight=544 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1044480 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=2 bmCapabilities=0x00 wWidth=1024 wHeight=576 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1179648 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS MJPEG frame: Len=42 Type=0x24 Subtype=0x07 bFrameIndex=3 bmCapabilities=0x00 wWidth=1280 wHeight=720 dwMinBitRate=24576000 dwMaxBitRate=147456000 dwMaxVideoFrameBufferSize=1843200 dwDefaultFrameInterval=333667 bFrameIntervalType=4
 | uvideo_attach:   VS unknown cs interface: len=18 type=0x24 subtype=0x03
 | uvideo_attach:   VS unknown cs interface: len=6 type=0x24 subtype=0x0d
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x01 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=128 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x02 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=512 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x03 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=1024 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x04 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=2816 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x05 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=3072 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x06 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=4992 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x01 bAlternateSetting=0x07 bNumEndpoints=0x01 bInterfaceClass=0x0e bInterfaceSubClass=0x02 bInterfaceProtocol=0x00 iInterface=0x00
 | uvideo_attach:   VS Endpoint: Len=7 Type=0x05 bEndpointAddress=0x82 bmAttributes=00000101 wMaxPacketSize=5120 bInterval=1
 | uvideo_attach: Interface: Len=9 Type=0x04 bInterfaceNumber=0x02 bAlternateSetting=0x00 bNumEndpoints=0x00 bInterfaceClass=0xff bInterfaceSubClass=0x00 bInterfaceProtocol=0x00 iInterface=0x00
 | usb_transfer_complete: short transfer 1<2
 | uvideo_stream_init: error getting probe data len: SHORT_XFER (16)
 | uvideo: Adding pixel format 1
 | uvideo: found format (index 1) type 1 size 160x120 size 38400 stride 320 interval 333667
 | uvideo: found format (index 2) type 1 size 176x144 size 50688 stride 352 interval 333667
 | uvideo: found format (index 3) type 1 size 320x240 size 153600 stride 640 interval 333667
 | uvideo: found format (index 4) type 1 size 352x288 size 202752 stride 704 interval 333667
 | uvideo: found format (index 5) type 1 size 640x480 size 614400 stride 1280 interval 333667
 |  ^ picking this one
 | uvideo: found format (index 6) type 1 size 480x360 size 345600 stride 960 interval 333667
 | uvideo: found format (index 7) type 1 size 1280x720 size 1843200 stride 2560 interval 1000000
 | uvideo: unimplemented VS CS descriptor len=30 type=0x24 subtype=0x03
 | uvideo: unimplemented VS CS descriptor len=6 type=0x24 subtype=0x0d
 | uvideo: Adding pixel format 9
 | uvideo: found format (index 1) type 9 size 960x544 size 1044480 stride 1920 interval 333667
 | uvideo: found format (index 2) type 9 size 1024x576 size 1179648 stride 2048 interval 333667
 | uvideo: found format (index 3) type 9 size 1280x720 size 1843200 stride 2560 interval 333667
 | uvideo: unimplemented VS CS descriptor len=18 type=0x24 subtype=0x03
 | uvideo: unimplemented VS CS descriptor len=6 type=0x24 subtype=0x0d
 | uvideo_attach: ISOC stream *
 | video0 at uvideo0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 | uvideo_attach: attached video driver at 0xfffffe816ddb76c0
 | umidi_search_quirk: v=1452, p=34064, i=1
 | umidi_search_quirk: v=1452, p=34064, i=2
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 2 power
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_explore dev=0xfffffe816ddc4f08 addr=3
 | uhub_explore: status change hub=3 port=1
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_match, uaa=0xfffffe808af8a930
 | uhub5 at uhub4 port 1uhub_attach
 | : Apple Inc. BRCM20702 Hub, class 9/0, rev 2.00/1.00, addr 4
 | uhub_attach: getting hub descriptor
 | uhub5: 3 ports with 0 removable, self powered
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | usb_init_port: turn on port 1 power
 | usb_init_port: turn on port 2 power
 | usb_init_port: turn on port 3 power
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_explore dev=0xfffffe816ddc4b48 addr=4
 | uhub_explore: status change hub=4 port=1
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_match, uaa=0xfffffe808af8a8a0
 | umidi_search_quirk: v=1452, p=33290, i=0
 | uhidev0 at uhub5 port 1 configuration 1 interface 0
 | uhidev0: Apple Computer product 0x820a, rev 2.00/1.00, addr 5, iclass 3/1
 | uhidev0: 1 report ids
 | ukbd0 at uhidev0 reportid 1: 8 modifier keys, 6 key codes
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | wskbd0 at ukbd0: console keyboard, using wsdisplay0
 | uhub_explore: status change hub=4 port=2
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_match, uaa=0xfffffe808af8a8a0
 | umidi_search_quirk: v=1452, p=33291, i=0
 | uhidev1 at uhub5 port 2 configuration 1 interface 0
 | uhidev1: Apple Computer product 0x820b, rev 2.00/1.00, addr 6, iclass 3/1
 | uhidev1: 2 report ids
 | ums0 at uhidev1 reportid 2: 3 buttons
 | wsmouse0 at ums0 mux 0
 | uhub_explore: status change hub=4 port=3
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862af8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_match, uaa=0xfffffe808af8a8a0
 | ubt0 at uhub5 port 3
 | ubt0: Apple Inc. Bluetooth USB Host Controller, rev 2.00/1.31, addr 7
 | uhub_explore: status change hub=3 port=2
 | uhub_intr: sc=0xfffffe8107862be8
 | uhub_match, uaa=0xfffffe808af8a930
 | umidi_search_quirk: v=1452, p=585, i=0
 | uhidev2 at uhub4 port 2 configuration 1 interface 0
 | uhidev2: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 | uhidev2: 9 report ids
 | ukbd1 at uhidev2 reportid 1: 8 modifier keys, 6 key codes, apple fn key
 | wskbd1 at ukbd1 mux 1
 | wskbd1: connecting to wsdisplay0
 | uhid0 at uhidev2 reportid 9: input=0, output=0, feature=3
 | umidi_search_quirk: v=1452, p=585, i=1
 | uhidev3 at uhub4 port 2 configuration 1 interface 1
 | uhidev3: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/0
 | uhidev3: 68 report ids
 | uhid1 at uhidev3 reportid 68: input=511, output=0, feature=0
 | umidi_search_quirk: v=1452, p=585, i=2
 | uhidev4 at uhub4 port 2 configuration 1 interface 2
 | uhidev4: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 8, iclass 3/1
 | uhidev4: 2 report ids
 | ums1 at uhidev4 reportid 2: 3 buttons
 | wsmouse1 at ums1 mux 0
 | Kernelized RAIDframe activated
 | pad0: outputs: 44100Hz, 16-bit, stereo
 | audio1 at pad0: half duplex, playback, capture
 | boot device: wd0
 | root on dk1 dumps on dk2
 | root file system type: ffs
 | clock: unknown CMOS layout
 | wsdisplay0: screen 1 added (80x25, vt100 emulation)
 | wsdisplay0: screen 2 added (80x25, vt100 emulation)
 | wsdisplay0: screen 3 added (80x25, vt100 emulation)
 | wsdisplay0: screen 4 added (80x25, vt100 emulation)
 | 
 | --
 | Ryo ONODERA // ryo_on@yk.rim.or.jp
 | PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3
 -- End of excerpt from Ryo ONODERA


From: Ryo ONODERA <ryo_on@yk.rim.or.jp>
To: gnats-bugs@NetBSD.org
Cc: skrll@netbsd.org, christos@zoulas.com
Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is
 misunderstood
Date: Sun, 05 Jan 2014 15:25:19 +0900 (JST)

 Hi,

 From: christos@zoulas.com (Christos Zoulas), Date: Sat, 4 Jan 2014 11:13:01 -0500

 > On Jan 4,  7:26pm, ryo_on@yk.rim.or.jp (Ryo ONODERA) wrote:
 > -- Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is mi
 > 
 > | Hi,
 > | 
 > | From: christos@zoulas.com (Christos Zoulas), Date: Fri, 3 Jan 2014 12:29:27 -0500
 > | 
 > | > So nothing seems out of the ordinary here. Next step is to get a kernel
 > | > with ACPI_DEBUG && ddb going.
 > | 
 > | I have ported some recent ACPICA to NetBSD/amd64 current of 2013-01-04,
 > | I cannot find working ACPICA version yet, but acpica-unix2-20130823 does
 > | not work for my MacBook Air mid 2012 with NetBSD.
 > | 
 > | FreeBSD/amd64 10.0RC4 is shipped with this version of ACPICA,
 > | and it works fine for my machine (USB socket works properly).
 > | 
 > | I feel that the problem is in NetBSD code, not in ACPICA code.
 > | 
 > | 
 > | And I cannot enter to ddb (posted to current-users). I have enabled
 > | UHUB_DEBUG in uhub.c, and I have gotten following dmesgs.
 > | Could you investigate these dmesgs?
 > | 
 > 
 > Yes, I agree that the problem seems to be in our USB code. Nick is the best
 > person to look at this.

 I have done bisect for https://github.com/acpica/acpica/ .

 https://github.com/acpica/acpica/commit/637accd073a205eb4acac935f34d0eaee0c301a8
  Fix for _INI regression introduced in version 20130328.
 This change fixes a problem introduced in 20130328 where _INI methods
 are no longer executed properly because of a memory block that is not
 initialized correctly.
 ACPICA BZ 1016. Tomasz Nowicki <tomasz.nowicki@linaro.org>.

 This commit disable USB socket of my MacBook Air mid 2012.
 If this commit is reverted, NetBSD/amd64 works fine with my machine.

 https://bugs.acpica.org/show_bug.cgi?id=1016
 According to ACPICA's bugzilla, this commit has a problem with Linux.


 Reverting means apply the following patch.

 Index: sys/external/bsd/acpica/dist/namespace/nsinit.c
 ===================================================================
 RCS file: /cvsroot/src/sys/external/bsd/acpica/dist/namespace/nsinit.c,v
 retrieving revision 1.4
 diff -u -r1.4 nsinit.c
 --- sys/external/bsd/acpica/dist/namespace/nsinit.c	27 Dec 2013 18:50:57 -0000	1.4
 +++ sys/external/bsd/acpica/dist/namespace/nsinit.c	5 Jan 2014 06:19:37 -0000
 @@ -618,7 +618,7 @@
      ACPI_DEBUG_EXEC (AcpiUtDisplayInitPathname (
          ACPI_TYPE_METHOD, DeviceNode, METHOD_NAME__INI));

 -    ACPI_MEMSET (Info, 0, sizeof (ACPI_EVALUATE_INFO));
 +//    ACPI_MEMSET (Info, 0, sizeof (ACPI_EVALUATE_INFO));
      Info->PrefixNode = DeviceNode;
      Info->RelativePathname = __UNCONST(METHOD_NAME__INI);
      Info->Parameters = NULL;


 With this patch, I have gotten the following dmesg.
 The connection of uhub2 and uhub3 is changed, but they works.
 The change of uhub topology may not be related to this problem.

 0xff<clock_battery,ROM_cksum,config_unit,memory_size,fixed_disk,invalid_time>
 timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 Apple Inc. MacBookAir5,1 (1.0)
 mainbus0 (root)
 ACPI: RSDP 0xfe020 000024 (v02 APPLE )
 ACPI: XSDT 0x8ad8e1c0 0000AC (v01 APPLE   Apple00 00000000      01000013)
 ACPI: FACP 0x8ad8c000 0000F4 (v04 APPLE   Apple00 00000000 Loki 0000005F)
 ACPI: DSDT 0x8ad82000 004708 (v01 APPLE  MacBookA 00050001 INTL 20100915)
 ACPI: FACS 0x8ad1c000 000040
 ACPI: HPET 0x8ad8b000 000038 (v01 APPLE   Apple00 00000001 Loki 0000005F)
 ACPI: APIC 0x8ad8a000 0000BC (v02 APPLE   Apple00 00000001 Loki 0000005F)
 ACPI: SBST 0x8ad88000 000030 (v01 APPLE   Apple00 00000001 Loki 0000005F)
 ACPI: ECDT 0x8ad87000 000053 (v01 APPLE   Apple00 00000001 Loki 0000005F)
 ACPI: SSDT 0x8ad7f000 0001EE (v01 APPLE  SataAhci 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad7e000 000024 (v01 APPLE   SmcDppt 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad79000 000D68 (v01 APPLE    UsbPpt 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad77000 000159 (v02 APPLE     IGHda 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad73000 0015EB (v02 APPLE  SsdtIGPU 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad72000 000FAA (v01 APPLE   PcieTbt 00001000 INTL 20100915)
 ACPI: SSDT 0x8ad6d000 0004EC (v01  PmRef  Cpu0Ist 00003000 INTL 20100915)
 ACPI: SSDT 0x8ad6c000 000B3D (v01  PmRef    CpuPm 00003000 INTL 20100915)
 ACPI: SSDT 0x8ad6b000 000315 (v01  PmRef  Cpu0Tst 00003000 INTL 20100915)
 ACPI: SSDT 0x8ad6a000 00037A (v01  PmRef    ApTst 00003000 INTL 20100915)
 ACPI: DMAR 0x8ad69000 000088 (v01 APPLE      IVB  00000001 AAPL 00000001)
 ACPI: MCFG 0x8ad89000 00003C (v01 APPLE   Apple00 00000001 Loki 0000005F)
 ACPI: All ACPI Tables successfully acquired
 cpu0 at mainbus0 apid 0: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 cpu1 at mainbus0 apid 2: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 cpu2 at mainbus0 apid 1: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 cpu3 at mainbus0 apid 3: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz, id 0x306a9
 ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 0x20, 24 pins
 acpi0 at mainbus0: Intel ACPICA 20131218
 acpi0: X/RSDT: OemId <APPLE , Apple00,00000000>, AslId <    ,01000013>
 acpiecdt0 at acpi0: ACPI Embedded Controller via ECDT
 acpi0: PNP0C0F activated, STA 0x00000009 -> STA 0x0000000B
 acpi0: PNP0C0F activated, STA 0x00000009 -> STA 0x0000000B
 acpi0: PNP0C0F activated, STA 0x00000009 -> STA 0x0000000B
 ACPI: SSDT 0x8ad17190 0008AD (v01  PmRef  Cpu0Cst 00003001 INTL 20100915)
 ACPI: SSDT 0x0 0008AD (v01  PmRef  Cpu0Cst 00003001 INTL 20100915)
 ACPI: SSDT 0x8ad18710 0003A4 (v01  PmRef    ApIst 00003000 INTL 20100915)
 ACPI: SSDT 0x0 0003A4 (v01  PmRef    ApIst 00003000 INTL 20100915)
 ACPI: SSDT 0x8ad16d90 000119 (v01  PmRef    ApCst 00003000 INTL 20100915)
 ACPI: SSDT 0x0 000119 (v01  PmRef    ApCst 00003000 INTL 20100915)
 acpi0: SCI interrupting at int 9
 timecounter: Timecounter "ACPI-Safe" frequency 3579545 Hz quality 900
 hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
 timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
 acpiec0 at acpi0 (EC, PNP0C09-0): using acpiecdt0
 acpivga0 at acpi0 (IGPU): ACPI Display Adapter
 acpiout0 at acpivga0 (DD01, 0x0100): ACPI Display Output Device
 acpiout1 at acpivga0 (DD02, 0x0400): ACPI Display Output Device
 acpiout1: brightness levels: 0 7 13 20 27 33 40 47 53 60 67 73 80 87 93 100
 acpiout2 at acpivga0 (DD03, 0x0200): ACPI Display Output Device
 acpiout3 at acpivga0 (DD04, 0x0004): ACPI Display Output Device
 acpiout4 at acpivga0 (DD05, 0x0005): ACPI Display Output Device
 acpiout5 at acpivga0 (DD06, 0x0006): ACPI Display Output Device
 acpiout6 at acpivga0 (DD07, 0x0007): ACPI Display Output Device
 acpiout7 at acpivga0 (DD08, 0x0008): ACPI Display Output Device
 acpivga0: unknown output device acpiout0
 acpivga0: unknown output device acpiout2
 acpivga0: unknown output device acpiout3
 acpivga0: unknown output device acpiout4
 acpivga0: unknown output device acpiout5
 acpivga0: unknown output device acpiout6
 acpivga0: unknown output device acpiout7
 acpivga0: connected output devices:
 acpivga0:   0x0400 (acpiout1): Unknown Output Device, head 0
 FWHD (INT0800) [Intel Firmware Hub Device] at acpi0 not configured
 LDRC (PNP0C02) [Motherboard Register Resources] at acpi0 not configured
 attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43,0x50-0x53
 SMC (APP0001) at acpi0 not configured
 ALS0 (ACPI0008) [Ambient Light Sensor] at acpi0 not configured
 SBS0 (ACPI0002) [Smart Battery Subsystem] at acpi0 not configured
 PDRC (PNP0C02) [Motherboard Register Resources] at acpi0 not configured
 acpibat0 at acpi0 (BAT0, PNP0C0A-0): ACPI Battery
 acpiacad0 at acpi0 (ADP1, ACPI0003): ACPI AC Adapter
 acpilid0 at acpi0 (LID0, PNP0C0D): ACPI Lid Switch
 acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
 PNLF (APP0002) at acpi0 not configured
 acpibut1 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
 MEM2 (PNP0C01) [System Board] at acpi0 not configured
 ACPI: Enabled 3 GPEs in block 00 to 3F
 ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-646)
 ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-646)
 ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131218/hwxface-646)
 acpi0: [MADT] LAPIC          : CPU ID 1, LAPIC ID 0, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 2, LAPIC ID 2, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 3, LAPIC ID 1, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 4, LAPIC ID 3, FLAGS 0x01
 acpi0: [MADT] LAPIC          : CPU ID 5, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] LAPIC          : CPU ID 6, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] LAPIC          : CPU ID 7, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] LAPIC          : CPU ID 8, LAPIC ID 255, FLAGS 0x00
 acpi0: [MADT] I/O APIC       : ID 2, GSI 0, ADDR 0xFEC00000
 acpi0: [MADT] INTR OVERRIDE  : BUS 0, IRQ 0, GSI 2, FLAGS 0x00
 acpi0: [MADT] INTR OVERRIDE  : BUS 0, IRQ 9, GSI 9, FLAGS 0x0D
 acpi0: [MADT] LAPIC NMI      : CPU ID 1, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 2, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 3, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 4, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 5, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 6, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 7, LINT 1, FLAGS 0x05
 acpi0: [MADT] LAPIC NMI      : CPU ID 8, LINT 1, FLAGS 0x05
 acpi0: [FADT] FACS           : 0x000000008AD1C000
 acpi0: [FADT] DSDT           : 0x000000008AD82000
 acpi0: [FADT] INT_MODEL      : 0x0000000000000000
 acpi0: [FADT] PM_PROFILE     : 0x0000000000000002
 acpi0: [FADT] SCI_INT        : 0x0000000000000009
 acpi0: [FADT] SMI_CMD        : 0x00000000000000B2
 acpi0: [FADT] ACPI_ENABLE    : 0x00000000000000F0
 acpi0: [FADT] ACPI_DISABLE   : 0x00000000000000F1
 acpi0: [FADT] S4BIOS_REQ     : 0x0000000000000000
 acpi0: [FADT] PSTATE_CNT     : 0x0000000000000000
 acpi0: [FADT] PM1a_EVT_BLK   : 0x0000000000000400
 acpi0: [FADT] PM1b_EVT_BLK   : 0x0000000000000000
 acpi0: [FADT] PM1a_CNT_BLK   : 0x0000000000000404
 acpi0: [FADT] PM1b_CNT_BLK   : 0x0000000000000000
 acpi0: [FADT] PM2_CNT_BLK    : 0x0000000000000450
 acpi0: [FADT] PM_TMR_BLK     : 0x0000000000000408
 acpi0: [FADT] GPE0_BLK       : 0x0000000000000420
 acpi0: [FADT] GPE1_BLK       : 0x0000000000000000
 acpi0: [FADT] PM1_EVT_LEN    : 0x0000000000000004
 acpi0: [FADT] PM1_CNT_LEN    : 0x0000000000000002
 acpi0: [FADT] PM2_CNT_LEN    : 0x0000000000000001
 acpi0: [FADT] PM_TMR_LEN     : 0x0000000000000004
 acpi0: [FADT] GPE0_BLK_LEN   : 0x0000000000000010
 acpi0: [FADT] GPE1_BLK_LEN   : 0x0000000000000000
 acpi0: [FADT] GPE1_BASE      : 0x0000000000000010
 acpi0: [FADT] CST_CNT        : 0x0000000000000085
 acpi0: [FADT] P_LVL2_LAT     : 0x0000000000000065
 acpi0: [FADT] P_LVL3_LAT     : 0x00000000000003E9
 acpi0: [FADT] FLUSH_SIZE     : 0x0000000000000000
 acpi0: [FADT] FLUSH_STRIDE   : 0x0000000000000000
 acpi0: [FADT] DUTY_OFFSET    : 0x0000000000000001
 acpi0: [FADT] DUTY_WIDTH     : 0x0000000000000003
 acpi0: [FADT] DAY_ALRM       : 0x000000000000000D
 acpi0: [FADT] MON_ALRM       : 0x0000000000000000
 acpi0: [FADT] CENTURY        : 0x0000000000000032
 acpi0: [FADT] IAPC_BOOT_ARCH : 0x0000000000000001
 acpi0: [FADT] RESET_VALUE    : 0x0000000000000006
 acpi0: [FADT] WBINVD         : 0x0000000000000001
 acpi0: [FADT] WBINVD_FLUSH   : 0x0000000000000000
 acpi0: [FADT] PROC_C1        : 0x0000000000000004
 acpi0: [FADT] P_LVL2_UP      : 0x0000000000000000
 acpi0: [FADT] PWR_BUTTON     : 0x0000000000000000
 acpi0: [FADT] SLP_BUTTON     : 0x0000000000000020
 acpi0: [FADT] FIX_RTC        : 0x0000000000000000
 acpi0: [FADT] RTC_S4         : 0x0000000000000080
 acpi0: [FADT] TMR_VAL_EXT    : 0x0000000000000000
 acpi0: [FADT] DCK_CAP        : 0x0000000000000000
 acpi0: [FADT] RESET_REG_SUP  : 0x0000000000000400
 acpi0: [FADT] SEALED_CASE    : 0x0000000000000000
 acpi0: [FADT] HEADLESS       : 0x0000000000000000
 acpi0: [FADT] CPU_SW_SLP     : 0x0000000000000000
 acpi0: [FADT] PCI_EXP_WAK    : 0x0000000000004000
 acpi0: [FADT] PLATFORM_CLK   : 0x0000000000008000
 acpi0: [FADT] S4_RTC_STS     : 0x0000000000000000
 acpi0: [FADT] REMOTE_POWER   : 0x0000000000000000
 acpi0: [FADT] APIC_CLUSTER   : 0x0000000000000000
 acpi0: [FADT] APIC_PHYSICAL  : 0x0000000000000000
 acpi0: [\   ] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU0] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU1] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU2] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU3] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU4] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU5] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU6] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [CPU7] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [_SB ] HID -          UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PCI0] HID PNP0A08    UID 0    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [MCHC] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [P0P2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [PEG2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010002
 acpi0: [SATA] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT0] HID -          UID -    STA 0xFFFFFFFF ADR 0x000000000000FFFF
 acpi0: [IGPU] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [DD01] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000100
 acpi0: [DD02] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000400
 acpi0: [DD03] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000200
 acpi0: [DD04] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000004
 acpi0: [DD05] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000005
 acpi0: [DD06] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000006
 acpi0: [DD07] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000007
 acpi0: [DD08] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000008
 acpi0: [SATA] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0002
 acpi0: [PRT0] HID -          UID -    STA 0xFFFFFFFF ADR 0x000000000000FFFF
 acpi0: [SBUS] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0003
 acpi0: [BUS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [MKY0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [BUS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [LPCB] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001F0000
 acpi0: [DMAC] HID PNP0200    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [FWHD] HID INT0800    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [HPET] HID PNP0103    UID -    STA 0x0000000F ADR -
 acpi0: [IPIC] HID PNP0000    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [MATH] HID PNP0C04    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [LDRC] HID PNP0C02    UID 2    STA 0xFFFFFFFF ADR -
 acpi0: [RTC ] HID PNP0B00    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [TIMR] HID PNP0100    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [SMC ] HID APP0001    UID -    STA 0x0000000B ADR -
 acpi0: [ALS0] HID ACPI0008   UID -    STA 0x0000000F ADR -
 acpi0: [EC  ] HID PNP0C09    UID 0    STA 0xFFFFFFFF ADR -
 acpi0: [SMB0] HID ACPI0001   UID -    STA 0x00000000 ADR -
 acpi0: [SBS0] HID ACPI0002   UID -    STA 0xFFFFFFFF ADR -
 acpi0: [HDEF] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001B0000
 acpi0: [RP02] HID -          UID -    STA 0x0000000F ADR 0x00000000001C0001
 acpi0: [ARPT] HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: [RP05] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001C0004
 acpi0: [UPSB] HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: [DSB0] HID -          UID -    STA 0x0000000F ADR 0x0000000000000000
 acpi0: [NHI0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [DSB1] HID -          UID -    STA 0x0000000F ADR 0x0000000000030000
 acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 acpi0: [DSB2] HID -          UID -    STA 0x0000000F ADR 0x0000000000040000
 acpi0: [UPS0] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [UPS1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000010000
 acpi0: [UPS2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000020000
 acpi0: [UPS3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000030000
 acpi0: [UPS4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000040000
 acpi0: [UPS5] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000050000
 acpi0: [UPS6] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000060000
 acpi0: [DSB3] HID -          UID -    STA 0x00000009 ADR 0x0000000000050000
 acpi0: [DSB4] HID -          UID -    STA 0x00000009 ADR 0x0000000000060000
 acpi0: [PDRC] HID PNP0C02    UID 1    STA 0xFFFFFFFF ADR -
 acpi0: [EHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001D0000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [PRT8] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000008
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [EHC2] HID -          UID -    STA 0xFFFFFFFF ADR 0x00000000001A0000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [XHC1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000140000
 acpi0: [RHUB] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000000
 acpi0: [PRT1] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000001
 acpi0: [PRT2] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000002
 acpi0: [PRT3] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000003
 acpi0: [PRT4] HID -          UID -    STA 0xFFFFFFFF ADR 0x0000000000000004
 acpi0: [LNKA] HID PNP0C0F    UID 1    STA 0x0000000B ADR -
 acpi0: [LNKB] HID PNP0C0F    UID 2    STA 0x0000000B ADR -
 acpi0: [LNKC] HID PNP0C0F    UID 3    STA 0x0000000B ADR -
 acpi0: [LNKD] HID PNP0C0F    UID 4    STA 0x0000000B ADR -
 acpi0: [LNKE] HID PNP0C0F    UID 5    STA 0x0000000B ADR -
 acpi0: [LNKF] HID PNP0C0F    UID 6    STA 0x0000000B ADR -
 acpi0: [LNKG] HID PNP0C0F    UID 7    STA 0x0000000B ADR -
 acpi0: [LNKH] HID PNP0C0F    UID 8    STA 0x0000000B ADR -
 acpi0: [BAT0] HID PNP0C0A    UID 0    STA 0x0000001F ADR -
 acpi0: [ADP1] HID ACPI0003   UID -    STA 0xFFFFFFFF ADR -
 acpi0: [LID0] HID PNP0C0D    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PWRB] HID PNP0C0C    UID -    STA 0xFFFFFFFF ADR -
 acpi0: [PNLF] HID APP0002    UID 14   STA 0x0000000B ADR 0x0000000000000000
 acpi0: [SLPB] HID PNP0C0E    UID -    STA 0x0000000B ADR -
 acpi0: [MEM2] HID PNP0C01    UID 2    STA 0xFFFFFFFF ADR -
 acpi0: [_TZ ] HID -          UID -    STA 0xFFFFFFFF ADR -

 \     [06] []
     CPU0  [12] []
     CPU1  [12] []
     CPU2  [12] []
     CPU3  [12] []
     CPU4  [12] []
     CPU5  [12] []
     CPU6  [12] []
     CPU7  [12] []
     _SB   [06] []
         PCI0  [06] [] (PCI) @ 0x00:0x00:0x00:0x00 [R] [B] -> 0x00:0x00
             MCHC  [06] [] (PCI) @ 0x00:0x00:0x00:0x00
             P0P2  [06] [] (PCI) @ 0x00:0x00:0x01:0x00
             PEG2  [06] [] (PCI) @ 0x00:0x00:0x01:0x02
                 SATA  [06] []
                     PRT0  [06] []
             IGPU  [06] [] <acpivga0> (PCI) @ 0x00:0x00:0x02:0x00
                 DD01  [06] [] <acpiout0>
                 DD02  [06] [] <acpiout1>
                 DD03  [06] [] <acpiout2>
                 DD04  [06] [] <acpiout3>
                 DD05  [06] [] <acpiout4>
                 DD06  [06] [] <acpiout5>
                 DD07  [06] [] <acpiout6>
                 DD08  [06] [] <acpiout7>
             SATA  [06] [] (PCI) @ 0x00:0x00:0x1F:0x02
                 PRT0  [06] []
             SBUS  [06] [] (PCI) @ 0x00:0x00:0x1F:0x03
                 BUS0  [06] []
                     MKY0  [06] []
                 BUS1  [06] []
             LPCB  [06] [] (PCI) @ 0x00:0x00:0x1F:0x00
                 DMAC  [06] []
                 FWHD  [06] []
                 HPET  [06] []
                 IPIC  [06] []
                 MATH  [06] []
                 LDRC  [06] []
                 RTC   [06] []
                 TIMR  [06] [] <attimer1>
                 SMC   [06] []
                 ALS0  [06] []
                 EC    [06] [] <acpiec0>
                     SMB0  [06] []
                         SBS0  [06] []
             HDEF  [06] [] (PCI) @ 0x00:0x00:0x1B:0x00
             RP02  [06] [] (PCI) @ 0x00:0x00:0x1C:0x01 [B] -> 0x00:0x02
                 ARPT  [06] [] (PCI) @ 0x00:0x02:0x00:0x00
             RP05  [06] [] (PCI) @ 0x00:0x00:0x1C:0x04 [B] -> 0x00:0x03
                 UPSB  [06] [] (PCI) @ 0x00:0x03:0x00:0x00 [B] -> 0x00:0x04
                     DSB0  [06] [] (PCI) @ 0x00:0x04:0x00:0x00 [B] -> 0x00:0x05
                         NHI0  [06] [] (PCI) @ 0x00:0x05:0x00:0x00
                     DSB1  [06] [] (PCI) @ 0x00:0x04:0x03:0x00 [B] -> 0x00:0x06
                         UPS0  [06] [] (PCI) @ 0x00:0x06:0x00:0x00 [B] -> 0x00:0x07
                         UPS1  [06] [] (PCI) @ 0x00:0x06:0x01:0x00
                         UPS2  [06] [] (PCI) @ 0x00:0x06:0x02:0x00
                         UPS3  [06] [] (PCI) @ 0x00:0x06:0x03:0x00
                         UPS4  [06] [] (PCI) @ 0x00:0x06:0x04:0x00
                         UPS5  [06] [] (PCI) @ 0x00:0x06:0x05:0x00
                         UPS6  [06] [] (PCI) @ 0x00:0x06:0x06:0x00
                     DSB2  [06] [] (PCI) @ 0x00:0x04:0x04:0x00 [B] -> 0x00:0x37
                         UPS0  [06] [] (PCI) @ 0x00:0x37:0x00:0x00
                         UPS1  [06] [] (PCI) @ 0x00:0x37:0x01:0x00
                         UPS2  [06] [] (PCI) @ 0x00:0x37:0x02:0x00
                         UPS3  [06] [] (PCI) @ 0x00:0x37:0x03:0x00
                         UPS4  [06] [] (PCI) @ 0x00:0x37:0x04:0x00
                         UPS5  [06] [] (PCI) @ 0x00:0x37:0x05:0x00
                         UPS6  [06] [] (PCI) @ 0x00:0x37:0x06:0x00
                     DSB3  [06] []
                     DSB4  [06] []
             PDRC  [06] []
             EHC1  [06] [] (PCI) @ 0x00:0x00:0x1D:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                         PRT1  [06] []
                         PRT2  [06] []
                         PRT3  [06] []
                         PRT8  [06] []
                             PRT1  [06] []
                             PRT2  [06] []
                             PRT3  [06] []
             EHC2  [06] [] (PCI) @ 0x00:0x00:0x1A:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                         PRT1  [06] []
                         PRT2  [06] []
                         PRT3  [06] []
             XHC1  [06] [] (PCI) @ 0x00:0x00:0x14:0x00
                 RHUB  [06] []
                     PRT1  [06] []
                     PRT2  [06] []
                     PRT3  [06] []
                     PRT4  [06] []
         LNKA  [06] []
         LNKB  [06] []
         LNKC  [06] []
         LNKD  [06] []
         LNKE  [06] []
         LNKF  [06] []
         LNKG  [06] []
         LNKH  [06] []
         BAT0  [06] [] <acpibat0>
         ADP1  [06] [] <acpiacad0>
         LID0  [06] [] <acpilid0>
         PWRB  [06] [] <acpibut0>
         PNLF  [06] []
         SLPB  [06] [] <acpibut1>
         MEM2  [06] []
     _TZ   [06] []
 pci0 at mainbus0 bus 0: configuration mode 1
 pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 pchb0 at pci0 dev 0 function 0: Intel Ivy Bridge Host Bridge (rev. 0x09)
 vga0 at pci0 dev 2 function 0: Intel Ivy Bridge Integrated Graphics Device (rev. 0x09)
 wsdisplay0 at vga0 kbdmux 1: console (80x25, vt100 emulation)
 wsmux1: connecting to wsdisplay0
 drm at vga0 not configured
 Intel 7 Series USB xHCI (USB serial bus, interface 0x30, revision 0x04) at pci0 dev 20 function 0 not configured
 Intel 7 Series MEI Controller (miscellaneous communications, revision 0x04) at pci0 dev 22 function 0 not configured
 ehci0 at pci0 dev 26 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 ehci0: interrupting at ioapic0 pin 23
 ehci0: EHCI version 1.0
 usb0 at ehci0: USB revision 2.0
 hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 hdaudio0: interrupting at ioapic0 pin 22
 hdafg0 at hdaudio0: vendor 1013 product 4206
 hdafg0: ADC00 2ch: Mic In [Built-In]
 hdafg0: DAC01 2ch: Speaker [Built-In]
 hdafg0: DAC02 2ch: HP Out [Jack]
 hdafg0: 2ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 PCM32 AC3
 audio0 at hdafg0: full duplex, playback, capture, independent
 hdafg1 at hdaudio0: Intel product 2806
 hdafg1: duplicate pin in association
 hdafg1: duplicate pin in association
 hdafg1: 0ch/0ch 48000Hz PCM16*
 ppb0 at pci0 dev 28 function 0: Intel 7 Series PCIE (rev. 0xc4)
 ppb0: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 pci1 at ppb0 bus 1
 pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb1 at pci0 dev 28 function 1: Intel 7 Series PCIE (rev. 0xc4)
 ppb1: PCI Express 2.0 <Root Port of PCI-E Root Complex> x1 @ 5.0Gb/s
 ppb1: link is x1 @ 2.5Gb/s
 pci2 at ppb1 bus 2
 pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 Broadcom BCM43224 Dualband 802.11 (miscellaneous network, revision 0x01) at pci2 dev 0 function 0 not configured
 ppb2 at pci0 dev 28 function 4: Intel 7 Series PCIE (rev. 0xc4)
 ppb2: PCI Express 2.0 <Root Port of PCI-E Root Complex> x4 @ 5.0Gb/s
 pci3 at ppb2 bus 3
 pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb3 at pci3 dev 0 function 0: Intel product 0x1547 (rev. 0x03)
 ppb3: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 pci4 at ppb3 bus 4
 pci4: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb4 at pci4 dev 0 function 0: Intel product 0x1547 (rev. 0x03)
 ppb4: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci5 at ppb4 bus 5
 pci5: i/o space, memory space enabled, rd/line, wr/inv ok
 Intel product 0x1547 (miscellaneous system, revision 0x03) at pci5 dev 0 function 0 not configured
 ppb5 at pci4 dev 3 function 0: Intel product 0x1547 (rev. 0x03)
 ppb5: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci6 at ppb5 bus 6
 pci6: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb6 at pci6 dev 0 function 0: Intel product 0x1549 (rev. 0x00)
 ppb6: PCI Express 2.0 <Upstream Port of PCI-E Switch>
 pci7 at ppb6 bus 7
 pci7: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb7 at pci7 dev 0 function 0: Intel product 0x1549 (rev. 0x00)
 ppb7: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 5.0Gb/s
 ppb7: link is x1 @ 2.5Gb/s
 pci8 at ppb7 bus 8
 pci8: i/o space, memory space enabled, rd/line, wr/inv ok
 bge0 at pci8 dev 0 function 0: Broadcom BCM57762 Gigabit Ethernet
 bge0: interrupting at ioapic0 pin 19
 bge0: HW config 00091054, 00006014, 00002838, 00000000
 bge0: ASIC unknown BCM57766 (0x57766000), Ethernet address 40:6c:8f:58:6c:c5
 bge0: setting short Tx thresholds
 brgphy0 at bge0 phy 1: BCM57765 1000BASE-T media interface, rev. 0
 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 ppb8 at pci4 dev 4 function 0: Intel product 0x1547 (rev. 0x03)
 ppb8: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci9 at ppb8 bus 55
 pci9: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb9 at pci4 dev 5 function 0: Intel product 0x1547 (rev. 0x03)
 ppb9: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci10 at ppb9 bus 104
 pci10: i/o space, memory space enabled, rd/line, wr/inv ok
 ppb10 at pci4 dev 6 function 0: Intel product 0x1547 (rev. 0x03)
 ppb10: PCI Express 2.0 <Downstream Port of PCI-E Switch> x4 @ 2.5Gb/s
 pci11 at ppb10 bus 105
 pci11: i/o space, memory space enabled, rd/line, wr/inv ok
 ehci1 at pci0 dev 29 function 0: Intel 7 Series USB EHCI (rev. 0x04)
 ehci1: interrupting at ioapic0 pin 22
 ehci1: EHCI version 1.0
 usb1 at ehci1: USB revision 2.0
 ichlpcib0 at pci0 dev 31 function 0: Intel Mobile QS77 LPC (rev. 0x04)
 timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 ichlpcib0: 24-bit timer
 ichlpcib0: TCO timer reboot disabled by hardware; hope SMBIOS properly handles it.
 ichlpcib0: TCO (watchdog) timer configured.
 ahcisata0 at pci0 dev 31 function 2: Intel 7 Series (mobile) SATA Controller (AHCI) (rev. 0x04)
 ahcisata0: interrupting at ioapic0 pin 19
 ahcisata0: 64-bit DMA
 ahcisata0: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xc730ff45<EMS,PSC,SSC,PMD,ISS=0x3=Gen3,SCLO,SAL,SALP,SNCQ,S64A>
 atabus0 at ahcisata0 channel 0
 ichsmb0 at pci0 dev 31 function 3: Intel 7 Series SMBus Controller (rev. 0x04)
 ichsmb0: interrupting at ioapic0 pin 18
 iic0 at ichsmb0: I2C bus
 isa0 at ichlpcib0
 com0 at isa0 port 0x3f8-0x3ff irq 4: ns8250 or ns16450, no fifo
 pcppi0 at isa0 port 0x61
 midi0 at pcppi0: PC speaker
 sysbeep0 at pcppi0
 attimer1: attached to pcppi0
 acpicpu0 at cpu0: ACPI CPU
 acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
 acpicpu0: C2: FFH, lat 148 us, pow   500 mW
 acpicpu0: C3: FFH, lat 198 us, pow   200 mW
 acpicpu0: P0: FFH, lat  10 us, pow 17000 mW, 1701 MHz, turbo boost
 acpicpu0: P1: FFH, lat  10 us, pow 17000 mW, 1700 MHz
 acpicpu0: P2: FFH, lat  10 us, pow 15798 mW, 1600 MHz
 acpicpu0: P3: FFH, lat  10 us, pow 14620 mW, 1500 MHz
 acpicpu0: P4: FFH, lat  10 us, pow 13467 mW, 1400 MHz
 acpicpu0: P5: FFH, lat  10 us, pow 12337 mW, 1300 MHz
 acpicpu0: P6: FFH, lat  10 us, pow 11231 mW, 1200 MHz
 acpicpu0: P7: FFH, lat  10 us, pow 10150 mW, 1100 MHz
 acpicpu0: P8: FFH, lat  10 us, pow  9090 mW, 1000 MHz
 acpicpu0: P9: FFH, lat  10 us, pow  8053 mW,  900 MHz
 acpicpu0: P10: FFH, lat  10 us, pow  7192 mW,  800 MHz
 acpicpu0: T0: FFH, lat   1 us, pow  7192 mW, 100 %
 acpicpu0: T1: FFH, lat   1 us, pow  6712 mW,  94 %
 acpicpu0: T2: FFH, lat   1 us, pow  6233 mW,  88 %
 acpicpu0: T3: FFH, lat   1 us, pow  5753 mW,  82 %
 acpicpu0: T4: FFH, lat   1 us, pow  5274 mW,  75 %
 acpicpu0: T5: FFH, lat   1 us, pow  4794 mW,  69 %
 acpicpu0: T6: FFH, lat   1 us, pow  4315 mW,  63 %
 acpicpu0: T7: FFH, lat   1 us, pow  3835 mW,  57 %
 acpicpu0: T8: FFH, lat   1 us, pow  3356 mW,  50 %
 acpicpu0: T9: FFH, lat   1 us, pow  2876 mW,  44 %
 acpicpu0: T10: FFH, lat   1 us, pow  2397 mW,  38 %
 acpicpu0: T11: FFH, lat   1 us, pow  1917 mW,  32 %
 acpicpu0: T12: FFH, lat   1 us, pow  1438 mW,  25 %
 acpicpu0: T13: FFH, lat   1 us, pow   958 mW,  19 %
 acpicpu0: T14: FFH, lat   1 us, pow   479 mW,  13 %
 coretemp0 at cpu0: thermal sensor, 1 C resolution
 acpicpu1 at cpu1: ACPI CPU
 coretemp1 at cpu1: thermal sensor, 1 C resolution
 acpicpu2 at cpu2: ACPI CPU
 acpicpu3 at cpu3: ACPI CPU
 timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 timecounter: Timecounter "TSC" frequency 1696209760 Hz quality 3000
 acpiacad0: AC adapter online.
 uhub0 at usb0: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 uhub1 at usb1: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub1: 2 ports with 2 removable, self powered
 ahcisata0 port 0: device present, speed: 6.0Gb/s
 wd0 at atabus0 drive 0
 wd0: <APPLE SSD TS128E>
 wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 wd0: 113 GB, 235097 cyl, 16 head, 63 sec, 512 bytes/sect x 236978176 sectors
 wd0: GPT GUID: 0de7ba53-f76d-11e2-a888-406c8f586cc5
 dk0 at wd0: EFI
 dk0: 524288 blocks at 64, type: msdos
 dk1 at wd0: ROOT
 dk1: 2097152 blocks at 524352, type: ffs
 dk2 at wd0: SWAP
 dk2: 16777216 blocks at 2621504, type: swap
 dk3 at wd0: USR
 dk3: 134217728 blocks at 19398720, type: ffs
 dk4 at wd0: HOME
 dk4: 83361695 blocks at 153616448, type: ffs
 wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
 wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA)
 uhub2 at uhub1 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub2: single transaction translator
 uhub3 at uhub0 port 1: vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2
 uhub3: single transaction translator
 uhub3: 6 ports with 5 removable, self powered
 uhub2: 8 ports with 7 removable, self powered
 uhub4 at uhub2 port 1: Genesys Logic USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 3
 uhub4: multiple transaction translators
 uhub4: 4 ports with 4 removable, self powered
 uvideo0 at uhub3 port 1 configuration 1 interface 0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 video0 at uvideo0: Apple Inc. FaceTime HD Camera (Built-in), rev 2.00/80.25, addr 3
 axe0 at uhub4 port 4
 axe0: ASIX Electronics AX88772B USB 2.0 10/100 Ethernet adapter, rev 2.00/0.01, addr 4
 axe0: Ethernet address 00:01:8e:ab:ca:e4
 ukphy0 at axe0 phy 16: OUI 0x007063, model 0x0008, rev. 1
 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 uhub5 at uhub2 port 8: SMSC product 0x2512, class 9/0, rev 2.00/b.b3, addr 5
 uhub5: multiple transaction translators
 uhub5: 2 ports with 0 removable, self powered
 uhub6 at uhub5 port 1: Apple Inc. BRCM20702 Hub, class 9/0, rev 2.00/1.00, addr 6
 uhub6: 3 ports with 0 removable, self powered
 uhidev0 at uhub6 port 1 configuration 1 interface 0
 uhidev0: Apple Computer product 0x820a, rev 2.00/1.00, addr 7, iclass 3/1
 uhidev0: 1 report ids
 ukbd0 at uhidev0 reportid 1: 8 modifier keys, 6 key codes
 wskbd0 at ukbd0: console keyboard, using wsdisplay0
 uhidev1 at uhub6 port 2 configuration 1 interface 0
 uhidev1: Apple Computer product 0x820b, rev 2.00/1.00, addr 8, iclass 3/1
 uhidev1: 2 report ids
 ums0 at uhidev1 reportid 2: 3 buttons
 wsmouse0 at ums0 mux 0
 ubt0 at uhub6 port 3
 ubt0: Apple Inc. Bluetooth USB Host Controller, rev 2.00/1.31, addr 9
 uhidev2 at uhub5 port 2 configuration 1 interface 0
 uhidev2: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 10, iclass 3/1
 uhidev2: 9 report ids
 ukbd1 at uhidev2 reportid 1: 8 modifier keys, 6 key codes, apple fn key
 wskbd1 at ukbd1 mux 1
 wskbd1: connecting to wsdisplay0
 uhid0 at uhidev2 reportid 9: input=0, output=0, feature=3
 uhidev3 at uhub5 port 2 configuration 1 interface 1
 uhidev3: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 10, iclass 3/0
 uhidev3: 68 report ids
 uhid1 at uhidev3 reportid 68: input=511, output=0, feature=0
 uhidev4 at uhub5 port 2 configuration 1 interface 2
 uhidev4: Apple Inc. Apple Internal Keyboard / Trackpad, rev 2.00/2.19, addr 10, iclass 3/1
 uhidev4: 2 report ids
 ums1 at uhidev4 reportid 2: 3 buttons
 wsmouse1 at ums1 mux 0
 Kernelized RAIDframe activated
 pad0: outputs: 44100Hz, 16-bit, stereo
 audio1 at pad0: half duplex, playback, capture
 boot device: wd0
 root on dk1 dumps on dk2
 root file system type: ffs
 clock: unknown CMOS layout
 wsdisplay0: screen 1 added (80x25, vt100 emulation)
 wsdisplay0: screen 2 added (80x25, vt100 emulation)
 wsdisplay0: screen 3 added (80x25, vt100 emulation)
 wsdisplay0: screen 4 added (80x25, vt100 emulation)



 Thank you.

 --
 Ryo ONODERA // ryo_on@yk.rim.or.jp
 PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3

From: christos@zoulas.com (Christos Zoulas)
To: Ryo ONODERA <ryo_on@yk.rim.or.jp>, gnats-bugs@NetBSD.org
Cc: skrll@netbsd.org
Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is misunderstood
Date: Sun, 5 Jan 2014 10:41:59 -0500

 On Jan 5,  3:25pm, ryo_on@yk.rim.or.jp (Ryo ONODERA) wrote:
 -- Subject: Re: kern/48494: After ACPICA 20131218 update, uhub topology is mi

 |  Fix for _INI regression introduced in version 20130328.
 | This change fixes a problem introduced in 20130328 where _INI methods
 | are no longer executed properly because of a memory block that is not
 | initialized correctly.
 | ACPICA BZ 1016. Tomasz Nowicki <tomasz.nowicki@linaro.org>.
 | 
 | This commit disable USB socket of my MacBook Air mid 2012.
 | If this commit is reverted, NetBSD/amd64 works fine with my machine.
 | 
 | https://bugs.acpica.org/show_bug.cgi?id=1016
 | According to ACPICA's bugzilla, this commit has a problem with Linux.
 | 
 | 
 | Reverting means apply the following patch.

 Ok, I will revert. Thanks for tracking this down!

 christos

From: "Christos Zoulas" <christos@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/48494 CVS commit: src/sys/external/bsd/acpica/dist/namespace
Date: Sun, 5 Jan 2014 10:45:43 -0500

 Module Name:	src
 Committed By:	christos
 Date:		Sun Jan  5 15:45:43 UTC 2014

 Modified Files:
 	src/sys/external/bsd/acpica/dist/namespace: nsinit.c

 Log Message:
 PR/48494: Ryo Onodera: After ACPICA 20131218 update, uhub topology is
 misanderstood on macbook air. Ryo by bisection found that the following
 commit causes the problem: https://github.com/acpica/acpica/commit/\
 637accd073a205eb4acac935f34d0eaee0c301a8. This is tracked in:
 https://bugs.acpica.org/show_bug.cgi?id=1016


 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/acpica/dist/namespace/nsinit.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sat, 26 Apr 2014 04:34:42 +0000
State-Changed-Why:
Fixed, and the upstream report is marked fixed too.


From: Ryo ONODERA <ryo_on@yk.rim.or.jp>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/48494 (After ACPICA 20131218 update, uhub topology is
 misunderstood)
Date: Sat, 26 Apr 2014 15:08:53 +0900 (JST)

 From: dholland@NetBSD.org, Date: Sat, 26 Apr 2014 04:34:42 +0000 (UTC)

 > Synopsis: After ACPICA 20131218 update, uhub topology is misunderstood
 > 
 > State-Changed-From-To: open->closed
 > State-Changed-By: dholland@NetBSD.org
 > State-Changed-When: Sat, 26 Apr 2014 04:34:42 +0000
 > State-Changed-Why:
 > Fixed, and the upstream report is marked fixed too.

 Do not close this PR.
 My diff disables chs@'s SATA device.
 We will investigate the problem and upstream changes later.

State-Changed-From-To: closed->open
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Sat, 26 Apr 2014 07:03:39 +0000
State-Changed-Why:
More to do here.


From: David Holland <dholland-bugs@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/48494 (After ACPICA 20131218 update, uhub topology is
 misunderstood)
Date: Sat, 26 Apr 2014 07:17:21 +0000

 On Sat, Apr 26, 2014 at 06:10:01AM +0000, Ryo ONODERA wrote:
  >  > Synopsis: After ACPICA 20131218 update, uhub topology is misunderstood
  >  > 
  >  > State-Changed-From-To: open->closed
  >  > State-Changed-By: dholland@NetBSD.org
  >  > State-Changed-When: Sat, 26 Apr 2014 04:34:42 +0000
  >  > State-Changed-Why:
  >  > Fixed, and the upstream report is marked fixed too.
  >  
  >  Do not close this PR.
  >  My diff disables chs@'s SATA device.
  >  We will investigate the problem and upstream changes later.

 ok, my mistake.

 -- 
 David A. Holland
 dholland@netbsd.org

From: "Chuck Silvers" <chs@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/48494 CVS commit: src/sys/external/bsd/acpica/dist/namespace
Date: Mon, 9 Feb 2015 03:16:33 +0000

 Module Name:	src
 Committed By:	chs
 Date:		Mon Feb  9 03:16:33 UTC 2015

 Modified Files:
 	src/sys/external/bsd/acpica/dist/namespace: nsinit.c

 Log Message:
 revert rev 1.5, which brings back PR 48494.
 that earlier revision itself reverted an upstream bugfix,
 and that change fixed some systems but broke others
 (in particular, it broke my HP Z800 workstation.)
 this latest revision brings us back in sync with upstream.
 the current upstream (and this latest flip-flop of our copy)
 is clearly correct, since it zeros a buffer which is intended
 to be used as scratch space for a single acpica operation.
 agreed by christos and ryoon back in april 2014.


 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/acpica/dist/namespace/nsinit.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Soren Jacobsen" <snj@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/48494 CVS commit: [netbsd-7] src/sys/external/bsd/acpica/dist/namespace
Date: Thu, 26 Feb 2015 21:45:29 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Thu Feb 26 21:45:29 UTC 2015

 Modified Files:
 	src/sys/external/bsd/acpica/dist/namespace [netbsd-7]: nsinit.c

 Log Message:
 Pull up following revision(s) (requested by chs in ticket #546):
 	sys/external/bsd/acpica/dist/namespace/nsinit.c: revision 1.7
 revert rev 1.5, which brings back PR 48494.
 that earlier revision itself reverted an upstream bugfix,
 and that change fixed some systems but broke others
 (in particular, it broke my HP Z800 workstation.)
 this latest revision brings us back in sync with upstream.
 the current upstream (and this latest flip-flop of our copy)
 is clearly correct, since it zeros a buffer which is intended
 to be used as scratch space for a single acpica operation.
 agreed by christos and ryoon back in april 2014.


 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.5.4.1 \
     src/sys/external/bsd/acpica/dist/namespace/nsinit.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: Patrick Welche <prlw1@cam.ac.uk>
To: gnats-bugs@netbsd.org
Cc: prlw1@cam.ac.uk
Subject: Re: kern/48494
Date: Tue, 14 Jul 2015 15:53:43 +0100

 Does the numbering of the USB hubs really matter? I'm just wondering if
 that is a red herring (about to open a keyboard not detected with acpi PR).

 During experiments booting with -2 to disable ACPI, my problematic keyboard
 is always detected, but diffing 2 runs shows:


 --- withoutacpi.dmesg	2015-07-14 13:37:10.000000000 +0100
 +++ withoutacpi2.dmesg	2015-07-14 14:46:20.000000000 +0100
 @@ -4,7 +4,7 @@
  Copyright (c) 1982, 1986, 1989, 1991, 1993
      The Regents of the University of California.  All rights reserved.

 -NetBSD 7.99.20 (IBM) #44: Tue Jul 14 13:06:08 BST 2015
 +NetBSD 7.99.20 (IBM) #48: Tue Jul 14 14:44:10 BST 2015
  	prlw1@quark:/usr/obj/obj/sys/arch/amd64/compile/IBM
  total memory = 16135 MB
  avail memory = 15643 MB
 @@ -191,30 +191,30 @@
  pci22: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
  coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=85
  timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 -timecounter: Timecounter "TSC" frequency 2400122560 Hz quality 3000
 +timecounter: Timecounter "TSC" frequency 2400180160 Hz quality 3000
  IPsec: Initialized Security Association Processing.
  uhub0 at usb0: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
  uhub0: 2 ports with 2 removable, self powered
  uhub1 at usb1: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
  uhub1: 2 ports with 2 removable, self powered
 -uhub2 at uhub1 port 1: Intel product 8002, class 9/0, rev 2.00/0.05, addr 2
 +uhub2 at uhub0 port 1: Intel product 800a, class 9/0, rev 2.00/0.05, addr 2
  uhub2: single transaction translator
 -uhub3 at uhub0 port 1: Intel product 800a, class 9/0, rev 2.00/0.05, addr 2
 +uhub3 at uhub1 port 1: Intel product 8002, class 9/0, rev 2.00/0.05, addr 2
  uhub3: single transaction translator
 -uhub3: 6 ports with 6 removable, self powered
 -uhub2: 8 ports with 8 removable, self powered
 -uhidev0 at uhub2 port 1 configuration 1 interface 0
 +uhub2: 6 ports with 6 removable, self powered
 +uhub3: 8 ports with 8 removable, self powered
 +uhidev0 at uhub3 port 1 configuration 1 interface 0
  uhidev0: NOVATEK USB Keyboard, rev 1.10/1.12, addr 3, iclass 3/1
  ukbd0 at uhidev0: 8 modifier keys, 6 key codes
  wskbd1 at ukbd0 mux 1
  wskbd1: connecting to wsdisplay0
 -uhidev1 at uhub2 port 1 configuration 1 interface 1
 +uhidev1 at uhub3 port 1 configuration 1 interface 1
  uhidev1: NOVATEK USB Keyboard, rev 1.10/1.12, addr 3, iclass 3/0
  uhidev1: 4 report ids
  uhid0 at uhidev1 reportid 2: input=1, output=0, feature=0
  uhid1 at uhidev1 reportid 3: input=3, output=0, feature=0
  uhid2 at uhidev1 reportid 4: input=2, output=0, feature=0
 -uhub4 at uhub2 port 7: no manufacturer Gadget USB HUB, class 9/0, rev 2.00/0.00, addr 4
 +uhub4 at uhub3 port 7: no manufacturer Gadget USB HUB, class 9/0, rev 2.00/0.00, addr 4
  uhub4: 6 ports with 6 removable, self powered
  uhub4: port 5, device not enabled
  pad0: outputs: 44100Hz, 16-bit, stereo
 @@ -236,7 +236,7 @@
  nfs_boot: my_mask=255.255.255.0
  nfs_boot: gateway=0.0.0.0
  root on 10.168.204.2:/usr/obj/destdir
 -root time: 0x55a50249
 +root time: 0x55a5126c
  root file system type: nfs
  kern.module.path=/stand/amd64/7.99.20/modules
  init: copying out path `/sbin/init' 11

 So, the only difference is the numbering uhub2 <=> uhub3, the keyboard
 works either way (it was plugged into the same port throughout), and no
 ACPI is involved.  (oops, Oxford comma)

 (Also tried with ACPI, with and without the patch involving #if 0
 of the zeroing out, and uhub numbering didn't change.)

From: matthew green <mrg@eterna.com.au>
To: gnats-bugs@NetBSD.org
Cc: khorben@defora.org, kern-bug-people@netbsd.org,
    gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, ryoon@NetBSD.org
Subject: re: kern/48494
Date: Wed, 15 Jul 2015 13:21:36 +1000

 >  Does the numbering of the USB hubs really matter? I'm just wondering if
 >  that is a red herring (about to open a keyboard not detected with acpi PR).

 AFAIK, unless you hardwire down uhub in your config file you can't
 rely on any particular ordering, and what threads get activated
 first to handle the device attachment during config_interrupts()
 or beyond.

 usb takes a bunch of stuff in config file to hardwire fully, it's
 very annoying, but did seem to work finally for me.


 .mrg.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.