>Synopsis:      2015 MacBook Air hangs during OpenBSD
>amd64/7.6-release install/upgrade boot Category:       kernel
                amd64
>Environment:
        System      : OpenBSD 7.5
        Details     : OpenBSD 7.5 (GENERIC.MP) #2: Mon Sep 16 15:56:43
CEST 2024
r...@syspatch-75-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

        Architecture: OpenBSD.amd64
        Machine     : amd64
>Description:
        Booting my 13in 2015 Apple MacBook Air (i7 with a Samsung 970
        EVO Plus M.2 SVMe SSD) from OpenBSD amd64/7.6-release USB
        install media or from upgrade kernel after running
        sysupgrade(8) from amd64/7.5-stable hangs indefinitely after
        the SSD (`sd0`) is detected. This has occurred since July or
        August of 2024, when I first attempted to upgrade to snapshots.

Around that time, I found a post on bugs@ from a 2015 MacBook Pro (as
opposed to MacBook Air) user experiencing the same issue (see "Mid 2015
MacBook Pro stopped booting (freeze)"[0]). I encountered one other
MacBook Air user on Mastodon who was experiencing this issue as well.
Like the report to bugs@ re:the MacBook Pro[0], I suspected this was an
NVMe issue, especially since there had been a number of nvme(4) updates
just prior[1][2][3][4][5].

Despite having run several releases of OpenBSD bare-metal on this
MacBook Air & SSD for a couple years, I performed the following
troubleshooting steps in the hopes of ruling out a hardware issue:

1. Made & booting from amd64/7.6-release USB install media (same hang;
see screenshot[6]) 2. Upgraded MacBook Air's BootROM (firmware) from
195.0.0.0.0 (still above the minimum version required for third-party
SSD support on MacBookAir7,2 models) to 489.0.0.0.0 (Note: this
requires installing an original Apple SSD and reinstalling macOS),
then: a. With an Apple SSD still installed, booted from the 7.6-release
USB install media (same hang; see screenshot[7]) b. Reinstalled the
Samsung M.2 NVMe SSD & adapter and booted from the original
amd64/7.5-stable installation (no hang) c. Attempted another
sysupgrade(8) (same hang) d. Booted from the 7.6-release USB install
media (same hang) 3. Reseated the M.2 NVMe SSD and adapter even though
I had just swapped a couple times and booted from 7.6-release USB media
(same hang) 4. Checked & attempted to upgrade Samsung 970 EVO Plus
firmware, but it's already up-to-date (Note: Samsung did switch
controller chips of the 970 EVO Plus mid-production and I appear to
have an earlier revision with a Phoenix controller, not the later
revision which requires a firmware update to prevent drive failure)

The MacBook Pro user was using an Apple SSD[0] and I clearly get the
same failure regardless of SSD and/or M.2 NVMe adapter. That said, I
have encountered one other 2015 MacBook Air user who has _not_
experienced this issue (original Apple SSD) and is running
amd64/7.6-release (and has since upgraded to -current) without issue.

In further reviewing the OpenBSD src commit history around 2024-07-15,
especially between 2024-07-14 & 2024-07-15 (which the MacBook Pro user
had been able to bisect the failure to using snapshots[0]), I see there
have been the aforementioned nvme(4) updates, plus acpi(4) (esp.
suspend/resume improvements[8][9][10][11][12][13]), and ichiic(4)
updates around that time. I can't rule out ACPI changes, but since the
ichiic(4) SMBus driver is the next one that is normally loaded under
amd64/7.5-stable (I realize it could now differ) it caught my eye. I
don't see how jsg@'s commit[14] to sys/dev/pci/ichiic.c on 2024-07-16
(or was it actually 2024-07-15?), but I'm trying to cover all my bases.

[0] <https://marc.info/?l=openbsd-bugs&m=172296226508903&w=2>
[1]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/ic/nvme.c.diff?r1=1.120&r2=1.121>
[2]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/ic/nvme.c.diff?r1=1.119&r2=1.120>
[3]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/ic/nvme.c.diff?r1=1.116&r2=1.117>
[4]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/ic/nvme.c.diff?r1=1.111&r2=1.112>
[5]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/ic/nvme.c.diff?r1=1.110&r2=1.111>
[6] <http://www.makkintosshu.com/images/79.jpg> [7]
<http://www.makkintosshu.com/images/80.jpg> [8]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/acpi/acpi.c.diff?r1=1.433&r2=1.434>
[9]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/acpi/acpi.c.diff?r1=1.432&r2=1.433>
[10]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/acpi/acpi.c.diff?r1=1.431&r2=1.432>
[11]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/acpi/acpi.c.diff?r1=1.430&r2=1.431>
[12]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/acpi/acpi.c.diff?r1=1.429&r2=1.430>
[13]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/acpi/acpi.c.diff?r1=1.428&r2=1.429>
[14]
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/ichiic.c.diff?r1=1.55&r2=1.56>


>How-To-Repeat:
        Booting from OpenBSD amd64/7.6-release installer media or
upgrade kernel after sysupgrade(8) on (most?) MacBookAir7,2 hardware.
>Fix:
        No fix found, so far.


dmesg:
OpenBSD 7.5 (GENERIC.MP) #2: Mon Sep 16 15:56:43 CEST 2024
    
r...@syspatch-75-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 8469352448 (8077MB)
avail mem = 8191606784 (7812MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0x8afad000 (33 entries)
bios0: vendor Apple Inc. version "489.0.0.0.0" date 10/07/2023
bios0: Apple Inc. MacBookAir7,2
efi0 at bios0: UEFI 1.1
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP HPET APIC SBST ECDT SSDT SSDT SSDT SSDT SSDT
SSDT SSDT SSDT DMAR MCFG acpi0: wakeup devices PEG0(S3) EC__(S3)
HDEF(S3) RP01(S3) RP02(S3) RP03(S4) ARPT(S4) RP05(S3) RP06(S3) SPIT(S3)
XHC1(S3) ADP1(S3) LID0(S3) acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz acpimadt0 at acpi0 addr 0xfee00000:
PC-AT compat cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz, 2100.02 MHz, 06-3d-04,
patch 0000002f cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache cpu0: smt 0, core
0, package 0 mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed
ranges cpu0: apic clock running at 100MHz cpu0: mwait min=64, max=64,
C-substates=0.2.1.2.4.1.1.1, IBE cpu1 at mainbus0: apid 2 (application
processor) cpu1: Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz, 2100.03 MHz,
06-3d-04, patch 0000002f cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu1: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache cpu1: smt 0, core
1, package 0 cpu2 at mainbus0: apid 1 (application processor) cpu2:
Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz, 2100.05 MHz, 06-3d-04, patch
0000002f cpu2:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu2: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache cpu2: smt 1, core
0, package 0 cpu3 at mainbus0: apid 3 (application processor) cpu3:
Intel(R) Core(TM) i7-5650U CPU @ 2.20GHz, 2100.04 MHz, 06-3d-04, patch
0000002f cpu3:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu3: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 256KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache cpu3: smt 1, core
1, package 0 ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 40
pins acpiec0 at acpi0 acpimcfg0 at acpi0 acpimcfg0: addr 0xe0000000,
bus 0-155 acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus -1
(PEG0) acpiprt2 at acpi0: bus 1 (RP01)
acpiprt3 at acpi0: bus 2 (RP02)
acpiprt4 at acpi0: bus 3 (RP03)
acpiprt5 at acpi0: bus 5 (RP05)
acpiprt6 at acpi0: bus 4 (RP06)
acpisbs0 at acpi0: SBS0 model "A1405" serial 8 type LION oem "iFixit"
acpipci0 at acpi0 PCI0: 0x00000004 0x00000011 0x00000001
acpicmos0 at acpi0
asmc0 at acpi0: SMC_ (smc-huronriver) addr 0x300/0x20: rev 2.27f627,
612 keys "ACPI0008" at acpi0 not configured
"ACPI0001" at acpi0 not configured
"APP000D" at acpi0 not configured
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: LID0(wakeup)
acpibtn1 at acpi0: PWRB
abl0 at acpi0: PNLF (backlight)
acpibtn2 at acpi0: SLPB
acpicpu0 at acpi0: C3(200@530 mwait.1@0x60), C2(200@148 mwait.1@0x33),
C1(1000@1 mwait.1), PSS acpicpu1 at acpi0: C3(200@530 mwait.1@0x60),
C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpicpu2 at acpi0:
C3(200@530 mwait.1@0x60), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1),
PSS acpicpu3 at acpi0: C3(200@530 mwait.1@0x60), C2(200@148
mwait.1@0x33), C1(1000@1 mwait.1), PSS acpivideo0 at acpi0: IGPU
acpivout0 at acpivideo0: DD01 cpu0: using VERW MDS workaround (except
on vmm entry) cpu0: Enhanced SpeedStep 2100 MHz: speeds: 2201, 2200,
2100, 1800, 1600, 1300, 1100, 900, 700, 500 MHz pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 5G Host" rev 0x09
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 6000" rev 0x09
drm0 at inteldrm0
inteldrm0: msi, BROADWELL, gen 8
azalia0 at pci0 dev 3 function 0 "Intel Core 5G HD Audio" rev 0x09: msi
azalia0: No codecs found
xhci0 at pci0 dev 20 function 0 "Intel 9 Series xHCI" rev 0x03: msi,
xHCI 1.0 usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev
3.00/1.00 addr 1 "Intel 9 Series DMA" rev 0x03 at pci0 dev 21 function
0 not configured "Intel 9 Series SPI" rev 0x03 at pci0 dev 21 function
4 not configured "Intel 9 Series MEI" rev 0x03 at pci0 dev 22 function
0 not configured azalia1 at pci0 dev 27 function 0 "Intel 9 Series HD
Audio" rev 0x03: msi azalia1: codecs: Cirrus Logic CS4208
audio0 at azalia1
ppb0 at pci0 dev 28 function 0 "Intel 9 Series PCIE" rev 0xe3
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 1 "Intel 9 Series PCIE" rev 0xe3: msi
pci2 at ppb1 bus 2
"Broadcom BCM15700A2" rev 0x00 at pci2 dev 0 function 0 not configured
ppb2 at pci0 dev 28 function 2 "Intel 9 Series PCIE" rev 0xe3: msi
pci3 at ppb2 bus 3
bwfm0 at pci3 dev 0 function 0 "Broadcom BCM43602" rev 0x01: msi
ppb3 at pci0 dev 28 function 4 "Intel 9 Series PCIE" rev 0xe3: msi
pci4 at ppb3 bus 5
ppb4 at pci4 dev 0 function 0 vendor "Intel", unknown product 0x156b
rev 0x00 pci5 at ppb4 bus 6
ppb5 at pci5 dev 0 function 0 vendor "Intel", unknown product 0x156b
rev 0x00: msi pci6 at ppb5 bus 7
vendor "Intel", unknown product 0x156a (class system subclass
miscellaneous, rev 0x00) at pci6 dev 0 function 0 not configured ppb6
at pci5 dev 3 function 0 vendor "Intel", unknown product 0x156b rev
0x00: msi pci7 at ppb6 bus 8 ppb7 at pci5 dev 4 function 0 vendor
"Intel", unknown product 0x156b rev 0x00: msi pci8 at ppb7 bus 57
ppb8 at pci5 dev 5 function 0 vendor "Intel", unknown product 0x156b
rev 0x00: msi pci9 at ppb8 bus 106
ppb9 at pci5 dev 6 function 0 vendor "Intel", unknown product 0x156b
rev 0x00: msi pci10 at ppb9 bus 107
ppb10 at pci0 dev 28 function 5 "Intel 9 Series PCIE" rev 0xe3: msi
pci11 at ppb10 bus 4
nvme0 at pci11 dev 0 function 0 "Samsung SM981/PM981 NVMe" rev 0x00:
msix, NVMe 1.3 nvme0: Samsung SSD 970 EVO Plus 500GB, firmware
2B2QEXM7, serial S5XXXXXXXXXXXL scsibus1 at nvme0: 2 targets,
initiator 0 sd0 at scsibus1 targ 1 lun 0: <NVMe, Samsung SSD 970, 2B2Q>
sd0: 476940MB, 512 bytes/sector, 976773168 sectors
pcib0 at pci0 dev 31 function 0 "Intel 9 Series LPC" rev 0x03
ichiic0 at pci0 dev 31 function 3 "Intel 9 Series SMBus" rev 0x03: apic
2 int 18 iic0 at ichiic0
pchtemp0 at pci0 dev 31 function 6 "Intel 9 Series Thermal" rev 0x03
isa0 at pcib0
isadma0 at isa0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
uhub1 at uhub0 port 1 configuration 1 interface 0 "GenesysLogic USB2.1
Hub" rev 2.10/6.63 addr 2 uhub2 at uhub1 port 1 configuration 1
interface 0 "GenesysLogic USB2.1 Hub" rev 2.10/6.63 addr 3 uaudio0 at
uhub2 port 1 configuration 1 interface 1 "Blue Microphones Yeti X" rev
2.00/b.03 addr 4 uaudio0: class v1, full-speed, sync, channels: 2 play,
2 rec, 4 ctls audio1 at uaudio0 uhidev0 at uhub2 port 1 configuration 1
interface 3 "Blue Microphones Yeti X" rev 2.00/b.03 addr 4 uhidev0:
iclass 3/0, 18 report ids uhidpp0 at uhidev0
uhid0 at uhidev0 reportid 1: input=63, output=63, feature=63
uhid1 at uhidev0 reportid 18: input=63, output=63, feature=0
uvideo0 at uhub2 port 3 configuration 1 interface 0 "Logitech Logitech
Webcam C925e" rev 2.00/0.16 addr 5 video0 at uvideo0
uaudio1 at uhub2 port 3 configuration 1 interface 3 "Logitech Logitech
Webcam C925e" rev 2.00/0.16 addr 5 uaudio1: class v1, high-speed, sync,
channels: 0 play, 2 rec, 2 ctls audio2 at uaudio1
umass0 at uhub2 port 4 configuration 1 interface 0 "Hitachi-LG Data
Storage Inc Portable Super Multi Drive" rev 2.00/0.00 addr 6 umass0:
using ATAPI over Bulk-Only scsibus2 at umass0: 2 targets, initiator 0
cd0 at scsibus2 targ 1 lun 0: <HL-DT-ST, DVDRAM GP60NB50, PE00>
removable uhub3 at uhub1 port 2 configuration 1 interface 0
"GenesysLogic USB2.1 Hub" rev 2.10/6.63 addr 7 uhub4 at uhub3 port 1
configuration 1 interface 0 "GenesysLogic USB2.1 Hub" rev 2.10/6.63
addr 8 umidi0 at uhub3 port 2 configuration 1 interface 0 "KORG INC.
nanoKONTROL2" rev 1.10/1.00 addr 9 umidi0: (genuine USB-MIDI) umidi0:
out=1, in=1 midi0 at umidi0: <USB MIDI I/F>
uhidev1 at uhub3 port 3 configuration 1 interface 0 "American Power
Conversion Back-UPS RS 1000MS FW:950.e3 .D USB FW:e3" rev 2.00/0.90
addr 10 uhidev1: iclass 3/0, 128 report ids upd0 at uhidev1
uhid2 at uhidev1 reportid 1: input=0, output=0, feature=1
uhid3 at uhidev1 reportid 2: input=0, output=0, feature=1
uhid4 at uhidev1 reportid 3: input=0, output=0, feature=1
uhid5 at uhidev1 reportid 4: input=0, output=0, feature=1
uhid6 at uhidev1 reportid 5: input=0, output=0, feature=1
uhid7 at uhidev1 reportid 6: input=3, output=0, feature=3
uhid8 at uhidev1 reportid 7: input=0, output=0, feature=2
uhid9 at uhidev1 reportid 8: input=0, output=0, feature=2
uhid10 at uhidev1 reportid 9: input=0, output=0, feature=2
uhid11 at uhidev1 reportid 10: input=0, output=0, feature=1
uhid12 at uhidev1 reportid 11: input=0, output=0, feature=1
uhid13 at uhidev1 reportid 12: input=3, output=0, feature=3
uhid14 at uhidev1 reportid 13: input=0, output=0, feature=1
uhid15 at uhidev1 reportid 14: input=0, output=0, feature=1
uhid16 at uhidev1 reportid 15: input=0, output=0, feature=1
uhid17 at uhidev1 reportid 16: input=0, output=0, feature=1
uhid18 at uhidev1 reportid 17: input=0, output=0, feature=1
uhid19 at uhidev1 reportid 18: input=0, output=0, feature=1
uhid20 at uhidev1 reportid 21: input=0, output=0, feature=2
uhid21 at uhidev1 reportid 23: input=0, output=0, feature=2
uhid22 at uhidev1 reportid 24: input=0, output=0, feature=1
uhid23 at uhidev1 reportid 28: input=0, output=0, feature=3
uhid24 at uhidev1 reportid 32: input=0, output=0, feature=2
uhid25 at uhidev1 reportid 33: input=1, output=0, feature=1
uhid26 at uhidev1 reportid 34: input=0, output=0, feature=1
uhid27 at uhidev1 reportid 35: input=0, output=0, feature=2
uhid28 at uhidev1 reportid 36: input=0, output=0, feature=2
uhid29 at uhidev1 reportid 37: input=0, output=0, feature=2
uhid30 at uhidev1 reportid 38: input=0, output=0, feature=2
uhid31 at uhidev1 reportid 39: input=0, output=0, feature=2
uhid32 at uhidev1 reportid 40: input=0, output=0, feature=4
uhid33 at uhidev1 reportid 48: input=0, output=0, feature=1
uhid34 at uhidev1 reportid 49: input=0, output=0, feature=2
uhid35 at uhidev1 reportid 50: input=0, output=0, feature=2
uhid36 at uhidev1 reportid 51: input=0, output=0, feature=2
uhid37 at uhidev1 reportid 52: input=0, output=0, feature=2
uhid38 at uhidev1 reportid 53: input=0, output=0, feature=1
uhid39 at uhidev1 reportid 54: input=0, output=0, feature=1
uhid40 at uhidev1 reportid 64: input=0, output=0, feature=1
uhid41 at uhidev1 reportid 65: input=0, output=0, feature=2
uhid42 at uhidev1 reportid 66: input=0, output=0, feature=2
uhid43 at uhidev1 reportid 80: input=0, output=0, feature=1
uhid44 at uhidev1 reportid 81: input=0, output=0, feature=1
uhid45 at uhidev1 reportid 82: input=0, output=0, feature=2
uhid46 at uhidev1 reportid 96: input=0, output=0, feature=2
uhid47 at uhidev1 reportid 97: input=0, output=0, feature=1
uhid48 at uhidev1 reportid 98: input=0, output=0, feature=4
uhid49 at uhidev1 reportid 116: input=0, output=0, feature=4
uhid50 at uhidev1 reportid 117: input=0, output=0, feature=2
uhid51 at uhidev1 reportid 120: input=0, output=0, feature=1
uhid52 at uhidev1 reportid 121: input=0, output=0, feature=1
uhid53 at uhidev1 reportid 122: input=0, output=0, feature=4
uhid54 at uhidev1 reportid 123: input=0, output=0, feature=2
uhid55 at uhidev1 reportid 124: input=0, output=0, feature=1
uhid56 at uhidev1 reportid 125: input=0, output=0, feature=1
uhid57 at uhidev1 reportid 126: input=0, output=0, feature=1
uhid58 at uhidev1 reportid 127: input=0, output=0, feature=1
uhid59 at uhidev1 reportid 128: input=0, output=0, feature=1
axe0 at uhub3 port 4 configuration 1 interface 0 "Apple Computer
Ethernet A1277" rev 2.00/0.01 addr 11 axe0: AX88772, address
08:6d:41:e4:58:f7 ukphy0 at axe0 phy 16: Generic IEEE 802.3u media
interface, rev. 1: OUI 0x000ec6, model 0x0006 uhub5 at uhub1 port 3
configuration 1 interface 0 "GenesysLogic USB2.1 Hub" rev 2.10/6.63
addr 12 uhub6 at uhub5 port 1 configuration 1 interface 0 "Alcor Micro
product 0x6254" rev 2.00/1.00 addr 13 uhub7 at uhub1 port 4
configuration 1 interface 0 "GenesysLogic USB2.1 Hub" rev 2.10/6.63
addr 14 uhidev2 at uhub0 port 3 configuration 1 interface 0 "Broadcom
Corp. Bluetooth USB Host Controller" rev 2.01/1.69 addr 15 uhidev2:
iclass 3/1, 1 report id ukbd0 at uhidev2 reportid 1: 8 variable keys, 6
key codes wskbd0 at ukbd0: console keyboard uhidev3 at uhub0 port 3
configuration 1 interface 1 "Broadcom Corp. Bluetooth USB Host
Controller" rev 2.01/1.69 addr 15 uhidev3: iclass 3/1, 2 report ids
ums0 at uhidev3 reportid 2: 3 buttons wsmouse0 at ums0 mux 0 ugen0 at
uhub0 port 3 configuration 1 "Broadcom Corp. Bluetooth USB Host
Controller" rev 2.01/1.69 addr 15 uhidev4 at uhub0 port 5 configuration
1 interface 0 "Apple Inc. Apple Internal Keyboard / Trackpad" rev
2.00/1.71 addr 16 uhidev4: iclass 3/0, 63 report ids uhid60 at uhidev4
reportid 63: input=64, output=0, feature=0 uhidev5 at uhub0 port 5
configuration 1 interface 1 "Apple Inc. Apple Internal Keyboard /
Trackpad" rev 2.00/1.71 addr 16 uhidev5: iclass 3/1, 82 report ids
ukbd1 at uhidev5 reportid 1: 8 variable keys, 6 key codes, country code
33 wskbd1 at ukbd1 mux 1 uhid61 at uhidev5 reportid 9: input=0,
output=0, feature=3 uhid62 at uhidev5 reportid 63: input=64, output=0,
feature=0 ucc0 at uhidev5 reportid 82: 5 usages, 3 keys, enum wskbd2 at
ucc0 mux 1 ubcmtp0 at uhub0 port 5 configuration 1 interface 2 "Apple
Inc. Apple Internal Keyboard / Trackpad" rev 2.00/1.71 addr 16 wsmouse1
at ubcmtp0 mux 0 uhub8 at uhub0 port 12 configuration 1 interface 0
"GenesysLogic USB3.1 Hub" rev 3.20/6.63 addr 17 uhub9 at uhub8 port 1
configuration 1 interface 0 "GenesysLogic USB3.1 Hub" rev 3.20/6.63
addr 18 uhub10 at uhub8 port 2 configuration 1 interface 0
"GenesysLogic USB3.1 Hub" rev 3.20/6.63 addr 19 uhub11 at uhub10 port 1
configuration 1 interface 0 "GenesysLogic USB3.1 Hub" rev 3.20/6.63
addr 20 uhub12 at uhub8 port 3 configuration 1 interface 0
"GenesysLogic USB3.1 Hub" rev 3.20/6.63 addr 21 umass1 at uhub12 port 3
configuration 1 interface 0 "Realtek RTL9210B-CG" rev 3.20/f0.01 addr
22 umass1: using SCSI over Bulk-Only scsibus3 at umass1: 2 targets,
initiator 0 sd1 at scsibus3 targ 1 lun 0: <Realtek, RTL9210B-CG, 1.00>
serial.0bXXXXXXXXXXXXXXXXXX sd1: 1907729MB, 512 bytes/sector,
3907029168 sectors uhub13 at uhub8 port 4 configuration 1 interface 0
"GenesysLogic USB3.1 Hub" rev 3.20/6.63 addr 23 umass2 at uhub0 port 14
configuration 1 interface 0 "Apple Card Reader" rev 3.00/8.20 addr 24
umass2: using SCSI over Bulk-Only scsibus4 at umass2: 2 targets,
initiator 0 sd2 at scsibus4 targ 1 lun 0: <APPLE, SD Card Reader, 3.00>
removable serial.05XXXXXXXXXXXXXXXXXX vscsi0 at root scsibus5 at
vscsi0: 256 targets softraid0 at root scsibus6 at softraid0: 256 targets
root on sd0a (e8e1929ba48f32a7.a) swap on sd0b dump on sd0b
WARNING: clock lost 680 days
WARNING: CHECK AND RESET THE DATE!
inteldrm0: 3840x2160, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using
wskbd0 wskbd1: connecting to wsdisplay0
wskbd2: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
bwfm0: address c4:b3:01:c6:20:5f
uhidev6 at uhub6 port 1 configuration 1 interface 0 "Kensington
Kensington Eagle Trackball" rev 2.00/1.20 addr 25 uhidev6: iclass 3/1
ums1 at uhidev6: 5 buttons, Z dir
wsmouse2 at ums1 mux 0
umodem0 at uhub6 port 2 configuration 1 interface 0 "Dygma Raise" rev
2.00/1.00 addr 26 umodem0: data interface 1, has no CM over data, has
break umodem0: status change notification available
ucom0 at umodem0: usb0.1.00213.1
uhidev7 at uhub6 port 2 configuration 1 interface 2 "Dygma Raise" rev
2.00/1.00 addr 26 uhidev7: iclass 3/0, 8 report ids
ums2 at uhidev7 reportid 1: 8 buttons, Z and W dir
wsmouse3 at ums2 mux 0
ucc1 at uhidev7 reportid 4: 1024 usages, 20 keys, array
wskbd3 at ucc1 mux 1
wskbd3: connecting to wsdisplay0
uhid63 at uhidev7 reportid 5: input=1, output=0, feature=0
ukbd2 at uhidev7 reportid 8: 128 variable keys, 0 key codes
wskbd4 at ukbd2 mux 1
wskbd4: connecting to wsdisplay0
uhidev8 at uhub6 port 2 configuration 1 interface 3 "Dygma Raise" rev
2.00/1.00 addr 26 uhidev8: no report descriptor

usbdevs:
Controller /dev/usb0:
addr 01: 8086:0000 Intel, xHCI root hub
         super speed, self powered, config 1, rev 1.00
         driver: uhub0
addr 02: 05e3:0610 GenesysLogic, USB2.1 Hub
         high speed, self powered, config 1, rev 6.63
         driver: uhub1
addr 03: 05e3:0610 GenesysLogic, USB2.1 Hub
         high speed, self powered, config 1, rev 6.63
         driver: uhub2
addr 04: 046d:0aaf Blue Microphones, Yeti X
         full speed, self powered, config 1, rev b.03, iSerial
2244XXXXXXXX_XXX-XXXXXXXXXXXX driver: uaudio0
         driver: uhidev0
addr 05: 046d:085b Logitech, Logitech Webcam C925e
         high speed, power 500 mA, config 1, rev 0.16, iSerial B0XXXXXX
         driver: uvideo0
         driver: uaudio1
addr 06: 0e8d:1887 Hitachi-LG Data Storage Inc, Portable Super Multi
Drive high speed, power 500 mA, config 1, rev 0.00, iSerial KXXXXXXXXX
         driver: umass0
addr 07: 05e3:0610 GenesysLogic, USB2.1 Hub
         high speed, self powered, config 1, rev 6.63
         driver: uhub3
addr 08: 05e3:0610 GenesysLogic, USB2.1 Hub
         high speed, self powered, config 1, rev 6.63
         driver: uhub4
addr 09: 0944:0117 KORG INC., nanoKONTROL2
         full speed, power 100 mA, config 1, rev 1.00
         driver: umidi0
addr 10: 051d:0002 American Power Conversion, Back-UPS RS 1000MS
FW:950.e3 .D USB FW:e3 full speed, self powered, config 1, rev 0.90,
iSerial 3BXXXXXXXXXXX driver: uhidev1
addr 11: 05ac:1402 Apple Computer, Ethernet A1277
         high speed, power 250 mA, config 1, rev 0.01
         driver: axe0
addr 12: 05e3:0610 GenesysLogic, USB2.1 Hub
         high speed, self powered, config 1, rev 6.63
         driver: uhub5
addr 13: 058f:6254 Alcor Micro, product 0x6254
         high speed, self powered, config 1, rev 1.00
         driver: uhub6
addr 14: 05e3:0610 GenesysLogic, USB2.1 Hub
         high speed, self powered, config 1, rev 6.63
         driver: uhub7
addr 15: 05ac:8290 Broadcom Corp., Bluetooth USB Host Controller
         full speed, self powered, config 1, rev 1.69
         driver: uhidev2
         driver: uhidev3
         driver: ugen0
addr 16: 05ac:0291 Apple Inc., Apple Internal Keyboard / Trackpad
         full speed, power 500 mA, config 1, rev 1.71, iSerial
FMXXXXXXXXXXXXXXXXX driver: uhidev4
         driver: uhidev5
         driver: ubcmtp0
addr 17: 05e3:0626 GenesysLogic, USB3.1 Hub
         super speed, self powered, config 1, rev 6.63
         driver: uhub8
addr 18: 05e3:0626 GenesysLogic, USB3.1 Hub
         super speed, self powered, config 1, rev 6.63
         driver: uhub9
addr 19: 05e3:0626 GenesysLogic, USB3.1 Hub
         super speed, self powered, config 1, rev 6.63
         driver: uhub10
addr 20: 05e3:0626 GenesysLogic, USB3.1 Hub
         super speed, self powered, config 1, rev 6.63
         driver: uhub11
addr 21: 05e3:0626 GenesysLogic, USB3.1 Hub
         super speed, self powered, config 1, rev 6.63
         driver: uhub12
addr 22: 0bda:9210 Realtek, RTL9210B-CG
         super speed, power 224 mA, config 1, rev f0.01, iSerial
0123456XXXXX driver: umass1
addr 23: 05e3:0626 GenesysLogic, USB3.1 Hub
         super speed, self powered, config 1, rev 6.63
         driver: uhub13
addr 24: 05ac:8406 Apple, Card Reader
         super speed, power 224 mA, config 1, rev 8.20, iSerial
00000000XXXX driver: umass2
addr 25: 047d:2048 Kensington, Kensington Eagle Trackball
         low speed, power 100 mA, config 1, rev 1.20
         driver: uhidev6
addr 26: 1209:2201 Dygma, Raise
         full speed, power 500 mA, config 1, rev 1.00, iSerial
161EXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX driver: umodem0
         driver: uhidev7
         driver: uhidev8

Reply via email to