NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/56978: nvme hangs under very heavy loads



The following reply was made to PR kern/56978; it has been noted by GNATS.

From: Paul Goyette <paul%whooppee.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: kern-bug-people%netbsd.org@localhost
Subject: Re: kern/56978: nvme hangs under very heavy loads
Date: Wed, 24 Aug 2022 08:10:54 -0700 (PDT)

 Here's the entire dmesg from the hung system.
 
 PLEASE NOTE that this is a custom kernel, and many things are
 omitted from the base kernel and later loaded as modules.  So
 the sequence and interval of device attachments may not match
 your expectations!
 
 (I will provide nvmectl info after a reboot.)
 
 ----------- dmesg.txt ----------
 [     1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 [     1.000000]     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
 [     1.000000]     2018, 2019, 2020, 2021, 2022
 [     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
 [     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
 [     1.000000]     The Regents of the University of California.  All rights reserved.
 
 [     1.000000] NetBSD 9.99.99 (SPEEDY 2022-08-22 19:31:52 UTC) #0: Tue Aug 23 07:05:11 UTC 2022
 [     1.000000] 	paul%speedy.whooppee.com@localhost:/build/netbsd-local/obj/amd64/sys/arch/amd64/compile/SPEEDY
 [     1.000000] total memory = 127 GB
 [     1.000000] avail memory = 123 GB
 [     1.000000] WARNING: module error: module `wapbl' pushed by boot loader already exists
 [     1.000000] WARNING: module error: module `ufs' pushed by boot loader already exists
 [     1.000000] WARNING: module error: module `ffs' pushed by boot loader already exists
 [     1.000000] timecounter: Timecounters tick every 10.000 msec
 [     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
 [     1.000003] mainbus0 (root)
 [     1.000003] ACPI: RSDP 0x00000000000F0540 000024 (v02 ALASKA)
 [     1.000003] ACPI: XSDT 0x00000000BB217090 000094 (v01 ALASKA A M I    01072009 AMI  00010013)
 [     1.000003] ACPI: FACP 0x00000000BB24D9D0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
 [     1.000003] ACPI: DSDT 0x00000000BB2171B8 036814 (v02 ALASKA A M I    01072009 INTL 20091013)
 [     1.000003] ACPI: FACS 0x00000000BD46EF80 000040
 [     1.000003] ACPI: APIC 0x00000000BB24DAE0 000138 (v03 ALASKA A M I    01072009 AMI  00010013)
 [     1.000003] ACPI: FPDT 0x00000000BB24DC18 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
 [     1.000003] ACPI: FIDT 0x00000000BB24DC60 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
 [     1.000003] ACPI: MCFG 0x00000000BB24DD00 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
 [     1.000003] ACPI: ASF! 0x00000000BB2645A8 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
 [     1.000003] ACPI: SSDT 0x00000000BB24DD98 00036D (v01 SataRe SataTabl 00001000 INTL 20120913)
 [     1.000003] ACPI: UEFI 0x00000000BB24E108 000042 (v01 ALASKA A M I    01072009      00000000)
 [     1.000003] ACPI: HPET 0x00000000BB24E150 000038 (v01 ALASKA A M I    00000001 INTL 20091013)
 [     1.000003] ACPI: MSCT 0x00000000BB24E188 000090 (v01 ALASKA A M I    00000001 INTL 20091013)
 [     1.000003] ACPI: SLIT 0x00000000BB24E218 00002D (v01 ALASKA A M I    00000001 INTL 20091013)
 [     1.000003] ACPI: SRAT 0x00000000BB24E248 001158 (v03 ALASKA A M I    00000001 INTL 20091013)
 [     1.000003] ACPI: WDDT 0x00000000BB24F3A0 000040 (v01 ALASKA A M I    00000000 INTL 20091013)
 [     1.000003] ACPI: SSDT 0x00000000BB24F3E0 0151C1 (v02 ALASKA PmMgt    00000001 INTL 20120913)
 [     1.000003] ACPI: 3 ACPI AML tables successfully acquired and loaded
 [     1.000003] ioapic0 at mainbus0 apid 1: pa 0xfec00000, version 0x20, 24 pins
 [     1.000003] ioapic1 at mainbus0 apid 2: pa 0xfec01000, version 0x20, 24 pins
 [     1.000003] cpu0 at mainbus0 apid 0
 [     1.000003] cpu0: Use lfence to serialize rdtsc
 [     1.000003] cpu0: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu0: node 0, package 0, core 0, smt 0
 [     1.000003] cpu1 at mainbus0 apid 2
 [     1.000003] cpu1: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu1: node 0, package 0, core 1, smt 0
 [     1.000003] cpu2 at mainbus0 apid 4
 [     1.000003] cpu2: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu2: node 0, package 0, core 2, smt 0
 [     1.000003] cpu3 at mainbus0 apid 6
 [     1.000003] cpu3: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu3: node 0, package 0, core 3, smt 0
 [     1.000003] cpu4 at mainbus0 apid 8
 [     1.000003] cpu4: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu4: node 0, package 0, core 4, smt 0
 [     1.000003] cpu5 at mainbus0 apid 10
 [     1.000003] cpu5: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu5: node 0, package 0, core 5, smt 0
 [     1.000003] cpu6 at mainbus0 apid 12
 [     1.000003] cpu6: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu6: node 0, package 0, core 6, smt 0
 [     1.000003] cpu7 at mainbus0 apid 14
 [     1.000003] cpu7: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu7: node 0, package 0, core 7, smt 0
 [     1.000003] cpu8 at mainbus0 apid 1
 [     1.000003] cpu8: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu8: node 0, package 0, core 0, smt 1
 [     1.000003] cpu9 at mainbus0 apid 3
 [     1.000003] cpu9: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu9: node 0, package 0, core 1, smt 1
 [     1.000003] cpu10 at mainbus0 apid 5
 [     1.000003] cpu10: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu10: node 0, package 0, core 2, smt 1
 [     1.000003] cpu11 at mainbus0 apid 7
 [     1.000003] cpu11: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu11: node 0, package 0, core 3, smt 1
 [     1.000003] cpu12 at mainbus0 apid 9
 [     1.000003] cpu12: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu12: node 0, package 0, core 4, smt 1
 [     1.000003] cpu13 at mainbus0 apid 11
 [     1.000003] cpu13: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu13: node 0, package 0, core 5, smt 1
 [     1.000003] cpu14 at mainbus0 apid 13
 [     1.000003] cpu14: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu14: node 0, package 0, core 6, smt 1
 [     1.000003] cpu15 at mainbus0 apid 15
 [     1.000003] cpu15: Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz, id 0x406f1
 [     1.000003] cpu15: node 0, package 0, core 7, smt 1
 [     1.000003] acpi0 at mainbus0: Intel ACPICA 20211217
 [     1.000003] acpi0: X/RSDT: OemId <ALASKA,  A M I ,01072009>, AslId <AMI ,00010013>
 [     1.000003] acpi0: autoconfiguration error: invalid PCI address for D07D
 [     1.000003] acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
 [     1.000003] acpi0: SCI interrupting at int 9
 [     1.000003] acpi0: fixed power button present
 [     1.000003] timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
 [     1.020867] acpiec0 at acpi0 (EC0, PNP0C09): io 0x62,0x66
 [     1.020867] SCK0 (ACPI0004) at acpi0 not configured
 [     1.020867] APIC (PNP0003) at acpi0 not configured
 [     1.020867] attimer0 at acpi0 (TMR, PNP0100): io 0x40-0x43,0x50-0x53 irq 0
 [     1.020867] SPKR (PNP0800) at acpi0 not configured
 [     1.020867] HPET (PNP0103) at acpi0 not configured
 [     1.020867] com0 at acpi0 (UAR1, PNP0501-0): io 0x3f8-0x3ff irq 4
 [     1.020867] com0: ns16550a, 16-byte FIFO
 [     1.020867] WMI1 (PNP0C14) at acpi0 not configured
 [     1.020867] PWRB (PNP0C0C) at acpi0 not configured
 [     1.020867] WMTF (PNP0C14) at acpi0 not configured
 [     1.020867] INTS (INT3510) at acpi0 not configured
 [     1.020867] AMW0 (PNP0C14) at acpi0 not configured
 [     1.020867] ACPI: Enabled 2 GPEs in block 00 to 3F
 [     1.020867] pci0 at mainbus0 bus 0: configuration mode 1
 [     1.020867] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 [     1.020867] pchb0 at pci0 dev 0 function 0: vendor 8086 product 6f00 (rev. 0x01)
 [     1.020867] ppb0 at pci0 dev 1 function 0: vendor 8086 product 6f02 (rev. 0x01)
 [     1.020867] ppb0: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x4 @ 8.0GT/s
 [     1.020867] pci1 at ppb0 bus 6
 [     1.020867] pci1: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.020867] ppb1 at pci0 dev 1 function 1: vendor 8086 product 6f03 (rev. 0x01)
 [     1.020867] ppb1: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x4 @ 8.0GT/s
 [     1.020867] pci2 at ppb1 bus 7
 [     1.020867] pci2: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.020867] nvme0 at pci2 dev 0 function 0: vendor 144d product a804 (rev. 0x00)
 [     1.020867] nvme0: NVMe 1.2
 [     1.020867] nvme0: for admin queue interrupting at msix0 vec 0
 [     1.020867] nvme0: Samsung SSD 960 PRO 512GB, firmware 2B6QCXP7, serial S3EWNX0K108171P
 [     1.020867] nvme0: for io queue 1 interrupting at msix0 vec 1 affinity to cpu0
 [     1.020867] nvme0: for io queue 2 interrupting at msix0 vec 2 affinity to cpu1
 [     1.020867] nvme0: for io queue 3 interrupting at msix0 vec 3 affinity to cpu2
 [     1.020867] nvme0: for io queue 4 interrupting at msix0 vec 4 affinity to cpu3
 [     1.020867] nvme0: for io queue 5 interrupting at msix0 vec 5 affinity to cpu4
 [     1.020867] nvme0: for io queue 6 interrupting at msix0 vec 6 affinity to cpu5
 [     1.020867] nvme0: for io queue 7 interrupting at msix0 vec 7 affinity to cpu6
 [     1.020867] ld0 at nvme0 nsid 1
 [     1.020867] ld0: 476 GB, 62260 cyl, 255 head, 63 sec, 512 bytes/sect x 1000215216 sectors
 [     1.020867] ppb2 at pci0 dev 2 function 0: vendor 8086 product 6f04 (rev. 0x01)
 [     1.020867] ppb2: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x16 @ 8.0GT/s
 [     1.020867] ppb2: link is x4 @ 5.0GT/s
 [     1.020867] pci3 at ppb2 bus 2
 [     1.020867] pci3: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.020867] ppb3 at pci3 dev 0 function 0: vendor 1b21 product 1812 (rev. 0x01)
 [     1.020867] ppb3: PCI Express capability version 2 <Upstream Port of PCI-E Switch>
 [     1.020867] pci4 at ppb3 bus 3
 [     1.020867] pci4: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.020867] ppb4 at pci4 dev 0 function 0: vendor 1b21 product 1812 (rev. 0x01)
 [     1.020867] ppb4: PCI Express capability version 2 <Downstream Port of PCI-E Switch> x4 @ 5.0GT/s
 [     1.020867] pci5 at ppb4 bus 4
 [     1.020867] pci5: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.020867] nvme1 at pci5 dev 0 function 0: vendor 144d product a808 (rev. 0x00)
 [     1.020867] nvme1: NVMe 1.3
 [     1.020867] nvme1: for admin queue interrupting at msix1 vec 0
 [     1.020867] nvme1: Samsung SSD 970 EVO Plus 2TB, firmware 4B2QEXM7, serial S6S2NS0T528809P
 [     1.020867] nvme1: for io queue 1 interrupting at msix1 vec 1 affinity to cpu0
 [     1.020867] nvme1: for io queue 2 interrupting at msix1 vec 2 affinity to cpu1
 [     1.020867] nvme1: for io queue 3 interrupting at msix1 vec 3 affinity to cpu2
 [     1.020867] nvme1: for io queue 4 interrupting at msix1 vec 4 affinity to cpu3
 [     1.020867] nvme1: for io queue 5 interrupting at msix1 vec 5 affinity to cpu4
 [     1.020867] nvme1: for io queue 6 interrupting at msix1 vec 6 affinity to cpu5
 [     1.020867] nvme1: for io queue 7 interrupting at msix1 vec 7 affinity to cpu6
 [     1.020867] nvme1: for io queue 8 interrupting at msix1 vec 8 affinity to cpu7
 [     1.020867] nvme1: for io queue 9 interrupting at msix1 vec 9 affinity to cpu8
 [     1.020867] nvme1: for io queue 10 interrupting at msix1 vec 10 affinity to cpu9
 [     1.020867] nvme1: for io queue 11 interrupting at msix1 vec 11 affinity to cpu10
 [     1.020867] nvme1: for io queue 12 interrupting at msix1 vec 12 affinity to cpu11
 [     1.020867] nvme1: for io queue 13 interrupting at msix1 vec 13 affinity to cpu12
 [     1.020867] nvme1: for io queue 14 interrupting at msix1 vec 14 affinity to cpu13
 [     1.020867] nvme1: for io queue 15 interrupting at msix1 vec 15 affinity to cpu14
 [     1.020867] nvme1: for io queue 16 interrupting at msix1 vec 16 affinity to cpu15
 [     1.020867] ld1 at nvme1 nsid 1
 [     1.020867] ld1: 1863 GB, 243201 cyl, 255 head, 63 sec, 512 bytes/sect x 3907029168 sectors
 [     1.020867] ppb5 at pci4 dev 8 function 0: vendor 1b21 product 1812 (rev. 0x01)
 [     1.020867] ppb5: PCI Express capability version 2 <Downstream Port of PCI-E Switch> x4 @ 5.0GT/s
 [     1.020867] pci6 at ppb5 bus 5
 [     1.020867] pci6: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.020867] nvme2 at pci6 dev 0 function 0: vendor 144d product a80a (rev. 0x00)
 [     1.020867] nvme2: NVMe 1.3
 [     1.020867] nvme2: for admin queue interrupting at msix2 vec 0
 [     1.020867] nvme2: Samsung SSD 980 PRO with Heatsink 2TB, firmware 4B2QGXA7, serial S6WRNS0T114070H
 [     1.020867] nvme2: for io queue 1 interrupting at msix2 vec 1 affinity to cpu0
 [     1.020867] nvme2: for io queue 2 interrupting at msix2 vec 2 affinity to cpu1
 [     1.020867] nvme2: for io queue 3 interrupting at msix2 vec 3 affinity to cpu2
 [     1.020867] nvme2: for io queue 4 interrupting at msix2 vec 4 affinity to cpu3
 [     1.020867] nvme2: for io queue 5 interrupting at msix2 vec 5 affinity to cpu4
 [     1.020867] nvme2: for io queue 6 interrupting at msix2 vec 6 affinity to cpu5
 [     1.020867] nvme2: for io queue 7 interrupting at msix2 vec 7 affinity to cpu6
 [     1.020867] nvme2: for io queue 8 interrupting at msix2 vec 8 affinity to cpu7
 [     1.020867] nvme2: for io queue 9 interrupting at msix2 vec 9 affinity to cpu8
 [     1.020867] nvme2: for io queue 10 interrupting at msix2 vec 10 affinity to cpu9
 [     1.020867] nvme2: for io queue 11 interrupting at msix2 vec 11 affinity to cpu10
 [     1.020867] nvme2: for io queue 12 interrupting at msix2 vec 12 affinity to cpu11
 [     1.020867] nvme2: for io queue 13 interrupting at msix2 vec 13 affinity to cpu12
 [     1.020867] nvme2: for io queue 14 interrupting at msix2 vec 14 affinity to cpu13
 [     1.020867] nvme2: for io queue 15 interrupting at msix2 vec 15 affinity to cpu14
 [     1.020867] nvme2: for io queue 16 interrupting at msix2 vec 16 affinity to cpu15
 [     1.020867] ld2 at nvme2 nsid 1
 [     1.020867] ld2: 1863 GB, 243201 cyl, 255 head, 63 sec, 512 bytes/sect x 3907029168 sectors
 [     1.020867] ppb6 at pci0 dev 3 function 0: vendor 8086 product 6f08 (rev. 0x01)
 [     1.020867] ppb6: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x16 @ 8.0GT/s
 [     1.020867] ppb6: link is x16 @ 2.5GT/s
 [     1.020867] pci7 at ppb6 bus 1
 [     1.020867] pci7: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.020867] nouveau0 at pci7 dev 0 function 0: vendor 10de product 1c82 (rev. 0xa1)
 [     1.020867] vendor 10de product 0fb9 (mixed mode multimedia, HD Audio 1.0, revision 0xa1) at pci7 dev 0 function 1 not configured
 [     1.020867] vendor 8086 product 6f28 (miscellaneous system, revision 0x01) at pci0 dev 5 function 0 not configured
 [     1.020867] vendor 8086 product 6f29 (miscellaneous system, revision 0x01) at pci0 dev 5 function 1 not configured
 [     1.020867] vendor 8086 product 6f2a (miscellaneous system, revision 0x01) at pci0 dev 5 function 2 not configured
 [     1.020867] vendor 8086 product 6f2c (interrupt system, IO(x) APIC, revision 0x01) at pci0 dev 5 function 4 not configured
 [     1.020867] vendor 8086 product 8d7c (undefined, subclass 0x00, revision 0x05) at pci0 dev 17 function 0 not configured
 [     1.020867] xhci0 at pci0 dev 20 function 0: vendor 8086 product 8d31 (rev. 0x05)
 [     1.020867] xhci0: 64-bit DMA
 [     1.020867] xhci0: interrupting at msi3 vec 0
 [     1.020867] xhci0: xHCI version 1.0
 [     1.020867] usb0 at xhci0: USB revision 3.0
 [     1.020867] usb1 at xhci0: USB revision 2.0
 [     1.020867] vendor 8086 product 8d3a (miscellaneous communications, revision 0x05) at pci0 dev 22 function 0 not configured
 [     1.020867] wm0 at pci0 dev 25 function 0, 64-bit DMA: I218 V Ethernet Connection (rev. 0x05)
 [     1.020867] wm0: interrupting at msi4 vec 0
 [     1.020867] wm0: PCI-Express bus
 [     1.020867] wm0: 2048 words FLASH, version 0.1.4
 [     1.020867] wm0: Ethernet address 34:97:f6:dc:a5:dc
 [     1.020867] wm0: 0x6a4080<FLASH,PCIE,ASF_FIRM,AMT,WOL,EEE>
 [     1.020867] ihphy0 at wm0 phy 2: i217 10/100/1000 media interface, rev. 5
 [     1.020867] ihphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
 [     1.020867] ehci0 at pci0 dev 26 function 0: vendor 8086 product 8d2d (rev. 0x05)
 [     1.020867] ehci0: 64-bit DMA
 [     1.020867] ehci0: interrupting at ioapic0 pin 18
 [     1.020867] ehci0: BIOS has given up ownership
 [     1.020867] ehci0: EHCI version 1.0
 [     1.020867] ehci0: Using DMA subregion for control data structures
 [     1.020867] usb2 at ehci0: USB revision 2.0
 [     1.020867] vendor 8086 product 8d20 (mixed mode multimedia, HD Audio 1.0, revision 0x05) at pci0 dev 27 function 0 not configured
 [     1.020867] ppb7 at pci0 dev 28 function 0: vendor 8086 product 8d10 (rev. 0xd5)
 [     1.020867] ppb7: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x2 @ 5.0GT/s
 [     1.020867] pci8 at ppb7 bus 8
 [     1.020867] pci8: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.020867] ppb8 at pci0 dev 28 function 4: vendor 8086 product 8d18 (rev. 0xd5)
 [     1.020867] ppb8: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x2 @ 5.0GT/s
 [     1.020867] pci9 at ppb8 bus 9
 [     1.020867] pci9: i/o space, memory space enabled, rd/line, wr/inv ok
 [     1.020867] xhci1 at pci9 dev 0 function 0: vendor 1b21 product 1242 (rev. 0x00)
 [     1.020867] xhci1: 64-bit DMA
 [     1.020867] xhci1: interrupting at msix5 vec 0
 [     1.020867] xhci1: xHCI version 1.10
 [     1.020867] usb3 at xhci1: USB revision 3.0
 [     1.020867] usb4 at xhci1: USB revision 2.0
 [     1.020867] ehci1 at pci0 dev 29 function 0: vendor 8086 product 8d26 (rev. 0x05)
 [     1.020867] ehci1: 64-bit DMA
 [     1.020867] ehci1: interrupting at ioapic0 pin 21
 [     1.020867] ehci1: BIOS has given up ownership
 [     1.020867] ehci1: EHCI version 1.0
 [     1.020867] ehci1: Using DMA subregion for control data structures
 [     1.020867] usb5 at ehci1: USB revision 2.0
 [     1.020867] ichlpcib0 at pci0 dev 31 function 0: vendor 8086 product 8d47 (rev. 0x05)
 [     1.020867] timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
 [     1.020867] ichlpcib0: 24-bit timer
 [     1.020867] ahcisata0 at pci0 dev 31 function 2: vendor 8086 product 8d02 (rev. 0x05)
 [     1.020867] ahcisata0: 64-bit DMA
 [     1.020867] ahcisata0: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xc3309f45<EMS,PMD,ISS=0x3=Gen3,SCLO,SAL,SNCQ,S64A>
 [     1.020867] allocated pic msi6 type edge pin 0 level 6 to cpu1 slot 3 idt entry 99
 [     1.020867] ahcisata0: interrupting at msi6 vec 0
 [     1.020867] atabus0 at ahcisata0 channel 0
 [     1.020867] atabus1 at ahcisata0 channel 1
 [     1.020867] vendor 8086 product 8d22 (SMBus serial bus, revision 0x05) at pci0 dev 31 function 3 not configured
 [     1.020867] isa0 at ichlpcib0
 [     1.020867] pckbc0 at isa0 port 0x60-0x64
 [     1.020867] pci10 at mainbus0 bus 255
 [     1.020867] pci10: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
 [     1.020867] vendor 8086 product 6f81 (miscellaneous system, revision 0x01) at pci10 dev 11 function 0 not configured
 [     1.020867] vendor 8086 product 6f36 (performance counters DASP, revision 0x01) at pci10 dev 11 function 1 not configured
 [     1.020867] vendor 8086 product 6f37 (performance counters DASP, revision 0x01) at pci10 dev 11 function 2 not configured
 [     1.020867] vendor 8086 product 6f76 (miscellaneous system, revision 0x01) at pci10 dev 11 function 3 not configured
 [     1.020867] vendor 8086 product 6fe0 (miscellaneous system, revision 0x01) at pci10 dev 12 function 0 not configured
 [     1.020867] vendor 8086 product 6fe1 (miscellaneous system, revision 0x01) at pci10 dev 12 function 1 not configured
 [     1.020867] vendor 8086 product 6fe2 (miscellaneous system, revision 0x01) at pci10 dev 12 function 2 not configured
 [     1.020867] vendor 8086 product 6fe3 (miscellaneous system, revision 0x01) at pci10 dev 12 function 3 not configured
 [     1.020867] vendor 8086 product 6fe4 (miscellaneous system, revision 0x01) at pci10 dev 12 function 4 not configured
 [     1.020867] vendor 8086 product 6fe5 (miscellaneous system, revision 0x01) at pci10 dev 12 function 5 not configured
 [     1.020867] vendor 8086 product 6fe6 (miscellaneous system, revision 0x01) at pci10 dev 12 function 6 not configured
 [     1.020867] vendor 8086 product 6fe7 (miscellaneous system, revision 0x01) at pci10 dev 12 function 7 not configured
 [     1.020867] vendor 8086 product 6ff8 (miscellaneous system, revision 0x01) at pci10 dev 15 function 0 not configured
 [     1.020867] vendor 8086 product 6ff9 (miscellaneous system, revision 0x01) at pci10 dev 15 function 1 not configured
 [     1.020867] vendor 8086 product 6ffc (miscellaneous system, revision 0x01) at pci10 dev 15 function 4 not configured
 [     1.020867] vendor 8086 product 6ffd (miscellaneous system, revision 0x01) at pci10 dev 15 function 5 not configured
 [     1.020867] vendor 8086 product 6ffe (miscellaneous system, revision 0x01) at pci10 dev 15 function 6 not configured
 [     1.020867] vendor 8086 product 6f1d (miscellaneous system, revision 0x01) at pci10 dev 16 function 0 not configured
 [     1.020867] vendor 8086 product 6f34 (performance counters DASP, revision 0x01) at pci10 dev 16 function 1 not configured
 [     1.020867] vendor 8086 product 6f1e (miscellaneous system, revision 0x01) at pci10 dev 16 function 5 not configured
 [     1.020867] vendor 8086 product 6f7d (performance counters DASP, revision 0x01) at pci10 dev 16 function 6 not configured
 [     1.020867] vendor 8086 product 6f1f (miscellaneous system, revision 0x01) at pci10 dev 16 function 7 not configured
 [     1.020867] vendor 8086 product 6fa0 (miscellaneous system, revision 0x01) at pci10 dev 18 function 0 not configured
 [     1.020867] vendor 8086 product 6f30 (performance counters DASP, revision 0x01) at pci10 dev 18 function 1 not configured
 [     1.020867] vendor 8086 product 6fa8 (miscellaneous system, revision 0x01) at pci10 dev 19 function 0 not configured
 [     1.020867] vendor 8086 product 6f71 (miscellaneous system, revision 0x01) at pci10 dev 19 function 1 not configured
 [     1.020867] vendor 8086 product 6faa (miscellaneous system, revision 0x01) at pci10 dev 19 function 2 not configured
 [     1.020867] vendor 8086 product 6fab (miscellaneous system, revision 0x01) at pci10 dev 19 function 3 not configured
 [     1.020867] vendor 8086 product 6fac (miscellaneous system, revision 0x01) at pci10 dev 19 function 4 not configured
 [     1.020867] vendor 8086 product 6fad (miscellaneous system, revision 0x01) at pci10 dev 19 function 5 not configured
 [     1.020867] vendor 8086 product 6fae (miscellaneous system, revision 0x01) at pci10 dev 19 function 6 not configured
 [     1.020867] vendor 8086 product 6faf (miscellaneous system, revision 0x01) at pci10 dev 19 function 7 not configured
 [     1.020867] vendor 8086 product 6fb0 (miscellaneous system, revision 0x01) at pci10 dev 20 function 0 not configured
 [     1.020867] vendor 8086 product 6fb1 (miscellaneous system, revision 0x01) at pci10 dev 20 function 1 not configured
 [     1.020867] vendor 8086 product 6fb2 (miscellaneous system, revision 0x01) at pci10 dev 20 function 2 not configured
 [     1.020867] vendor 8086 product 6fb3 (miscellaneous system, revision 0x01) at pci10 dev 20 function 3 not configured
 [     1.020867] vendor 8086 product 6fbc (miscellaneous system, revision 0x01) at pci10 dev 20 function 4 not configured
 [     1.020867] vendor 8086 product 6fbd (miscellaneous system, revision 0x01) at pci10 dev 20 function 5 not configured
 [     1.020867] vendor 8086 product 6fbe (miscellaneous system, revision 0x01) at pci10 dev 20 function 6 not configured
 [     1.020867] vendor 8086 product 6fbf (miscellaneous system, revision 0x01) at pci10 dev 20 function 7 not configured
 [     1.020867] vendor 8086 product 6fb4 (miscellaneous system, revision 0x01) at pci10 dev 21 function 0 not configured
 [     1.020867] vendor 8086 product 6fb5 (miscellaneous system, revision 0x01) at pci10 dev 21 function 1 not configured
 [     1.020867] vendor 8086 product 6fb6 (miscellaneous system, revision 0x01) at pci10 dev 21 function 2 not configured
 [     1.020867] vendor 8086 product 6fb7 (miscellaneous system, revision 0x01) at pci10 dev 21 function 3 not configured
 [     1.020867] vendor 8086 product 6f68 (miscellaneous system, revision 0x01) at pci10 dev 22 function 0 not configured
 [     1.020867] vendor 8086 product 6f6e (miscellaneous system, revision 0x01) at pci10 dev 22 function 6 not configured
 [     1.020867] vendor 8086 product 6f6f (miscellaneous system, revision 0x01) at pci10 dev 22 function 7 not configured
 [     1.020867] vendor 8086 product 6fd0 (miscellaneous system, revision 0x01) at pci10 dev 23 function 0 not configured
 [     1.020867] vendor 8086 product 6fb8 (miscellaneous system, revision 0x01) at pci10 dev 23 function 4 not configured
 [     1.020867] vendor 8086 product 6fb9 (miscellaneous system, revision 0x01) at pci10 dev 23 function 5 not configured
 [     1.020867] vendor 8086 product 6fba (miscellaneous system, revision 0x01) at pci10 dev 23 function 6 not configured
 [     1.020867] vendor 8086 product 6fbb (miscellaneous system, revision 0x01) at pci10 dev 23 function 7 not configured
 [     1.020867] vendor 8086 product 6f98 (miscellaneous system, revision 0x01) at pci10 dev 30 function 0 not configured
 [     1.020867] vendor 8086 product 6f99 (miscellaneous system, revision 0x01) at pci10 dev 30 function 1 not configured
 [     1.020867] vendor 8086 product 6f9a (miscellaneous system, revision 0x01) at pci10 dev 30 function 2 not configured
 [     1.020867] vendor 8086 product 6fc0 (miscellaneous system, revision 0x01) at pci10 dev 30 function 3 not configured
 [     1.020867] vendor 8086 product 6f9c (miscellaneous system, revision 0x01) at pci10 dev 30 function 4 not configured
 [     1.020867] vendor 8086 product 6f88 (miscellaneous system, revision 0x01) at pci10 dev 31 function 0 not configured
 [     1.020867] vendor 8086 product 6f8a (miscellaneous system, revision 0x01) at pci10 dev 31 function 2 not configured
 [     1.020867] cpu0 has 2 core siblings: cpu8 cpu0
 [     1.020867] cpu0 has 16 pkg siblings: cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 cpu8 cpu9 cpu10 cpu11 cpu12 cpu13 cpu14 cpu15 cpu0
 [     1.020867] cpu0 has 1 1st siblings: cpu0
 [     1.020867] cpu0 first in package: cpu0
 [     1.020867] cpu1 has 2 core siblings: cpu9 cpu1
 [     1.020867] cpu1 has 16 pkg siblings: cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 cpu8 cpu9 cpu10 cpu11 cpu12 cpu13 cpu14 cpu15 cpu0 cpu1
 [     1.020867] cpu1 has 1 1st siblings: cpu0
 [     1.020867] cpu1 first in package: cpu0
 [     1.020867] cpu2 has 2 core siblings: cpu10 cpu2
 [     1.020867] cpu2 has 16 pkg siblings: cpu3 cpu4 cpu5 cpu6 cpu7 cpu8 cpu9 cpu10 cpu11 cpu12 cpu13 cpu14 cpu15 cpu0 cpu1 cpu2
 [     1.020867] cpu2 has 1 1st siblings: cpu0
 [     1.020867] cpu2 first in package: cpu0
 [     1.020867] cpu3 has 2 core siblings: cpu11 cpu3
 [     1.020867] cpu3 has 16 pkg siblings: cpu4 cpu5 cpu6 cpu7 cpu8 cpu9 cpu10 cpu11 cpu12 cpu13 cpu14 cpu15 cpu0 cpu1 cpu2 cpu3
 [     1.020867] cpu3 has 1 1st siblings: cpu0
 [     1.020867] cpu3 first in package: cpu0
 [     1.020867] cpu4 has 2 core siblings: cpu12 cpu4
 [     1.020867] cpu4 has 16 pkg siblings: cpu5 cpu6 cpu7 cpu8 cpu9 cpu10 cpu11 cpu12 cpu13 cpu14 cpu15 cpu0 cpu1 cpu2 cpu3 cpu4
 [     1.020867] cpu4 has 1 1st siblings: cpu0
 [     1.020867] cpu4 first in package: cpu0
 [     1.020867] cpu5 has 2 core siblings: cpu13 cpu5
 [     1.020867] cpu5 has 16 pkg siblings: cpu6 cpu7 cpu8 cpu9 cpu10 cpu11 cpu12 cpu13 cpu14 cpu15 cpu0 cpu1 cpu2 cpu3 cpu4 cpu5
 [     1.020867] cpu5 has 1 1st siblings: cpu0
 [     1.020867] cpu5 first in package: cpu0
 [     1.020867] cpu6 has 2 core siblings: cpu14 cpu6
 [     1.020867] cpu6 has 16 pkg siblings: cpu7 cpu8 cpu9 cpu10 cpu11 cpu12 cpu13 cpu14 cpu15 cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6
 [     1.020867] cpu6 has 1 1st siblings: cpu0
 [     1.020867] cpu6 first in package: cpu0
 [     1.020867] cpu7 has 2 core siblings: cpu15 cpu7
 [     1.020867] cpu7 has 16 pkg siblings: cpu8 cpu9 cpu10 cpu11 cpu12 cpu13 cpu14 cpu15 cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7
 [     1.020867] cpu7 has 1 1st siblings: cpu0
 [     1.020867] cpu7 first in package: cpu0
 [     1.020867] cpu8 has 2 core siblings: cpu0 cpu8
 [     1.020867] cpu8 has 16 pkg siblings: cpu9 cpu10 cpu11 cpu12 cpu13 cpu14 cpu15 cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 cpu8
 [     1.020867] cpu8 has 1 1st siblings: cpu0
 [     1.020867] cpu8 first in package: cpu0
 [     1.020867] cpu9 has 2 core siblings: cpu1 cpu9
 [     1.020867] cpu9 has 16 pkg siblings: cpu10 cpu11 cpu12 cpu13 cpu14 cpu15 cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 cpu8 cpu9
 [     1.020867] cpu9 has 1 1st siblings: cpu0
 [     1.020867] cpu9 first in package: cpu0
 [     1.020867] cpu10 has 2 core siblings: cpu2 cpu10
 [     1.020867] cpu10 has 16 pkg siblings: cpu11 cpu12 cpu13 cpu14 cpu15 cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 cpu8 cpu9 cpu10
 [     1.020867] cpu10 has 1 1st siblings: cpu0
 [     1.020867] cpu10 first in package: cpu0
 [     1.020867] cpu11 has 2 core siblings: cpu3 cpu11
 [     1.020867] cpu11 has 16 pkg siblings: cpu12 cpu13 cpu14 cpu15 cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 cpu8 cpu9 cpu10 cpu11
 [     1.020867] cpu11 has 1 1st siblings: cpu0
 [     1.020867] cpu11 first in package: cpu0
 [     1.020867] cpu12 has 2 core siblings: cpu4 cpu12
 [     1.020867] cpu12 has 16 pkg siblings: cpu13 cpu14 cpu15 cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 cpu8 cpu9 cpu10 cpu11 cpu12
 [     1.020867] cpu12 has 1 1st siblings: cpu0
 [     1.020867] cpu12 first in package: cpu0
 [     1.020867] cpu13 has 2 core siblings: cpu5 cpu13
 [     1.020867] cpu13 has 16 pkg siblings: cpu14 cpu15 cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 cpu8 cpu9 cpu10 cpu11 cpu12 cpu13
 [     1.020867] cpu13 has 1 1st siblings: cpu0
 [     1.020867] cpu13 first in package: cpu0
 [     1.020867] cpu14 has 2 core siblings: cpu6 cpu14
 [     1.020867] cpu14 has 16 pkg siblings: cpu15 cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 cpu8 cpu9 cpu10 cpu11 cpu12 cpu13 cpu14
 [     1.020867] cpu14 has 1 1st siblings: cpu0
 [     1.020867] cpu14 first in package: cpu0
 [     1.020867] cpu15 has 2 core siblings: cpu7 cpu15
 [     1.020867] cpu15 has 16 pkg siblings: cpu0 cpu1 cpu2 cpu3 cpu4 cpu5 cpu6 cpu7 cpu8 cpu9 cpu10 cpu11 cpu12 cpu13 cpu14 cpu15
 [     1.020867] cpu15 has 1 1st siblings: cpu0
 [     1.020867] cpu15 first in package: cpu0
 [     1.020867] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
 [     1.944058] timecounter: Timecounter "TSC" frequency 3200109400 Hz quality 3000
 [     1.945573] uhub0 at usb0: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.00/1.00, addr 0
 [     1.945573] uhub0: 6 ports with 6 removable, self powered
 [     1.945573] uhub1 at usb1: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 0
 [     1.945573] uhub1: 15 ports with 15 removable, self powered
 [     1.945573] uhub2 at usb3: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.00/1.00, addr 0
 [     1.945573] uhub2: 2 ports with 2 removable, self powered
 [     1.945573] uhub3 at usb4: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 0
 [     1.945573] uhub3: 2 ports with 2 removable, self powered
 [     1.945573] ld1: GPT GUID: b60153c2-2f5b-4d02-b67d-4e34d35f1e55
 [     1.945573] ld0: GPT GUID: 34286e64-aaec-42bb-96e1-97d8bef5f63c
 [     1.945573] dk0 at ld1: "EFI-system-alt", 262144 blocks at 2048, type: msdos
 [     1.945573] dk1 at ld1: "NetBSD-swap", 268435456 blocks at 264192, type: swap
 [     1.945573] dk2 at ld1: "Builds-old", 3565158400 blocks at 268699648, type: ffs
 [     1.945573] ld2: GPT GUID: 2748471b-b187-48ed-b4a5-a61f087cc87a
 [     1.945573] dk3 at ld0: "EFI-system", 262144 blocks at 2048, type: msdos
 [     1.945573] dk4 at ld0: "NetBSD-root", 104857600 blocks at 264192, type: ffs
 [     1.945573] dk5 at ld0: "NetBSD-var", 104857600 blocks at 105121792, type: ffs
 [     1.945573] dk6 at ld0: "Homes", 775946240 blocks at 209979392, type: ffs
 [     1.945573] dk7 at ld2: "EFI-alt-new", 262144 blocks at 2048, type: msdos
 [     1.945573] dk8 at ld2: "NetBSD-swap-new", 268435456 blocks at 264192, type: swap
 [     1.945573] dk9 at ld2: "Builds", 3628072960 blocks at 268699648, type: ffs
 [     1.945573] aes: Intel AES-NI
 [     1.945573] chacha: x86 SSE2 ChaCha
 [     1.954056] uhub4 at usb5: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
 [     1.954056] uhub4: 2 ports with 2 removable, self powered
 [     1.954056] uhub5 at usb2: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
 [     1.954056] uhub5: 2 ports with 2 removable, self powered
 [     2.034055] ahcisata0 port 1: device present, speed: 6.0Gb/s
 [     2.044055] ahcisata0 port 0: device present, speed: 6.0Gb/s
 [     2.074055] wd0 at atabus0 drive 0
 [     2.074055] wd0: <WDC WD5000AZLX-00K2TA0>
 [     2.074055] wd0: drive supports 16-sector PIO transfers, LBA48 addressing
 [     2.074055] wd0: 465 GB, 969021 cyl, 16 head, 63 sec, 512 bytes/sect x 976773168 sectors (4096 bytes/physsect)
 [     2.144054] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), NCQ (32 tags) w/PRIO
 [     2.144054] wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags) w/PRIO
 [     2.144054] wd1 at atabus1 drive 0
 [     2.144054] wd1: <WDC WD5000AZLX-00CL5A0>
 [     2.144054] wd1: drive supports 16-sector PIO transfers, LBA48 addressing
 [     2.144054] wd1: 465 GB, 969021 cyl, 16 head, 63 sec, 512 bytes/sect x 976773168 sectors (4096 bytes/physsect)
 [     2.224054] wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), NCQ (32 tags) w/PRIO
 [     2.224054] wd1(ahcisata0:1:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags) w/PRIO
 [     2.554053] uhub6 at uhub0 port 4: ASUS TEK. (0x174c) ASM107x (0x3074), class 9/0, rev 3.00/0.01, addr 2
 [     2.554053] uhub7 at uhub1 port 4: ASUS TEK. (0x174c) ASM107x (0x2074), class 9/0, rev 2.10/0.01, addr 1
 [     2.554053] uhub7: multiple transaction translators
 [     2.614052] uhub7: 4 ports with 4 removable, self powered
 [     2.624052] uhub6: 4 ports with 4 removable, self powered
 [     3.004051] uhub8 at uhub5 port 1: vendor 8087 (0x8087) product 800a (0x800a), class 9/0, rev 2.00/0.05, addr 2
 [     3.004051] uhub8: single transaction translator
 [     3.004051] uhub9 at uhub4 port 1: vendor 8087 (0x8087) product 8002 (0x8002), class 9/0, rev 2.00/0.05, addr 2
 [     3.004051] uhub9: single transaction translator
 [     3.004051] uhub8: 6 ports with 6 removable, self powered
 [     3.004051] uhub9: 8 ports with 8 removable, self powered
 [     3.394049] ugen0 at uhub1 port 5
 [     3.394049] ugen0: American Power Conversion (0x051d) Back-UPS NS 1500M2 FW:957.e3 .D USB FW:e3 (0x0002), rev 2.00/0.90, addr 3
 [     3.874047] uhidev0 at uhub1 port 13 configuration 1 interface 0
 [     3.874047] uhidev0: Logitech (0x046d) USB Keyboard (0xc31c), rev 1.10/64.00, addr 4, iclass 3/1
 [     3.874047] ukbd0 at uhidev0
 [     3.874047] wskbd0 at ukbd0: console keyboard
 [     3.874047] uhidev1 at uhub1 port 13 configuration 1 interface 1
 [     3.874047] uhidev1: Logitech (0x046d) USB Keyboard (0xc31c), rev 1.10/64.00, addr 4, iclass 3/0
 [     3.874047] uhidev1: 3 report ids
 [     3.874047] uhid0 at uhidev1 reportid 1: input=1, output=0, feature=0
 [     3.874047] uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0
 [     3.874047] uhid2 at uhidev1 reportid 3: input=3, output=0, feature=0
 [     4.344045] uhidev2 at uhub1 port 14 configuration 1 interface 0
 [     4.344045] uhidev2: PixArt (0x17ef) Lenovo USB Optical Mouse (0x600e), rev 2.00/1.00, addr 5, iclass 3/1
 [     4.344045] ums0 at uhidev2: 3 buttons and Z dir
 [     4.344045] wsmouse0 at ums0 mux 0
 [     4.354045] WARNING: 1 error while detecting hardware; check system log.
 [     4.364045] boot device: ld0
 [     4.364045] root on dk4 dumps on dk1
 [     4.374045] dump_misc_init: max_paddr = 0x2040000000
 [     4.374045] mountroot: trying ffs...
 [     4.374045] root file system type: ffs
 [     4.374045] kern.module.path=/stand/amd64/9.99.99/modules
 [     4.374045] nouveau0: NVIDIA GP107 (137000a1)
 [     4.484045] nouveau0: bios: version 86.07.39.80.26
 [     4.484045] allocated pic msi7 type edge pin 0 level 6 to cpu1 slot 4 idt entry 100
 [     4.484045] nouveau0: interrupting at msi7 vec 0 (nouveau0)
 [     4.484045] nouveau0: fb: 4096 MiB GDDR5
 [     4.504045] Zone  kernel: Available graphics memory: 9007199250247754 KiB
 [     4.504045] Zone   dma32: Available graphics memory: 2097152 KiB
 [     4.504045] nouveau0: DRM: VRAM: 4096 MiB
 [     4.504045] nouveau0: DRM: GART: 536870912 MiB
 [     4.504045] nouveau0: DRM: BIT table 'A' not found
 [     4.504045] nouveau0: DRM: BIT table 'L' not found
 [     4.504045] nouveau0: DRM: TMDS table version 2.0
 [     4.504045] nouveau0: DRM: DCB version 4.1
 [     4.504045] nouveau0: DRM: DCB outp 00: 01000f42 04620030
 [     4.504045] nouveau0: DRM: DCB outp 01: 02011f62 04620010
 [     4.504045] nouveau0: DRM: DCB outp 02: 02822f76 04600020
 [     4.504045] nouveau0: DRM: DCB outp 03: 02022f72 04620020
 [     4.504045] nouveau0: DRM: DCB conn 00: 00001031
 [     4.504045] nouveau0: DRM: DCB conn 01: 00010161
 [     4.504045] nouveau0: DRM: DCB conn 02: 00020246
 [     4.504045] nouveau0: DRM: MM: using COPY for buffer copies
 [     4.524044] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 [     4.524044] [drm] Driver supports precise vblank timestamp query.
 [     4.564044] nouveaufb0 at nouveau0
 [     4.564044] [drm] Initialized nouveau 1.3.1 20120801 for nouveau0 on minor 0
 [     4.564044] nouveaufb0: framebuffer at 0xc0400000, size 1920x1080, depth 32, stride 7680
 [     6.564036] nouveau0: autoconfiguration error: error: DRM: core notifier timeout
 [     8.564027] nouveau0: autoconfiguration error: error: DRM: base-0: timeout
 [     8.564027] no data for est. mode 640x480x67
 [     8.584027] wsdisplay0 at nouveaufb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
 [     8.584027] wsmux1: connecting to wsdisplay0
 [     8.584027] init: copying out flags `-s' 3
 [     8.584027] init: copying out path `/sbin/init' 11
 [    64.313794] wsmouse0: detached
 [    64.313794] ums0: detached
 [    64.313794] uhidev2: detached
 [    64.313794] uhidev2: at uhub1 port 14 (addr 5) disconnected
 [    66.043787] uhidev2 at uhub1 port 14 configuration 1 interface 0
 [    66.043787] uhidev2: PixArt (0x17ef) Lenovo USB Optical Mouse (0x600e), rev 2.00/1.00, addr 6, iclass 3/1
 [    66.043787] ums0 at uhidev2: 3 buttons and Z dir
 [    66.043787] wsmouse0 at ums0 mux 0
 [   126.013536] wsmouse0: detached
 [   126.013536] ums0: detached
 [   126.013536] uhidev2: detached
 [   126.013536] uhidev2: at uhub1 port 14 (addr 6) disconnected
 [   127.753528] uhidev2 at uhub1 port 14 configuration 1 interface 0
 [   127.753528] uhidev2: PixArt (0x17ef) Lenovo USB Optical Mouse (0x600e), rev 2.00/1.00, addr 7, iclass 3/1
 [   127.753528] ums0 at uhidev2: 3 buttons and Z dir
 [   127.753528] wsmouse0 at ums0 mux 0
 [   157.494035] SCK0 (ACPI0004) [Module Device] at acpi0 not configured
 [   157.494035] APIC (PNP0003) [APIC] at acpi0 not configured
 [   157.494035] SPKR (PNP0800) [AT-style speaker sound] at acpi0 not configured
 [   157.494035] HPET (PNP0103) [HPET Timer] at acpi0 not configured
 [   157.494035] WMI1 (PNP0C14) [WMI Mapper Device] at acpi0 not configured
 [   157.494035] acpibut0 at acpi0 (PWRB, PNP0C0C-170): ACPI Power Button
 [   157.494035] WMTF (PNP0C14) [WMI Mapper Device] at acpi0 not configured
 [   157.494035] INTS (INT3510) at acpi0 not configured
 [   157.494035] AMW0 (PNP0C14) [WMI Mapper Device] at acpi0 not configured
 [   157.503853] acpicpu0 at cpu0: ACPI CPU
 [   157.503853] acpicpu0: C1: FFH, lat   1 us, pow  1016 mW
 [   157.503853] acpicpu0: P0: FFH, lat  10 us, pow 140000 mW, 3201 MHz, turbo boost
 [   157.503853] acpicpu0: P1: FFH, lat  10 us, pow 140000 mW, 3200 MHz
 [   157.503853] acpicpu0: P2: FFH, lat  10 us, pow 132874 mW, 3100 MHz
 [   157.503853] acpicpu0: P3: FFH, lat  10 us, pow 121739 mW, 2900 MHz
 [   157.503853] acpicpu0: P4: FFH, lat  10 us, pow 116324 mW, 2800 MHz
 [   157.503853] acpicpu0: P5: FFH, lat  10 us, pow 105796 mW, 2600 MHz
 [   157.503853] acpicpu0: P6: FFH, lat  10 us, pow 100683 mW, 2500 MHz
 [   157.503853] acpicpu0: P7: FFH, lat  10 us, pow 89492 mW, 2300 MHz
 [   157.503853] acpicpu0: P8: FFH, lat  10 us, pow 84687 mW, 2200 MHz
 [   157.503853] acpicpu0: P9: FFH, lat  10 us, pow 79979 mW, 2100 MHz
 [   157.503853] acpicpu0: P10: FFH, lat  10 us, pow 70845 mW, 1900 MHz
 [   157.503853] acpicpu0: P11: FFH, lat  10 us, pow 66421 mW, 1800 MHz
 [   157.503853] acpicpu0: P12: FFH, lat  10 us, pow 57850 mW, 1600 MHz
 [   157.503853] acpicpu0: P13: FFH, lat  10 us, pow 52557 mW, 1500 MHz
 [   157.503853] acpicpu0: P14: FFH, lat  10 us, pow 44560 mW, 1300 MHz
 [   157.503853] acpicpu0: P15: FFH, lat  10 us, pow 40695 mW, 1200 MHz
 [   157.503853] acpicpu0: T0: FFH, lat   1 us, pow 40410 mW, 100 %
 [   157.503853] acpicpu0: T1: FFH, lat   1 us, pow 37887 mW,  94 %
 [   157.503853] acpicpu0: T2: FFH, lat   1 us, pow 35363 mW,  88 %
 [   157.503853] acpicpu0: T3: FFH, lat   1 us, pow 32840 mW,  82 %
 [   157.503853] acpicpu0: T4: FFH, lat   1 us, pow 30317 mW,  75 %
 [   157.503853] acpicpu0: T5: FFH, lat   1 us, pow 27794 mW,  69 %
 [   157.503853] acpicpu0: T6: FFH, lat   1 us, pow 25271 mW,  63 %
 [   157.503853] acpicpu0: T7: FFH, lat   1 us, pow 22748 mW,  57 %
 [   157.503853] acpicpu0: T8: FFH, lat   1 us, pow 20225 mW,  50 %
 [   157.503853] acpicpu0: T9: FFH, lat   1 us, pow 17702 mW,  44 %
 [   157.503853] acpicpu0: T10: FFH, lat   1 us, pow 15179 mW,  38 %
 [   157.503853] acpicpu0: T11: FFH, lat   1 us, pow 12656 mW,  32 %
 [   157.503853] acpicpu0: T12: FFH, lat   1 us, pow 10133 mW,  25 %
 [   157.503853] acpicpu0: T13: FFH, lat   1 us, pow  7609 mW,  19 %
 [   157.503853] acpicpu0: T14: FFH, lat   1 us, pow  5086 mW,  13 %
 [   157.503853] acpicpu1 at cpu1: ACPI CPU
 [   157.503853] acpicpu2 at cpu2: ACPI CPU
 [   157.513404] acpicpu3 at cpu3: ACPI CPU
 [   157.513404] acpicpu4 at cpu4: ACPI CPU
 [   157.513404] acpicpu5 at cpu5: ACPI CPU
 [   157.523404] acpicpu6 at cpu6: ACPI CPU
 [   157.523404] acpicpu7 at cpu7: ACPI CPU
 [   157.523404] acpicpu8 at cpu8: ACPI CPU
 [   157.523404] acpicpu9 at cpu9: ACPI CPU
 [   157.533405] acpicpu10 at cpu10: ACPI CPU
 [   157.533405] acpicpu11 at cpu11: ACPI CPU
 [   157.533405] acpicpu12 at cpu12: ACPI CPU
 [   157.543409] acpicpu13 at cpu13: ACPI CPU
 [   157.543409] acpicpu14 at cpu14: ACPI CPU
 [   157.543409] acpicpu15 at cpu15: ACPI CPU
 [   157.633871] hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
 [   157.633871] timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
 [   157.633871] SCK0 (ACPI0004) [Module Device] at acpi0 not configured
 [   157.633871] APIC (PNP0003) [APIC] at acpi0 not configured
 [   157.633871] SPKR (PNP0800) [AT-style speaker sound] at acpi0 not configured
 [   157.633871] WMI1 (PNP0C14) [WMI Mapper Device] at acpi0 not configured
 [   157.633871] WMTF (PNP0C14) [WMI Mapper Device] at acpi0 not configured
 [   157.633871] INTS (INT3510) at acpi0 not configured
 [   157.633871] AMW0 (PNP0C14) [WMI Mapper Device] at acpi0 not configured
 [   157.643441] coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=100
 [   157.643441] coretemp1 at cpu1: thermal sensor, 1 C resolution, Tjmax=100
 [   157.643441] coretemp2 at cpu2: thermal sensor, 1 C resolution, Tjmax=100
 [   157.643441] coretemp3 at cpu3: thermal sensor, 1 C resolution, Tjmax=100
 [   157.643441] coretemp4 at cpu4: thermal sensor, 1 C resolution, Tjmax=100
 [   157.643441] coretemp5 at cpu5: thermal sensor, 1 C resolution, Tjmax=100
 [   157.643441] coretemp6 at cpu6: thermal sensor, 1 C resolution, Tjmax=100
 [   157.643441] coretemp7 at cpu7: thermal sensor, 1 C resolution, Tjmax=100
 [   157.713923] wbsio0 at isa0 port 0x2e-0x2f: Nuvoton LPC Super I/O NCT6791D rev D
 [   157.723702] lm0 at wbsio0 port 0x290-0x297
 [   157.723702] lm0: Using default temp sensors
 [   157.723702] lm0: Nuvoton NCT6791D Hardware monitor
 [   157.723702] tco0 at ichlpcib0: TCO (watchdog) timer configured.
 [   157.723702] tco0: Min/Max interval 1/367 seconds
 [   157.783529] Intel Core i7-6xxxK/Xeon-D IIO Address Map, VTD_Misc, System Management (miscellaneous system, revision 0x01) at pci0 dev 5 function 0 not configured
 [   157.783529] Intel Xeon-D IIO Hot Plug (miscellaneous system, revision 0x01) at pci0 dev 5 function 1 not configured
 [   157.783529] Intel Core i7-6xxxK/Xeon-D IIO RAS, Control Status, Global Errors (miscellaneous system, revision 0x01) at pci0 dev 5 function 2 not configured
 [   157.783529] Intel Core i7-6xxxK/Xeon-D I/O APIC (interrupt system, IO(x) APIC, revision 0x01) at pci0 dev 5 function 4 not configured
 [   157.783529] Intel C61x/X99 SPSR (undefined, subclass 0x00, revision 0x05) at pci0 dev 17 function 0 not configured
 [   157.783529] Intel C61x/X99 MEI Controller (miscellaneous communications, revision 0x05) at pci0 dev 22 function 0 not configured
 [   157.783529] hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
 [   157.783529] allocated pic msi8 type edge pin 0 level 7 to cpu1 slot 5 idt entry 112
 [   157.783529] hdaudio0: interrupting at msi8 vec 0
 [   157.793403] hdaudio0: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 1, 64-bit
 [   157.793403] hdafg at hdaudio0 not configured
 [   157.793403] Intel C61x/X99 SMBus Controller (SMBus serial bus, revision 0x05) at pci0 dev 31 function 3 not configured
 [   157.793403] hdaudio1 at pci7 dev 0 function 1: HD Audio Controller
 [   157.793403] allocated pic msi9 type edge pin 0 level 7 to cpu1 slot 6 idt entry 113
 [   157.793403] hdaudio1: interrupting at msi9 vec 0
 [   157.793403] hdaudio1: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 4, 64-bit
 [   157.793403] hdafg at hdaudio1 not configured
 [   157.793403] Intel Xeon-D QPI (miscellaneous system, revision 0x01) at pci10 dev 11 function 0 not configured
 [   157.793403] Intel Xeon-D QPI (performance counters DASP, revision 0x01) at pci10 dev 11 function 1 not configured
 [   157.793403] Intel Xeon-D QPI (performance counters DASP, revision 0x01) at pci10 dev 11 function 2 not configured
 [   157.793403] Intel Xeon-D QPI (miscellaneous system, revision 0x01) at pci10 dev 11 function 3 not configured
 [   157.793403] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 0 not configured
 [   157.793403] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 1 not configured
 [   157.793403] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 2 not configured
 [   157.793403] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 3 not configured
 [   157.793403] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 4 not configured
 [   157.793403] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 5 not configured
 [   157.793403] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 6 not configured
 [   157.793403] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 7 not configured
 [   157.793403] Intel Xeon-D Caching Agent (miscellaneous system, revision 0x01) at pci10 dev 15 function 0 not configured
 [   157.793403] Intel product 6ff9 (miscellaneous system, revision 0x01) at pci10 dev 15 function 1 not configured
 [   157.793403] Intel Xeon-D Caching Agent (Cbo Broadcast) (miscellaneous system, revision 0x01) at pci10 dev 15 function 4 not configured
 [   157.793403] Intel Xeon-D Caching Agent (Cbo Broadcast) (miscellaneous system, revision 0x01) at pci10 dev 15 function 5 not configured
 [   157.793403] Intel Xeon-D Caching Agent (Cbo Broadcast) (miscellaneous system, revision 0x01) at pci10 dev 15 function 6 not configured
 [   157.793403] Intel Xeon-D R2 PCIe Agent (miscellaneous system, revision 0x01) at pci10 dev 16 function 0 not configured
 [   157.793403] Intel Xeon-D R2 PCIe Agent (performance counters DASP, revision 0x01) at pci10 dev 16 function 1 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Ubox (miscellaneous system, revision 0x01) at pci10 dev 16 function 5 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Ubox (performance counters DASP, revision 0x01) at pci10 dev 16 function 6 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Ubox (miscellaneous system, revision 0x01) at pci10 dev 16 function 7 not configured
 [   157.793403] Intel Xeon-D Home Agent 0 (miscellaneous system, revision 0x01) at pci10 dev 18 function 0 not configured
 [   157.793403] Intel Xeon-D Home Agent 0 (performance counters DASP, revision 0x01) at pci10 dev 18 function 1 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address, Thermal, RAS) (miscellaneous system, revision 0x01) at pci10 dev 19 function 0 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address, Thermal, RAS) (miscellaneous system, revision 0x01) at pci10 dev 19 function 1 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 2 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 3 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 4 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 5 not configured
 [   157.793403] Intel Xeon-D DDR Ch0/1 Broadcast (miscellaneous system, revision 0x01) at pci10 dev 19 function 6 not configured
 [   157.793403] Intel Xeon-D DDR Global Broadcast (miscellaneous system, revision 0x01) at pci10 dev 19 function 7 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (Thermal) (miscellaneous system, revision 0x01) at pci10 dev 20 function 0 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (Thermal) (miscellaneous system, revision 0x01) at pci10 dev 20 function 1 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (Error) (miscellaneous system, revision 0x01) at pci10 dev 20 function 2 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (Error) (miscellaneous system, revision 0x01) at pci10 dev 20 function 3 not configured
 [   157.793403] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 4 not configured
 [   157.793403] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 5 not configured
 [   157.793403] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 6 not configured
 [   157.793403] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 7 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 0 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 1 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 2 not configured
 [   157.793403] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 3 not configured
 [   157.793403] Intel Core i7-6xxxK IMC (miscellaneous system, revision 0x01) at pci10 dev 22 function 0 not configured
 [   157.793403] Intel product 6f6e (miscellaneous system, revision 0x01) at pci10 dev 22 function 6 not configured
 [   157.793403] Intel product 6f6f (miscellaneous system, revision 0x01) at pci10 dev 22 function 7 not configured
 [   157.803402] Intel Core i7-6xxxK IMC (miscellaneous system, revision 0x01) at pci10 dev 23 function 0 not configured
 [   157.803402] Intel product 6fb8 (miscellaneous system, revision 0x01) at pci10 dev 23 function 4 not configured
 [   157.803402] Intel product 6fb9 (miscellaneous system, revision 0x01) at pci10 dev 23 function 5 not configured
 [   157.803402] Intel product 6fba (miscellaneous system, revision 0x01) at pci10 dev 23 function 6 not configured
 [   157.803402] Intel product 6fbb (miscellaneous system, revision 0x01) at pci10 dev 23 function 7 not configured
 [   157.803402] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 0 not configured
 [   157.803402] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 1 not configured
 [   157.803402] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 2 not configured
 [   157.803402] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 3 not configured
 [   157.803402] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 4 not configured
 [   157.803402] Intel Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 31 function 0 not configured
 [   157.803402] Intel Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 31 function 2 not configured
 [   157.903402] hdafg0 at hdaudio0: Realtek product 0900
 [   157.933402] hdafg0: DAC00 6ch: Speaker [Jack]
 [   157.933402] hdafg0: DAC01 2ch: HP Out [Jack]
 [   157.933402] hdafg0: DIG02 2ch: SPDIF Out [Built-In]
 [   157.933402] hdafg0: DIG03 2ch: SPDIF Out [Jack]
 [   157.933402] hdafg0: ADC04 2ch: Line In [Jack], Mic In [Jack]
 [   157.933402] hdafg0: ADC05 2ch: Mic In [Jack]
 [   157.933402] hdafg0: 6ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 AC3
 [   157.933402] audio0 at hdafg0: playback, capture, full duplex, independent
 [   157.933402] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
 [   157.933402] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
 [   157.933402] hdafg1 at hdaudio1: NVIDIA product 0080
 [   157.943402] hdafg1: DP00 8ch: Digital Out [Jack]
 [   157.943402] hdafg1: DP01 8ch: Digital Out [Jack]
 [   157.943402] hdafg1: DP02 8ch: Digital Out [Jack]
 [   157.943402] hdafg1: 8ch/0ch 48000Hz PCM16*
 [   158.043401] audio1 at hdafg1: playback, capture, full duplex, independent
 [   158.043401] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
 [   158.043401] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
 [   158.053403] spkr0 at audio0: PC Speaker (synthesized)
 [   158.053403] wsbell at spkr0 not configured
 [   158.053403] spkr1 at audio1: PC Speaker (synthesized)
 [   158.053403] wsbell at spkr1 not configured
 [   158.053403] wsbell0 at spkr0 mux 1
 [   158.053403] wsbell1 at spkr1 mux 1
 [   158.064388] Intel Core i7-6xxxK/Xeon-D IIO Address Map, VTD_Misc, System Management (miscellaneous system, revision 0x01) at pci0 dev 5 function 0 not configured
 [   158.064388] Intel Xeon-D IIO Hot Plug (miscellaneous system, revision 0x01) at pci0 dev 5 function 1 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D IIO RAS, Control Status, Global Errors (miscellaneous system, revision 0x01) at pci0 dev 5 function 2 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D I/O APIC (interrupt system, IO(x) APIC, revision 0x01) at pci0 dev 5 function 4 not configured
 [   158.064388] Intel C61x/X99 SPSR (undefined, subclass 0x00, revision 0x05) at pci0 dev 17 function 0 not configured
 [   158.064388] Intel C61x/X99 MEI Controller (miscellaneous communications, revision 0x05) at pci0 dev 22 function 0 not configured
 [   158.064388] Intel C61x/X99 SMBus Controller (SMBus serial bus, revision 0x05) at pci0 dev 31 function 3 not configured
 [   158.064388] Intel Xeon-D QPI (miscellaneous system, revision 0x01) at pci10 dev 11 function 0 not configured
 [   158.064388] Intel Xeon-D QPI (performance counters DASP, revision 0x01) at pci10 dev 11 function 1 not configured
 [   158.064388] Intel Xeon-D QPI (performance counters DASP, revision 0x01) at pci10 dev 11 function 2 not configured
 [   158.064388] Intel Xeon-D QPI (miscellaneous system, revision 0x01) at pci10 dev 11 function 3 not configured
 [   158.064388] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 0 not configured
 [   158.064388] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 1 not configured
 [   158.064388] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 2 not configured
 [   158.064388] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 3 not configured
 [   158.064388] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 4 not configured
 [   158.064388] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 5 not configured
 [   158.064388] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 6 not configured
 [   158.064388] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 7 not configured
 [   158.064388] Intel Xeon-D Caching Agent (miscellaneous system, revision 0x01) at pci10 dev 15 function 0 not configured
 [   158.064388] Intel product 6ff9 (miscellaneous system, revision 0x01) at pci10 dev 15 function 1 not configured
 [   158.064388] Intel Xeon-D Caching Agent (Cbo Broadcast) (miscellaneous system, revision 0x01) at pci10 dev 15 function 4 not configured
 [   158.064388] Intel Xeon-D Caching Agent (Cbo Broadcast) (miscellaneous system, revision 0x01) at pci10 dev 15 function 5 not configured
 [   158.064388] Intel Xeon-D Caching Agent (Cbo Broadcast) (miscellaneous system, revision 0x01) at pci10 dev 15 function 6 not configured
 [   158.064388] Intel Xeon-D R2 PCIe Agent (miscellaneous system, revision 0x01) at pci10 dev 16 function 0 not configured
 [   158.064388] Intel Xeon-D R2 PCIe Agent (performance counters DASP, revision 0x01) at pci10 dev 16 function 1 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Ubox (miscellaneous system, revision 0x01) at pci10 dev 16 function 5 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Ubox (performance counters DASP, revision 0x01) at pci10 dev 16 function 6 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Ubox (miscellaneous system, revision 0x01) at pci10 dev 16 function 7 not configured
 [   158.064388] Intel Xeon-D Home Agent 0 (miscellaneous system, revision 0x01) at pci10 dev 18 function 0 not configured
 [   158.064388] Intel Xeon-D Home Agent 0 (performance counters DASP, revision 0x01) at pci10 dev 18 function 1 not configured
 [   158.064388] imc0 at pci10 dev 19 function 0: Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address, Thermal, RAS) (rev. 0x01)
 [   158.064388] imc0: Intel Broadwell Xeon iMC 0 SMBus controllers
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address, Thermal, RAS) (miscellaneous system, revision 0x01) at pci10 dev 19 function 1 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 2 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 3 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 4 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 5 not configured
 [   158.064388] Intel Xeon-D DDR Ch0/1 Broadcast (miscellaneous system, revision 0x01) at pci10 dev 19 function 6 not configured
 [   158.064388] Intel Xeon-D DDR Global Broadcast (miscellaneous system, revision 0x01) at pci10 dev 19 function 7 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (Thermal) (miscellaneous system, revision 0x01) at pci10 dev 20 function 0 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (Thermal) (miscellaneous system, revision 0x01) at pci10 dev 20 function 1 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (Error) (miscellaneous system, revision 0x01) at pci10 dev 20 function 2 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (Error) (miscellaneous system, revision 0x01) at pci10 dev 20 function 3 not configured
 [   158.064388] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 4 not configured
 [   158.064388] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 5 not configured
 [   158.064388] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 6 not configured
 [   158.064388] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 7 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 0 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 1 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 2 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 3 not configured
 [   158.064388] imc1 at pci10 dev 22 function 0: Intel Core i7-6xxxK IMC (rev. 0x01)
 [   158.064388] imc1: Intel Broadwell Xeon iMC 1 SMBus controllers
 [   158.064388] Intel product 6f6e (miscellaneous system, revision 0x01) at pci10 dev 22 function 6 not configured
 [   158.064388] Intel product 6f6f (miscellaneous system, revision 0x01) at pci10 dev 22 function 7 not configured
 [   158.064388] Intel Core i7-6xxxK IMC (miscellaneous system, revision 0x01) at pci10 dev 23 function 0 not configured
 [   158.064388] Intel product 6fb8 (miscellaneous system, revision 0x01) at pci10 dev 23 function 4 not configured
 [   158.064388] Intel product 6fb9 (miscellaneous system, revision 0x01) at pci10 dev 23 function 5 not configured
 [   158.064388] Intel product 6fba (miscellaneous system, revision 0x01) at pci10 dev 23 function 6 not configured
 [   158.064388] Intel product 6fbb (miscellaneous system, revision 0x01) at pci10 dev 23 function 7 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 0 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 1 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 2 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 3 not configured
 [   158.064388] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 4 not configured
 [   158.064388] Intel Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 31 function 0 not configured
 [   158.064388] Intel Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 31 function 2 not configured
 [   158.203859] imcsmb0 at imc0: SMBus controller
 [   158.203859] iic0 at imcsmb0: I2C bus
 [   158.203859] imcsmb1 at imc0: SMBus controller
 [   158.203859] iic1 at imcsmb1: I2C bus
 [   158.203859] imcsmb2 at imc1: SMBus controller
 [   158.203859] iic2 at imcsmb2: I2C bus
 [   158.203859] imcsmb3 at imc1: SMBus controller
 [   158.203859] iic3 at imcsmb3: I2C bus
 [   158.223401] spdmem0 at iic0 addr 0x50: CMK128GX4M8A2133C13
 [   158.293400] spdmem0: DDR4 SDRAM (DDR4 UDIMM), no ECC, no temp-sensor, 16GB, 2132MHz (PC4-17100)
 [   158.293400] spdmem0: 16 rows, 10 cols, 2 ranks (symmetric), 4 banks/group, 4 bank groups
 [   158.293400] spdmem0: 0.938ns cycle time
 [   158.293400] spdmem0: tAA-tRCD-tRP-tRAS: 15-15-15-36
 [   158.313400] spdmem1 at iic0 addr 0x51: CMK128GX4M8A2133C13
 [   158.393400] spdmem1: DDR4 SDRAM (DDR4 UDIMM), no ECC, no temp-sensor, 16GB, 2132MHz (PC4-17100)
 [   158.393400] spdmem1: 16 rows, 10 cols, 2 ranks (symmetric), 4 banks/group, 4 bank groups
 [   158.393400] spdmem1: 0.938ns cycle time
 [   158.393400] spdmem1: tAA-tRCD-tRP-tRAS: 15-15-15-36
 [   158.403400] spdmem2 at iic0 addr 0x54: CMK128GX4M8A2133C13
 [   158.483400] spdmem2: DDR4 SDRAM (DDR4 UDIMM), no ECC, no temp-sensor, 16GB, 2132MHz (PC4-17100)
 [   158.483400] spdmem2: 16 rows, 10 cols, 2 ranks (symmetric), 4 banks/group, 4 bank groups
 [   158.483400] spdmem2: 0.938ns cycle time
 [   158.483400] spdmem2: tAA-tRCD-tRP-tRAS: 15-15-15-36
 [   158.503399] spdmem3 at iic0 addr 0x55: CMK128GX4M8A2133C13
 [   158.573399] spdmem3: DDR4 SDRAM (DDR4 UDIMM), no ECC, no temp-sensor, 16GB, 2132MHz (PC4-17100)
 [   158.573399] spdmem3: 16 rows, 10 cols, 2 ranks (symmetric), 4 banks/group, 4 bank groups
 [   158.573399] spdmem3: 0.938ns cycle time
 [   158.573399] spdmem3: tAA-tRCD-tRP-tRAS: 15-15-15-36
 [   158.593399] spdmem4 at iic1 addr 0x50: CMK128GX4M8A2133C13
 [   158.673399] spdmem4: DDR4 SDRAM (DDR4 UDIMM), no ECC, no temp-sensor, 16GB, 2132MHz (PC4-17100)
 [   158.673399] spdmem4: 16 rows, 10 cols, 2 ranks (symmetric), 4 banks/group, 4 bank groups
 [   158.673399] spdmem4: 0.938ns cycle time
 [   158.673399] spdmem4: tAA-tRCD-tRP-tRAS: 15-15-15-36
 [   158.683399] spdmem5 at iic1 addr 0x51: CMK128GX4M8A2133C13
 [   158.763398] spdmem5: DDR4 SDRAM (DDR4 UDIMM), no ECC, no temp-sensor, 16GB, 2132MHz (PC4-17100)
 [   158.763398] spdmem5: 16 rows, 10 cols, 2 ranks (symmetric), 4 banks/group, 4 bank groups
 [   158.763398] spdmem5: 0.938ns cycle time
 [   158.763398] spdmem5: tAA-tRCD-tRP-tRAS: 15-15-15-36
 [   158.783398] spdmem6 at iic1 addr 0x54: CMK128GX4M8A2133C13
 [   158.853398] spdmem6: DDR4 SDRAM (DDR4 UDIMM), no ECC, no temp-sensor, 16GB, 2132MHz (PC4-17100)
 [   158.853398] spdmem6: 16 rows, 10 cols, 2 ranks (symmetric), 4 banks/group, 4 bank groups
 [   158.853398] spdmem6: 0.938ns cycle time
 [   158.853398] spdmem6: tAA-tRCD-tRP-tRAS: 15-15-15-36
 [   158.873398] spdmem7 at iic1 addr 0x55: CMK128GX4M8A2133C13
 [   158.953397] spdmem7: DDR4 SDRAM (DDR4 UDIMM), no ECC, no temp-sensor, 16GB, 2132MHz (PC4-17100)
 [   158.953397] spdmem7: 16 rows, 10 cols, 2 ranks (symmetric), 4 banks/group, 4 bank groups
 [   158.953397] spdmem7: 0.938ns cycle time
 [   158.953397] spdmem7: tAA-tRCD-tRP-tRAS: 15-15-15-36
 [   163.673378] Intel Core i7-6xxxK/Xeon-D IIO Address Map, VTD_Misc, System Management (miscellaneous system, revision 0x01) at pci0 dev 5 function 0 not configured
 [   163.673378] Intel Xeon-D IIO Hot Plug (miscellaneous system, revision 0x01) at pci0 dev 5 function 1 not configured
 [   163.673378] Intel Core i7-6xxxK/Xeon-D IIO RAS, Control Status, Global Errors (miscellaneous system, revision 0x01) at pci0 dev 5 function 2 not configured
 [   163.673378] Intel Core i7-6xxxK/Xeon-D I/O APIC (interrupt system, IO(x) APIC, revision 0x01) at pci0 dev 5 function 4 not configured
 [   163.673378] Intel C61x/X99 SPSR (undefined, subclass 0x00, revision 0x05) at pci0 dev 17 function 0 not configured
 [   163.673378] Intel C61x/X99 MEI Controller (miscellaneous communications, revision 0x05) at pci0 dev 22 function 0 not configured
 [   163.673378] ichsmb0 at pci0 dev 31 function 3: Intel C61x/X99 SMBus Controller (rev. 0x05)
 [   163.673378] ichsmb0: interrupting at ioapic0 pin 18
 [   163.673378] iic4 at ichsmb0: I2C bus
 [   163.683378] Intel Xeon-D QPI (miscellaneous system, revision 0x01) at pci10 dev 11 function 0 not configured
 [   163.683378] Intel Xeon-D QPI (performance counters DASP, revision 0x01) at pci10 dev 11 function 1 not configured
 [   163.683378] Intel Xeon-D QPI (performance counters DASP, revision 0x01) at pci10 dev 11 function 2 not configured
 [   163.683378] Intel Xeon-D QPI (miscellaneous system, revision 0x01) at pci10 dev 11 function 3 not configured
 [   163.683378] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 0 not configured
 [   163.683378] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 1 not configured
 [   163.683378] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 2 not configured
 [   163.683378] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 3 not configured
 [   163.683378] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 4 not configured
 [   163.683378] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 5 not configured
 [   163.683378] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 6 not configured
 [   163.683378] Intel Xeon-D Caching Agent (Cbo Unicast) (miscellaneous system, revision 0x01) at pci10 dev 12 function 7 not configured
 [   163.683378] Intel Xeon-D Caching Agent (miscellaneous system, revision 0x01) at pci10 dev 15 function 0 not configured
 [   163.683378] Intel product 6ff9 (miscellaneous system, revision 0x01) at pci10 dev 15 function 1 not configured
 [   163.683378] Intel Xeon-D Caching Agent (Cbo Broadcast) (miscellaneous system, revision 0x01) at pci10 dev 15 function 4 not configured
 [   163.683378] Intel Xeon-D Caching Agent (Cbo Broadcast) (miscellaneous system, revision 0x01) at pci10 dev 15 function 5 not configured
 [   163.683378] Intel Xeon-D Caching Agent (Cbo Broadcast) (miscellaneous system, revision 0x01) at pci10 dev 15 function 6 not configured
 [   163.683378] Intel Xeon-D R2 PCIe Agent (miscellaneous system, revision 0x01) at pci10 dev 16 function 0 not configured
 [   163.683378] Intel Xeon-D R2 PCIe Agent (performance counters DASP, revision 0x01) at pci10 dev 16 function 1 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Ubox (miscellaneous system, revision 0x01) at pci10 dev 16 function 5 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Ubox (performance counters DASP, revision 0x01) at pci10 dev 16 function 6 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Ubox (miscellaneous system, revision 0x01) at pci10 dev 16 function 7 not configured
 [   163.683378] Intel Xeon-D Home Agent 0 (miscellaneous system, revision 0x01) at pci10 dev 18 function 0 not configured
 [   163.683378] Intel Xeon-D Home Agent 0 (performance counters DASP, revision 0x01) at pci10 dev 18 function 1 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address, Thermal, RAS) (miscellaneous system, revision 0x01) at pci10 dev 19 function 1 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 2 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 3 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 4 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (Target Address Decoder) (miscellaneous system, revision 0x01) at pci10 dev 19 function 5 not configured
 [   163.683378] Intel Xeon-D DDR Ch0/1 Broadcast (miscellaneous system, revision 0x01) at pci10 dev 19 function 6 not configured
 [   163.683378] Intel Xeon-D DDR Global Broadcast (miscellaneous system, revision 0x01) at pci10 dev 19 function 7 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (Thermal) (miscellaneous system, revision 0x01) at pci10 dev 20 function 0 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (Thermal) (miscellaneous system, revision 0x01) at pci10 dev 20 function 1 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (Error) (miscellaneous system, revision 0x01) at pci10 dev 20 function 2 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (Error) (miscellaneous system, revision 0x01) at pci10 dev 20 function 3 not configured
 [   163.683378] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 4 not configured
 [   163.683378] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 5 not configured
 [   163.683378] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 6 not configured
 [   163.683378] Intel Xeon-D DDR Channel 0/1 Interface (miscellaneous system, revision 0x01) at pci10 dev 20 function 7 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 0 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 1 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 2 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D Memory Controller (miscellaneous system, revision 0x01) at pci10 dev 21 function 3 not configured
 [   163.683378] Intel product 6f6e (miscellaneous system, revision 0x01) at pci10 dev 22 function 6 not configured
 [   163.683378] Intel product 6f6f (miscellaneous system, revision 0x01) at pci10 dev 22 function 7 not configured
 [   163.683378] Intel Core i7-6xxxK IMC (miscellaneous system, revision 0x01) at pci10 dev 23 function 0 not configured
 [   163.683378] Intel product 6fb8 (miscellaneous system, revision 0x01) at pci10 dev 23 function 4 not configured
 [   163.683378] Intel product 6fb9 (miscellaneous system, revision 0x01) at pci10 dev 23 function 5 not configured
 [   163.683378] Intel product 6fba (miscellaneous system, revision 0x01) at pci10 dev 23 function 6 not configured
 [   163.683378] Intel product 6fbb (miscellaneous system, revision 0x01) at pci10 dev 23 function 7 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 0 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 1 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 2 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 3 not configured
 [   163.683378] Intel Core i7-6xxxK/Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 30 function 4 not configured
 [   163.683378] Intel Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 31 function 0 not configured
 [   163.683378] Intel Xeon-D PCU (miscellaneous system, revision 0x01) at pci10 dev 31 function 2 not configured
 [   163.694272] SCK0 (ACPI0004) [Module Device] at acpi0 not configured
 [   163.694272] APIC (PNP0003) [APIC] at acpi0 not configured
 [   163.694272] SPKR (PNP0800) [AT-style speaker sound] at acpi0 not configured
 [   163.694272] acpiwmi0 at acpi0 (WMI1, PNP0C14-MXM2): ACPI WMI Interface
 [   163.694272] acpiwmibus at acpiwmi0 not configured
 [   163.694272] acpiwmi1 at acpi0 (WMTF, PNP0C14-TBFP): ACPI WMI Interface
 [   163.694272] acpiwmibus at acpiwmi1 not configured
 [   163.694272] INTS (INT3510) at acpi0 not configured
 [   163.694272] acpiwmi2 at acpi0 (AMW0, PNP0C14-ASUSWMI): ACPI WMI Interface
 [   163.694272] acpiwmibus at acpiwmi2 not configured
 [   163.704317] acpiwmibus at acpiwmi0 not configured
 [   163.704317] acpiwmibus at acpiwmi1 not configured
 [   163.704317] wmieeepc0 at acpiwmi2: Asus Eee PC WMI mappings
 [   164.636992] wm0: link state DOWN (was UNKNOWN)
 [   168.303358] wm0: link state UP (was DOWN)
 [   177.273321] no data for est. mode 640x480x67
 [   177.273321] wsdisplay0: screen 1 added (default, vt100 emulation)
 [   177.273321] no data for est. mode 640x480x67
 [   177.273321] wsdisplay0: screen 2 added (default, vt100 emulation)
 [   177.273321] no data for est. mode 640x480x67
 [   177.273321] wsdisplay0: screen 3 added (default, vt100 emulation)
 [   177.273321] no data for est. mode 640x480x67
 [   177.273321] wsdisplay0: screen 4 added (default, vt100 emulation)
 [   185.833285] nouveau0: autoconfiguration error: error: gr: intr 00000040
 [   187.033289] tun0: link state UP (was DOWN)
 [   187.053290] cpu 0: ucode 0xb00001a->0xb00003e
 [   187.063291] cpu 1: ucode 0xb00001a->0xb00003e
 [   187.063291] cpu 2: ucode 0xb00001a->0xb00003e
 [   187.063291] cpu 3: ucode 0xb00001a->0xb00003e
 [   187.073290] cpu 4: ucode 0xb00001a->0xb00003e
 [   187.073290] cpu 5: ucode 0xb00001a->0xb00003e
 [   187.073290] cpu 6: ucode 0xb00001a->0xb00003e
 [   187.073290] cpu 7: ucode 0xb00001a->0xb00003e
 --------------------------------------------------
 
 
 +--------------------+--------------------------+----------------------+
 | Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:    |
 | (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost    |
 | Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost  |
 | & Network Engineer |                          | pgoyette99%gmail.com@localhost |
 +--------------------+--------------------------+----------------------+
 


Home | Main Index | Thread Index | Old Index