Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 15:42:39 +0900
From:      KIRIYAMA Kazuhiko <kiri@truefc.org>
To:        x11@FreeBSD.org
Cc:        kiri@truefc.org
Subject:   GTX 1050Ti can't plugin-play usb devices
Message-ID:  <202009210642.08L6gdmb037247@kx.truefc.org>

next in thread | raw e-mail | index | archive | help
Hi, folks

I've implemented NVIDIA GTX 1050Ti in Supermicro X11SPM-F
machine and built up X environment on 13.0-CURRENT
(r363381). All went right and `startx' successfully done.
But usb tools could not plugin-played. After pull out usb
and pull in, keyboard, mouse and usbaudio all were not
responded. I killed X at remote machine, then all worked
again. Is there any keybord or mouse device fixed by xorg ?

/etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 440.100


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath      "/usr/local/lib/xorg/modules"
    FontPath        "/usr/local/share/fonts/misc/"
    FontPath        "/usr/local/share/fonts/TTF/"
    FontPath        "/usr/local/share/fonts/OTF/"
    FontPath        "/usr/local/share/fonts/Type1/"
    FontPath        "/usr/local/share/fonts/100dpi/"
    FontPath        "/usr/local/share/fonts/75dpi/"
    FontPath        "catalogue:/usr/local/etc/X11/fontpath.d"
EndSection

Section "Module"
    Load           "glxserver_nvidia"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/sysmouse"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    BusID          "PCI:101:0:0"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "kmsdev"             	# <str>
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "DoubleShadow"       	# [<bool>]
        #Option     "Atomic"             	# [<bool>]
    Identifier     "Card1"
    Driver         "nvidia"
    BusID          "PCI:3:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       1
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
	Modes	    "1920x1080"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Card1"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       1
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
	Modes	    "1920x1080"
    EndSubSection
EndSection

/var/log/Xorg.0.log:
[ 10264.588] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 10264.588] Build Operating System: FreeBSD 13.0-CURRENT amd64 
[ 10264.588] Current Operating System: FreeBSD smtp 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020     root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
[ 10264.588] Build Date: 24 July 2020  05:37:17PM
[ 10264.588]  
[ 10264.588] Current version of pixman: 0.40.0
[ 10264.588] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 10264.588] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10264.588] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 21 10:44:28 2020
[ 10264.589] (==) Using config file: "/etc/X11/xorg.conf"
[ 10264.589] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[ 10264.589] (==) ServerLayout "X.org Configured"
[ 10264.589] (**) |-->Screen "Screen0" (0)
[ 10264.589] (**) |   |-->Monitor "Monitor0"
[ 10264.589] (**) |   |-->Device "Card0"
[ 10264.589] (**) |-->Screen "Screen1" (1)
[ 10264.590] (**) |   |-->Monitor "Monitor1"
[ 10264.590] (**) |   |-->Device "Card1"
[ 10264.590] (**) |-->Input Device "Mouse0"
[ 10264.590] (**) |-->Input Device "Keyboard0"
[ 10264.590] (==) Automatically adding devices
[ 10264.590] (==) Automatically enabling devices
[ 10264.590] (==) Not automatically adding GPU devices
[ 10264.590] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 10264.590] (**) FontPath set to:
	/usr/local/share/fonts/misc/,
	/usr/local/share/fonts/TTF/,
	/usr/local/share/fonts/OTF/,
	/usr/local/share/fonts/Type1/,
	/usr/local/share/fonts/100dpi/,
	/usr/local/share/fonts/75dpi/,
	catalogue:/usr/local/etc/X11/fontpath.d,
	/usr/local/share/fonts/misc/,
	/usr/local/share/fonts/TTF/,
	/usr/local/share/fonts/OTF/,
	/usr/local/share/fonts/Type1/,
	/usr/local/share/fonts/100dpi/,
	/usr/local/share/fonts/75dpi/,
	catalogue:/usr/local/etc/X11/fontpath.d
[ 10264.590] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[ 10264.590] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 10264.590] (WW) Disabling Mouse0
[ 10264.590] (WW) Disabling Keyboard0
[ 10264.590] (II) Loader magic: 0x4341b0
[ 10264.590] (II) Module ABI versions:
[ 10264.591] 	X.Org ANSI C Emulation: 0.4
[ 10264.591] 	X.Org Video Driver: 24.1
[ 10264.591] 	X.Org XInput driver : 24.1
[ 10264.591] 	X.Org Server Extension : 10.0
[ 10264.591] (!!) More than one possible primary device found
[ 10264.591] (--) PCI: (3@0:0:0) 1a03:2000:15d9:095d rev 65, Mem @ 0xa3000000/16777216, 0xa4000000/131072, I/O @ 0x00003000/128, BIOS @ 0x????????/65536
[ 10264.591] (--) PCI: (101@0:0:0) 10de:1c82:1462:8c96 rev 161, Mem @ 0xdf000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/65536
[ 10264.591] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 10264.591] (II) LoadModule: "glxservernvidia"
[ 10264.592] (WW) Warning, couldn't open module glxservernvidia
[ 10264.592] (EE) Failed to load module "glxservernvidia" (module does not exist, 0)
[ 10264.592] (II) LoadModule: "glx"
[ 10264.592] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[ 10264.593] (II) Module glx: vendor="X.Org Foundation"
[ 10264.593] 	compiled for 1.20.8, module version = 1.0.0
[ 10264.594] 	ABI class: X.Org Server Extension, version 10.0
[ 10264.594] (II) LoadModule: "nvidia"
[ 10264.594] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
[ 10264.594] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 10264.594] 	compiled for 1.6.99.901, module version = 1.0.0
[ 10264.594] 	Module class: X.Org Video Driver
[ 10264.594] (II) NVIDIA dlloader X Driver  440.100  Fri May 29 08:13:34 UTC 2020
[ 10264.594] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 10264.595] (--) Using syscons driver with X support (version 2.0)
[ 10264.595] (--) using VT number 9

[ 10264.808] (II) Loading sub module "fb"
[ 10264.808] (II) LoadModule: "fb"
[ 10264.808] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[ 10264.808] (II) Module fb: vendor="X.Org Foundation"
[ 10264.808] 	compiled for 1.20.8, module version = 1.0.0
[ 10264.808] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10264.808] (II) Loading sub module "wfb"
[ 10264.808] (II) LoadModule: "wfb"
[ 10264.809] (II) Loading /usr/local/lib/xorg/modules/libwfb.so
[ 10264.809] (II) Module wfb: vendor="X.Org Foundation"
[ 10264.809] 	compiled for 1.20.8, module version = 1.0.0
[ 10264.809] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 10264.809] (II) Loading sub module "ramdac"
[ 10264.809] (II) LoadModule: "ramdac"
[ 10264.809] (II) Module "ramdac" already built-in
[ 10264.809] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 10264.809] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 10264.810] (==) NVIDIA(0): RGB weight 888
[ 10264.810] (==) NVIDIA(0): Default visual is TrueColor
[ 10264.810] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 10264.810] (**) NVIDIA(0): Enabling 2D acceleration
[ 10264.810] (II) Loading sub module "glxserver_nvidia"
[ 10264.810] (II) LoadModule: "glxserver_nvidia"
[ 10264.810] (II) Loading /usr/local/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 10264.815] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 10264.815] 	compiled for 1.6.99.901, module version = 1.0.0
[ 10264.815] 	Module class: X.Org Server Extension
[ 10264.815] (II) NVIDIA GLX Module  440.100  Fri May 29 08:12:16 UTC 2020
[ 10264.815] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 10265.428] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:101:0:0
[ 10265.428] (--) NVIDIA(0):     DFP-0
[ 10265.428] (--) NVIDIA(0):     DFP-1 (boot)
[ 10265.428] (--) NVIDIA(0):     DFP-2
[ 10265.428] (--) NVIDIA(0):     DFP-3
[ 10265.429] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:101:0:0
[ 10265.429] (II) NVIDIA(0):     (GPU-0)
[ 10265.429] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 10265.429] (--) NVIDIA(0): VideoBIOS: 86.07.42.00.88
[ 10265.429] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 10265.430] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 10265.430] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 10265.430] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 10265.430] (--) NVIDIA(GPU-0): 
[ 10265.461] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 10265.461] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 10265.461] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 10265.461] (--) NVIDIA(GPU-0): 
[ 10265.461] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 10265.461] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 10265.461] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[ 10265.461] (--) NVIDIA(GPU-0): 
[ 10265.462] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 10265.462] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 10265.462] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 10265.462] (--) NVIDIA(GPU-0): 
[ 10265.468] (II) NVIDIA(0): Validated MetaModes:
[ 10265.468] (II) NVIDIA(0):     "DFP-1:1920x1080"
[ 10265.468] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 10265.474] (--) NVIDIA(0): DPI set to (78, 80); computed from "UseEdidDpi" X config
[ 10265.474] (--) NVIDIA(0):     option
[ 10265.475] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 10265.475] (II) NVIDIA:     access.
[ 10265.481] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 10265.481] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 10265.481] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 10265.481] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 10265.481] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 10265.481] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 10265.481] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 10265.481] (II) NVIDIA(0):     Config Options in the README.
[ 10265.518] (II) NVIDIA(0): Setting mode "DFP-1:1920x1080"
[ 10265.552] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 10265.553] (==) NVIDIA(0): Backing store enabled
[ 10265.553] (==) NVIDIA(0): Silken mouse enabled
[ 10265.553] (**) NVIDIA(0): DPMS enabled
[ 10265.553] (II) Loading sub module "dri2"
[ 10265.553] (II) LoadModule: "dri2"
[ 10265.553] (II) Module "dri2" already built-in
[ 10265.553] (II) NVIDIA(0): [DRI2] Setup complete
[ 10265.553] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 10265.553] (II) Initializing extension Generic Event Extension
[ 10265.554] (II) Initializing extension SHAPE
[ 10265.554] (II) Initializing extension MIT-SHM
[ 10265.555] (II) Initializing extension XInputExtension
[ 10265.555] (II) Initializing extension XTEST
[ 10265.556] (II) Initializing extension BIG-REQUESTS
[ 10265.556] (II) Initializing extension SYNC
[ 10265.557] (II) Initializing extension XKEYBOARD
[ 10265.557] (II) Initializing extension XC-MISC
[ 10265.558] (II) Initializing extension SECURITY
[ 10265.558] (II) Initializing extension XFIXES
[ 10265.559] (II) Initializing extension RENDER
[ 10265.559] (II) Initializing extension RANDR
[ 10265.560] (II) Initializing extension COMPOSITE
[ 10265.560] (II) Initializing extension DAMAGE
[ 10265.561] (II) Initializing extension MIT-SCREEN-SAVER
[ 10265.561] (II) Initializing extension DOUBLE-BUFFER
[ 10265.562] (II) Initializing extension RECORD
[ 10265.562] (II) Initializing extension DPMS
[ 10265.563] (II) Initializing extension Present
[ 10265.563] (II) Initializing extension DRI3
[ 10265.563] (II) Initializing extension X-Resource
[ 10265.563] (II) Initializing extension XVideo
[ 10265.564] (II) Initializing extension XVideo-MotionCompensation
[ 10265.564] (II) Initializing extension GLX
[ 10265.564] (II) Initializing extension GLX
[ 10265.564] (II) Indirect GLX disabled.
[ 10265.565] (II) GLX: Another vendor is already registered for screen 0
[ 10265.565] (II) Initializing extension XFree86-VidModeExtension
[ 10265.565] (II) Initializing extension XFree86-DGA
[ 10265.565] (II) Initializing extension XFree86-DRI
[ 10265.566] (II) Initializing extension DRI2
[ 10265.566] (II) Initializing extension NV-GLX
[ 10265.566] (II) Initializing extension NV-CONTROL
[ 10265.567] (II) Initializing extension XINERAMA
[ 10265.735] (II) config/udev: Adding input device System mouse (/dev/input/event0)
[ 10265.735] (**) System mouse: Applying InputClass "libinput pointer catchall"
[ 10265.735] (II) LoadModule: "libinput"
[ 10265.735] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
[ 10265.738] (II) Module libinput: vendor="X.Org Foundation"
[ 10265.738] 	compiled for 1.20.8, module version = 0.30.0
[ 10265.738] 	Module class: X.Org XInput Driver
[ 10265.738] 	ABI class: X.Org XInput driver, version 24.1
[ 10265.738] (II) Using input driver 'libinput' for 'System mouse'
[ 10265.738] (**) System mouse: always reports core events
[ 10265.738] (**) Option "Device" "/dev/input/event0"
[ 10265.739] (**) Option "_source" "server/udev"
[ 10265.741] (II) event0  - System mouse: is tagged by udev as: Mouse
[ 10265.742] (II) event0  - System mouse: device is a pointer
[ 10265.742] (II) event0  - System mouse: device removed
[ 10265.742] (**) Option "config_info" "udev:/dev/input/event0"
[ 10265.742] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 6)
[ 10265.742] (**) Option "AccelerationScheme" "none"
[ 10265.742] (**) System mouse: (accel) selected scheme none/0
[ 10265.743] (**) System mouse: (accel) acceleration factor: 2.000
[ 10265.743] (**) System mouse: (accel) acceleration threshold: 4
[ 10265.743] (II) event0  - System mouse: is tagged by udev as: Mouse
[ 10265.744] (II) event0  - System mouse: device is a pointer
[ 10265.744] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event1)
[ 10265.744] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
[ 10265.744] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
[ 10265.744] (II) Using input driver 'libinput' for 'System keyboard multiplexer'
[ 10265.744] (**) System keyboard multiplexer: always reports core events
[ 10265.744] (**) Option "Device" "/dev/input/event1"
[ 10265.744] (**) Option "_source" "server/udev"
[ 10265.745] (II) event1  - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 10265.745] (II) event1  - System keyboard multiplexer: device is a keyboard
[ 10265.746] (II) event1  - System keyboard multiplexer: device removed
[ 10265.746] (**) Option "config_info" "udev:/dev/input/event1"
[ 10265.746] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 7)
[ 10265.746] (**) Option "xkb_rules" "evdev"
[ 10265.785] (II) event1  - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 10265.785] (II) event1  - System keyboard multiplexer: device is a keyboard
[ 10265.786] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event2)
[ 10265.786] (**) vendor 0x0557 product 0x2419: Applying InputClass "Evdev keyboard"
[ 10265.786] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput keyboard catchall"
[ 10265.786] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
[ 10265.786] (**) vendor 0x0557 product 0x2419: always reports core events
[ 10265.786] (**) Option "Device" "/dev/input/event2"
[ 10265.786] (**) Option "_source" "server/udev"
[ 10265.787] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
[ 10265.787] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
[ 10265.788] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[ 10265.788] (**) Option "config_info" "udev:/dev/input/event2"
[ 10265.788] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: KEYBOARD, id 8)
[ 10265.788] (**) Option "xkb_rules" "evdev"
[ 10265.789] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Keyboard
[ 10265.789] (II) event2  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a keyboard
[ 10265.790] (II) config/udev: Adding input device vendor 0x0557 product 0x2419 (/dev/input/event3)
[ 10265.790] (**) vendor 0x0557 product 0x2419: Applying InputClass "libinput pointer catchall"
[ 10265.790] (II) Using input driver 'libinput' for 'vendor 0x0557 product 0x2419'
[ 10265.790] (**) vendor 0x0557 product 0x2419: always reports core events
[ 10265.790] (**) Option "Device" "/dev/input/event3"
[ 10265.790] (**) Option "_source" "server/udev"
[ 10265.791] (II) event3  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
[ 10265.791] (II) event3  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
[ 10265.792] (II) event3  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device removed
[ 10265.792] (**) Option "config_info" "udev:/dev/input/event3"
[ 10265.792] (II) XINPUT: Adding extended input device "vendor 0x0557 product 0x2419" (type: MOUSE, id 9)
[ 10265.792] (**) Option "AccelerationScheme" "none"
[ 10265.792] (**) vendor 0x0557 product 0x2419: (accel) selected scheme none/0
[ 10265.792] (**) vendor 0x0557 product 0x2419: (accel) acceleration factor: 2.000
[ 10265.792] (**) vendor 0x0557 product 0x2419: (accel) acceleration threshold: 4
[ 10265.793] (II) event3  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: is tagged by udev as: Mouse
[ 10265.793] (II) event3  - vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2: device is a pointer
[ 10265.794] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event4)
[ 10265.794] (**) SIGMACHIP USB Keyboard: Applying InputClass "Evdev keyboard"
[ 10265.794] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 10265.794] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
[ 10265.794] (**) SIGMACHIP USB Keyboard: always reports core events
[ 10265.794] (**) Option "Device" "/dev/input/event4"
[ 10265.794] (**) Option "_source" "server/udev"
[ 10265.795] (II) event4  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 10: is tagged by udev as: Keyboard
[ 10265.795] (II) event4  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 10: device is a keyboard
[ 10265.795] (II) event4  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 10: device removed
[ 10265.795] (**) Option "config_info" "udev:/dev/input/event4"
[ 10265.796] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 10)
[ 10265.796] (**) Option "xkb_rules" "evdev"
[ 10265.797] (II) event4  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 10: is tagged by udev as: Keyboard
[ 10265.797] (II) event4  - SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 10: device is a keyboard
[ 10265.797] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
[ 10265.797] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 10265.797] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 10265.797] (**) Logitech USB Optical Mouse: always reports core events
[ 10265.798] (**) Option "Device" "/dev/input/event5"
[ 10265.798] (**) Option "_source" "server/udev"
[ 10265.799] (II) event5  - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 11: is tagged by udev as: Mouse
[ 10265.799] (II) event5  - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 11: device is a pointer
[ 10265.799] (II) event5  - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 11: device removed
[ 10265.799] (**) Option "config_info" "udev:/dev/input/event5"
[ 10265.799] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 11)
[ 10265.799] (**) Option "AccelerationScheme" "none"
[ 10265.800] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 10265.800] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 10265.800] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 10265.801] (II) event5  - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 11: is tagged by udev as: Mouse
[ 10265.801] (II) event5  - Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 11: device is a pointer
[ 10265.841] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 10265.841] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 10265.842] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 10265.842] (--) NVIDIA(GPU-0): 
[ 10265.871] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): connected
[ 10265.871] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): Internal TMDS
[ 10265.871] (--) NVIDIA(GPU-0): BenQ GC2870 (DFP-1): 600.0 MHz maximum pixel clock
[ 10265.871] (--) NVIDIA(GPU-0): 


root@bk:~ # uname -a
FreeBSD bk.truefc.org 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020     root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ  amd64
root@bk:~ # kldstat
Id Refs Address                Size Name
 1   76 0xffffffff80200000  1f0b178 kernel
 2    2 0xffffffff8210d000     ba60 opensolaris.ko
 3    1 0xffffffff82119000   463878 zfs.ko
 4    1 0xffffffff8257d000     8738 nullfs.ko
 5    1 0xffffffff82586000    23688 geom_mirror.ko
 6    1 0xffffffff82a11000    f41d0 nvidia-modeset.ko
 7    1 0xffffffff82b06000  122c900 nvidia.ko
 8    2 0xffffffff83d33000    3bee0 linux.ko
 9    6 0xffffffff83d6f000     5fe0 linux_common.ko
10    1 0xffffffff83d75000     8d08 ioat.ko
11    1 0xffffffff83d7e000     2320 uhid.ko
12    1 0xffffffff83d81000     4328 ums.ko
13    2 0xffffffff83d86000    25db8 ipfw.ko
14    1 0xffffffff83dac000     42a0 ipfw_nat.ko
15    1 0xffffffff83db1000     c7b2 libalias.ko
16    1 0xffffffff83dbe000    360b0 linux64.ko
17    1 0xffffffff83df5000     2260 pty.ko
18    1 0xffffffff83df8000     639c linprocfs.ko
19    1 0xffffffff83dff000     3284 linsysfs.ko
20    1 0xffffffff83e03000     34b8 fdescfs.ko
21    1 0xffffffff83e07000     bbc8 tmpfs.ko
22    1 0xffffffff83e13000     2a08 mac_ntpd.ko
23    1 0xffffffff83e16000     3608 logo_saver.ko
24    1 0xffffffff83e1a000     e4b8 snd_uaudio.ko
root@bk:~ # dmesg
---<<BOOT>>---
Copyright (c) 1992-2020 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 30 16:46:49 JST 2020
    root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64
FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-rc2-0-g77d76b71d7d)
WARNING: WITNESS option enabled, expect reduced performance.
VT(efifb): resolution 1024x768
CPU: Intel(R) Xeon(R) Silver 4210 CPU @ 2.20GHz (2200.08-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x50657  Family=0x6  Model=0x55  Stepping=7
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x7ffefbff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=0x121<LAHF,ABM,Prefetch>
  Structured Extended Features=0xd39ffffb<FSGSBASE,TSCADJ,BMI1,HLE,AVX2,FDPEXC,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,NFPUSG,MPX,PQE,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PROCTRACE,AVX512CD,AVX512BW,AVX512VL>
  Structured Extended Features2=0x808<PKU,AVX512VNNI>
  Structured Extended Features3=0xbc000400<MD_CLEAR,IBPB,STIBP,L1DFL,ARCH_CAP,SSBD>
  XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
  IA32_ARCH_CAPS=0xab<RDCL_NO,IBRS_ALL,SKIP_L1DFL_VME,MDS_NO,TSX_CTRL>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr
  TSC: P-state invariant, performance statistics
real memory  = 137434759168 (131068 MB)
avail memory = 133366202368 (127187 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <SUPERM SMCI--MB>
FreeBSD/SMP: Multiprocessor System Detected: 20 CPUs
FreeBSD/SMP: 1 package(s) x 10 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
random: unblocking device.
ioapic0 <Version 2.0> irqs 0-23
ioapic1 <Version 2.0> irqs 24-31
ioapic2 <Version 2.0> irqs 32-39
ioapic3 <Version 2.0> irqs 40-47
ioapic4 <Version 2.0> irqs 48-55
Launching APs: 1 16 15 5 17 9 4 13 7 19 8 6 14 3 18 11 10 12 2
Timecounter "TSC-low" frequency 1100037804 Hz quality 1000
random: entropy device external interface
WARNING: Device "kbd" is Giant locked and may be deleted before FreeBSD 13.0.
kbd1 at kbdmux0
000.000060 [4342] netmap_init               netmap: loaded module
[ath_hal] loaded
nexus0
efirtc0: <EFI Realtime Clock>
efirtc0: registered as a time-of-day clock, resolution 1.000000s
cryptosoft0: <software crypto>
acpi0: <SUPERM SUPERM>
acpi0: Power Button (fixed)
atrtc0: <AT realtime clock> port 0x70-0x71,0x74-0x77 irq 8 on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x43,0x50-0x53 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 24000000 Hz quality 950
Event timer "HPET" frequency 24000000 Hz quality 350
Event timer "HPET1" frequency 24000000 Hz quality 340
Event timer "HPET2" frequency 24000000 Hz quality 340
Event timer "HPET3" frequency 24000000 Hz quality 340
Event timer "HPET4" frequency 24000000 Hz quality 340
Event timer "HPET5" frequency 24000000 Hz quality 340
Event timer "HPET6" frequency 24000000 Hz quality 340
Event timer "HPET7" frequency 24000000 Hz quality 340
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0
acpi_syscontainer0: <System Container> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff numa-domain 0 on acpi0
pci0: <ACPI PCI bus> numa-domain 0 on pcib0
pci0: <dasp, performance counters> at device 8.1 (no driver attached)
pci0: <unknown> at device 17.0 (no driver attached)
pci0: <unknown> at device 17.1 (no driver attached)
ahci0: <Intel Lewisburg AHCI SATA controller> port 0x800-0x807,0x810-0x813,0x820-0x83f mem 0xa4216000-0xa4217fff,0xa4219000-0xa42190ff,0xa4180000-0xa41fffff irq 16 at device 17.5 numa-domain 0 on pci0
ahci0: AHCI v1.31 with 6 6Gbps ports, Port Multiplier not supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich5: <AHCI channel> at channel 5 on ahci0
ahciem0: <AHCI enclosure management bridge> on ahci0
xhci0: <Intel Lewisburg USB 3.0 controller> mem 0xa4200000-0xa420ffff irq 16 at device 20.0 numa-domain 0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
usbus0 numa-domain 0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
pci0: <simple comms> at device 22.0 (no driver attached)
pci0: <simple comms> at device 22.1 (no driver attached)
pci0: <simple comms> at device 22.4 (no driver attached)
ahci1: <Intel Lewisburg AHCI SATA controller> port 0x840-0x847,0x850-0x853,0x860-0x87f mem 0xa4214000-0xa4215fff,0xa4218000-0xa42180ff,0xa4100000-0xa417ffff irq 16 at device 23.0 numa-domain 0 on pci0
ahci1: AHCI v1.31 with 8 6Gbps ports, Port Multiplier not supported
ahcich6: <AHCI channel> at channel 0 on ahci1
ahcich7: <AHCI channel> at channel 1 on ahci1
ahcich8: <AHCI channel> at channel 2 on ahci1
ahcich9: <AHCI channel> at channel 3 on ahci1
ahcich10: <AHCI channel> at channel 4 on ahci1
ahcich11: <AHCI channel> at channel 5 on ahci1
ahcich12: <AHCI channel> at channel 6 on ahci1
ahcich13: <AHCI channel> at channel 7 on ahci1
ahciem1: <AHCI enclosure management bridge> on ahci1
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 28.0 numa-domain 0 on pci0
pci1: <ACPI PCI bus> numa-domain 0 on pcib1
pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.5 numa-domain 0 on pci0
pci2: <ACPI PCI bus> numa-domain 0 on pcib2
pcib3: <ACPI PCI-PCI bridge> irq 17 at device 0.0 numa-domain 0 on pci2
pci3: <ACPI PCI bus> numa-domain 0 on pcib3
vgapci0: <VGA-compatible display> port 0x3000-0x307f mem 0xa3000000-0xa3ffffff,0xa4000000-0xa401ffff irq 17 at device 0.0 numa-domain 0 on pci3
vgapci0: Boot video device
isab0: <PCI-ISA bridge> at device 31.0 numa-domain 0 on pci0
isa0: <ISA bus> numa-domain 0 on isab0
pci0: <memory> at device 31.2 (no driver attached)
pci0: <serial bus> at device 31.5 (no driver attached)
pcib4: <ACPI Host-PCI bridge> numa-domain 0 on acpi0
pci4: <ACPI PCI bus> numa-domain 0 on pcib4
pcib5: <ACPI Host-PCI bridge> numa-domain 0 on acpi0
pci5: <ACPI PCI bus> numa-domain 0 on pcib5
pcib6: <ACPI PCI-PCI bridge> irq 47 at device 0.0 numa-domain 0 on pci5
pci6: <ACPI PCI bus> numa-domain 0 on pcib6
vgapci1: <VGA-compatible display> port 0xb000-0xb07f mem 0xdf000000-0xdfffffff,0xc0000000-0xcfffffff,0xd0000000-0xd1ffffff irq 40 at device 0.0 numa-domain 0 on pci6
hdac0: <NVIDIA (0x0fb9) HDA Controller> mem 0xe0080000-0xe0083fff irq 44 at device 0.1 numa-domain 0 on pci6
pcib7: <ACPI Host-PCI bridge> numa-domain 0 on acpi0
pci7: <ACPI PCI bus> numa-domain 0 on pcib7
pcib8: <ACPI PCI-PCI bridge> irq 55 at device 0.0 numa-domain 0 on pci7
pci8: <ACPI PCI bus> numa-domain 0 on pcib8
pcib9: <ACPI PCI-PCI bridge> mem 0xfbe00000-0xfbe1ffff irq 48 at device 0.0 numa-domain 0 on pci8
pci9: <ACPI PCI bus> numa-domain 0 on pcib9
pcib10: <ACPI PCI-PCI bridge> irq 48 at device 3.0 numa-domain 0 on pci9
pci10: <ACPI PCI bus> numa-domain 0 on pcib10
pci10: <network, ethernet> at device 0.0 (no driver attached)
ixl0: <Intel(R) Ethernet Connection X722 for 1GbE - 2.2.0-k> mem 0xf9000000-0xf9ffffff,0xfb008000-0xfb00ffff irq 54 at device 0.2 numa-domain 0 on pci10
ixl0: fw 3.1.55727 api 1.5 nvm 3.31 etid 80000d05 oem 1.262.0
ixl0: PF-ID[2]: VFs 32, MSI-X 129, VF MSI-X 5, QPs 427, MDIO shared
ixl0: Using 1024 TX descriptors and 1024 RX descriptors
ixl0: queue equality override not set, capping rx_queues at 10 and tx_queues at 10
ixl0: Using 10 RX queues 10 TX queues
ixl0: Using MSI-X interrupts with 11 vectors
ixl0: Ethernet address: 3c:ec:ef:02:bb:ce
ixl0: Allocating 16 queues for PF LAN VSI; 10 queues active
ixl0: SR-IOV ready
ixl0: netmap queues/slots: TX 10/1024, RX 10/1024
ixl1: <Intel(R) Ethernet Connection X722 for 1GbE - 2.2.0-k> mem 0xf8000000-0xf8ffffff,0xfb000000-0xfb007fff irq 54 at device 0.3 numa-domain 0 on pci10
ixl1: fw 3.1.55727 api 1.5 nvm 3.31 etid 80000d05 oem 1.262.0
ixl1: PF-ID[3]: VFs 32, MSI-X 129, VF MSI-X 5, QPs 426, MDIO shared
ixl1: Using 1024 TX descriptors and 1024 RX descriptors
ixl1: queue equality override not set, capping rx_queues at 10 and tx_queues at 10
ixl1: Using 10 RX queues 10 TX queues
ixl1: Using MSI-X interrupts with 11 vectors
ixl1: Ethernet address: 3c:ec:ef:02:bb:cf
ixl1: Allocating 16 queues for PF LAN VSI; 10 queues active
ixl1: Link is up, 1 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: True, Flow Control: None
ixl1: link state changed to UP
ixl1: SR-IOV ready
ixl1: netmap queues/slots: TX 10/1024, RX 10/1024
debugnet_any_ifnet_update: Bad dn_init result from ixl1 (ifp 0xfffff801085fc000), ignoring.
ixl1: link state changed to DOWN
pci7: <dasp, performance counters> at device 14.0 (no driver attached)
pci7: <dasp, performance counters> at device 15.0 (no driver attached)
pci7: <dasp, performance counters> at device 18.0 (no driver attached)
pci7: <dasp, performance counters> at device 18.1 (no driver attached)
pci7: <dasp, performance counters> at device 21.1 (no driver attached)
pci7: <dasp, performance counters> at device 22.1 (no driver attached)
pci7: <dasp, performance counters> at device 22.5 (no driver attached)
cpu0: <ACPI CPU> numa-domain 0 on acpi0
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart0: console (115200,n,8,1)
uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
est0: <Enhanced SpeedStep Frequency Control> numa-domain 0 on cpu0
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
Timecounters tick every 1.000 msec
Obsolete code will be removed soon: random(9) is the obsolete Park-Miller LCG from 1988
hdacc0: <NVIDIA (0x0080) HDA CODEC> at cad 0 on hdac0
hdaa0: <NVIDIA (0x0080) Audio Function Group> at nid 1 on hdacc0
pcm0: <NVIDIA (0x0080) (HDMI/DP 8ch)> at nid 4 on hdaa0
pcm1: <NVIDIA (0x0080) (HDMI/DP 8ch)> at nid 5 on hdaa0
pcm2: <NVIDIA (0x0080) (HDMI/DP 8ch)> at nid 6 on hdaa0
ses0 at ahciem0 bus 0 scbus6 target 0 lun 0
ses0: <AHCI SGPIO Enclosure 2.00 0001> SEMB S-E-S 2.00 device
ses0: SEMB SES Device
Trying to mount root from zfs:zroot/ROOT/default []...
WARNING: WITNESS option enabled, expect reduced performance.
ses1 at ahciem1 bus 0 scbus15 target 0 lun 0
ses1: <AHCI SGPIO Enclosure 2.00 0001> SEMB S-E-S 2.00 device
ses1: SEMB SES Device
ses0: pass0 in 'Slot 00', SATA Slot: scbus0 target 0
ugen0.1: <0x8086 XHCI root HUB> at usbus0
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <HGST HUS722T2TALA604 RAGNWA09> ACS-3 ATA SATA 3.x device
ada0: Serial Number WCC6N7FHLLRA
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 1907729MB (3907029168 512 byte sectors)
ses0: pass1 in 'Slot 01', SATA Slot: scbus1 target 0
uhub0ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
ada1: <HGST HUS722T2TALA604 RAGNWA09> ACS-3 ATA SATA 3.x device
ada1: Serial Number WCC6N7JJXZXR
ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada1: Command Queueing enabled
ada1: 1907729MB (3907029168 512 byte sectors)
 numa-domain 0 on usbus0
uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
GEOM_MIRROR: Device mirror/swap launched (2/2).
Root mount waiting for: usbus0
uhub0: 26 ports with 26 removable, self powered
Root mount waiting for: usbus0
ixl0: Link is up, 1 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: True, Flow Control: None
ixl0: link state changed to UP
debugnet_any_ifnet_update: Bad dn_init result from ixl0 (ifp 0xfffff801085fc800), ignoring.
ixl1: Link is up, 1 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: True, Flow Control: None
ixl1: link state changed to UP
debugnet_any_ifnet_update: Bad dn_init result from ixl1 (ifp 0xfffff801085fc000), ignoring.
ugen0.2: <vendor 0x0557 product 0x7000> at usbus0
uhub1 numa-domain 0 on uhub0
uhub1: <vendor 0x0557 product 0x7000, class 9/0, rev 2.00/0.00, addr 1> on usbus0
uhub1: 4 ports with 3 removable, self powered
Root mount waiting for: usbus0
ugen0.3: <vendor 0x0557 product 0x2419> at usbus0
ukbd0 numa-domain 0 on uhub1
ukbd0: <vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2> on usbus0
kbd2 at ukbd0
WARNING: reducing swap size to maximum of 65536MB per unit
nvidia1: <Unknown> numa-domain 0 on vgapci1
vgapci1: child nvidia1 requested pci_enable_io
vgapci1: child nvidia1 requested pci_enable_io
nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.100  Fri May 29 08:11:49 UTC 2020
ioat0: <SKX IOAT> mem 0x383ffff1c000-0x383ffff1ffff irq 26 at device 4.0 numa-domain 0 on pci0
ioat0: Capabilities: f0006f1<DMA_with_DIF,PQ,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break>
ioat1: <SKX IOAT> mem 0x383ffff18000-0x383ffff1bfff irq 27 at device 4.1 numa-domain 0 on pci0
ioat1: Capabilities: f0006f1<DMA_with_DIF,PQ,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break>
ioat2: <SKX IOAT> mem 0x383ffff14000-0x383ffff17fff irq 26 at device 4.2 numa-domain 0 on pci0
ioat2: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break>
ioat3: <SKX IOAT> mem 0x383ffff10000-0x383ffff13fff irq 27 at device 4.3 numa-domain 0 on pci0
ioat3: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break>
ioat4: <SKX IOAT> mem 0x383ffff0c000-0x383ffff0ffff irq 26 at device 4.4 numa-domain 0 on pci0
ioat4: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break>
ioat5: <SKX IOAT> mem 0x383ffff08000-0x383ffff0bfff irq 27 at device 4.5 numa-domain 0 on pci0
ioat5: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break>
ioat6: <SKX IOAT> mem 0x383ffff04000-0x383ffff07fff irq 26 at device 4.6 numa-domain 0 on pci0
ioat6: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break>
ioat7: <SKX IOAT> mem 0x383ffff00000-0x383ffff03fff irq 27 at device 4.7 numa-domain 0 on pci0
ioat7: Capabilities: f0004f1<DMA_with_DIF,Extended_APIC_ID,Block_Fill,Move_CRC,DCA,Page_Break>
lo0: link state changed to UP
ums0 numa-domain 0 on uhub1
ums0: <vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 2> on usbus0
ums0: 3 buttons and [Z] coordinates ID=0
ipfw2 (+ipv6) initialized, divert loadable, nat loadable, default to deny, logging disabled
lock order reversal:
 1st 0xfffff8021e181bd8 zfs (zfs) @ /usr/src/sys/kern/vfs_mount.c:1005
 2nd 0xfffff8021e1819f0 devfs (devfs) @ /usr/src/sys/kern/vfs_mount.c:1016
stack backtrace:
#0 0xffffffff80c2ec41 at witness_debugger+0x71
#1 0xffffffff80b936e8 at lockmgr_lock_flags+0x188
#2 0xffffffff80cb0304 at _vn_lock+0x54
#3 0xffffffff80c91edf at vfs_domount+0xdaf
#4 0xffffffff80c906c1 at vfs_donmount+0x871
#5 0xffffffff80c8fe19 at sys_nmount+0x69
#6 0xffffffff80ff98f0 at amd64_syscall+0x140
#7 0xffffffff80fceeae at fast_syscall_common+0xf8
Security policy loaded: MAC/ntpd (mac_ntpd)
ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0
uhub2 numa-domain 0 on uhub0
uhub2: <vendor 0x1a40 USB 2.0 Hub, class 9/0, rev 2.00/1.11, addr 3> on usbus0
uhub2: 4 ports with 4 removable, self powered
ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0
uhub3 numa-domain 0 on uhub2
uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 4> on usbus0
uhub3: 4 ports with 4 removable, self powered
ugen0.6: <SIGMACHIP USB Keyboard> at usbus0
ukbd1 numa-domain 0 on uhub3
ukbd1: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5> on usbus0
kbd3 at ukbd1
uhid0 numa-domain 0 on uhub3
uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 5> on usbus0
ugen0.7: <Logitech USB Optical Mouse> at usbus0
ums1 numa-domain 0 on uhub3
ums1: <Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 6> on usbus0
ums1: 3 buttons and [XYZ] coordinates ID=0
ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0
uhid1 numa-domain 0 on uhub3
uhid1: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 7> on usbus0
uaudio0 numa-domain 0 on uhub3
uaudio0: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 7> on usbus0
uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: No recording.
uaudio0: No MIDI sequencer.
pcm3: <USB audio> numa-domain 0 on uaudio0
uaudio0: HID volume keys found.
acquiring duplicate lock of same type: "os.lock_mtx"
 1st os.lock_mtx @ nvidia_os.c:900
 2nd os.lock_mtx @ nvidia_os.c:900
stack backtrace:
#0 0xffffffff80c2ec41 at witness_debugger+0x71
#1 0xffffffff80b9fc24 at __mtx_lock_flags+0x94
#2 0xffffffff832bc77b at os_acquire_spinlock+0x1b
#3 0xffffffff831ca14c at _nv033412rm+0xc
acquiring duplicate lock of same type: "os.lock_sx"
 1st os.lock_sx @ nvidia_os.c:663
 2nd os.lock_sx @ nvidia_os.c:663
stack backtrace:
#0 0xffffffff80c2ec41 at witness_debugger+0x71
#1 0xffffffff80bcbfe7 at _sx_xlock+0x67
#2 0xffffffff832bc252 at os_acquire_mutex+0x32
#3 0xffffffff82e506ee at _nv034842rm+0x1e
ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 (disconnected)
uhub2: at uhub0, port 8, addr 3 (disconnected)
ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 (disconnected)
uhub3: at uhub2, port 1, addr 4 (disconnected)
ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 (disconnected)
ukbd1: at uhub3, port 1, addr 5 (disconnected)
ukbd1: detached
uhid0: at uhub3, port 1, addr 5 (disconnected)
uhid0: detached
ugen0.7: <Logitech USB Optical Mouse> at usbus0 (disconnected)
ums1: at uhub3, port 2, addr 6 (disconnected)
ums1: detached
ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 (disconnected)
uaudio0: at uhub3, port 4, addr 7 (disconnected)
pcm3: detached
uaudio0: detached
uhid1: at uhub3, port 4, addr 7 (disconnected)
uhid1: detached
uhub3: detached
uhub2: detached
ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0
uhub2 numa-domain 0 on uhub0
uhub2: <vendor 0x1a40 USB 2.0 Hub, class 9/0, rev 2.00/1.11, addr 8> on usbus0
uhub2: 4 ports with 4 removable, self powered
ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0
uhub3 numa-domain 0 on uhub2
uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 9> on usbus0
uhub3: 4 ports with 4 removable, self powered
ugen0.6: <SIGMACHIP USB Keyboard> at usbus0
ukbd1 numa-domain 0 on uhub3
ukbd1: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 10> on usbus0
kbd3 at ukbd1
uhid0 numa-domain 0 on uhub3
uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 10> on usbus0
ugen0.7: <Logitech USB Optical Mouse> at usbus0
ums1 numa-domain 0 on uhub3
ums1: <Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 11> on usbus0
ums1: 3 buttons and [XYZ] coordinates ID=0
ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0
uaudio0 numa-domain 0 on uhub3
uaudio0: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 12> on usbus0
uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: No recording.
uaudio0: No MIDI sequencer.
pcm3: <USB audio> numa-domain 0 on uaudio0
uaudio0: HID volume keys found.
ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0 (disconnected)
uhub2: at uhub0, port 8, addr 8 (disconnected)
ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0 (disconnected)
uhub3: at uhub2, port 1, addr 9 (disconnected)
ugen0.6: <SIGMACHIP USB Keyboard> at usbus0 (disconnected)
ukbd1: at uhub3, port 1, addr 10 (disconnected)
ukbd1: detached
uhid0: at uhub3, port 1, addr 10 (disconnected)
uhid0: detached
ugen0.7: <Logitech USB Optical Mouse> at usbus0 (disconnected)
ums1: at uhub3, port 2, addr 11 (disconnected)
ums1: detached
ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0 (disconnected)
uaudio0: at uhub3, port 4, addr 12 (disconnected)
pcm3: detached
uaudio0: detached
uhub3: detached
uhub2: detached
ugen0.4: <vendor 0x1a40 USB 2.0 Hub> at usbus0
uhub2 numa-domain 0 on uhub0
uhub2: <vendor 0x1a40 USB 2.0 Hub, class 9/0, rev 2.00/1.11, addr 13> on usbus0
uhub2: 4 ports with 4 removable, self powered
ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0
uhub3 numa-domain 0 on uhub2
uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 14> on usbus0
uhub3: 4 ports with 4 removable, self powered
ugen0.6: <SIGMACHIP USB Keyboard> at usbus0
ukbd1 numa-domain 0 on uhub3
ukbd1: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 15> on usbus0
kbd3 at ukbd1
uhid0 numa-domain 0 on uhub3
uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.11, addr 15> on usbus0
ugen0.7: <Logitech USB Optical Mouse> at usbus0
ums1 numa-domain 0 on uhub3
ums1: <Logitech USB Optical Mouse, class 0/0, rev 2.00/72.00, addr 16> on usbus0
ums1: 3 buttons and [XYZ] coordinates ID=0
ugen0.8: <Harman Multimedia JBL Pebbles> at usbus0
uaudio0 numa-domain 0 on uhub3
uaudio0: <Harman Multimedia JBL Pebbles, class 0/0, rev 1.10/1.00, addr 17> on usbus0
uaudio0: Play[0]: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: No recording.
uaudio0: No MIDI sequencer.
pcm3: <USB audio> numa-domain 0 on uaudio0
uaudio0: HID volume keys found.


Best regards.
---
Kazuhiko Kiriyama <kiri@truefc.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009210642.08L6gdmb037247>