From nobody Tue Jan 3 13:37:16 2023 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NmYdZ1hGVz2lQdW for ; Tue, 3 Jan 2023 13:35:30 +0000 (UTC) (envelope-from eivinde@terraplane.org) Received: from smtp.domeneshop.no (smtp.domeneshop.no [IPv6:2a01:5b40:0:3006::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NmYdZ066hz3Cgm for ; Tue, 3 Jan 2023 13:35:30 +0000 (UTC) (envelope-from eivinde@terraplane.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=terraplane.org; s=ds202212; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=gwdQvsXuRYheTjzx5jsG+ifdpe80JFqsHbENXD4mf7A=; b=VfABlC4tyGINc+nCZz0MVz3UZy hpyDxfof7uQ1LQUNbwHTBkOWl5McSDPPzXG0M+dyCIc30KG9MkDIzPvTF3YmtbyNq4pe/TRIb4Yoq ZKXfOOlDRg1Nz6wsX6zfCp3Zz4WeRmYdhR+JzcDHZqg4ac5Brf2vk6mhF5pGxvEFWIap9r3RlToIm kCdxZ71eVr2knXWcp8w5BNEpwpJWcTfkaamhU4U1SLAts1eve0DJQ/lWJhnk7JCBExIXdLHgbbnUS 4FE3jPL4dJzbpIekG9uzHvcHhMfdfTmT2UwnX6OnoKE0bIt/X0DV3lxA+dAFF2UpFxT1vdp5bWyyo weWC9Dcw==; Received: from ti0027q160-4408.bb.online.no ([46.9.98.108]:42669 helo=elg.hjerdalen.lokalnett) by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1pChRv-004Mfa-QW; Tue, 03 Jan 2023 14:35:28 +0100 Date: Tue, 3 Jan 2023 14:37:16 +0100 From: Eivind Nicolay Evensen To: Eugene Grosbein Cc: freebsd-stable@freebsd.org Subject: Re: Memory question Message-ID: <20230103143716.703d42ca@elg.hjerdalen.lokalnett> In-Reply-To: References: <20230103140404.5f71b0ad@elg.hjerdalen.lokalnett> List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4NmYdZ066hz3Cgm X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12996, ipnet:2a01:5b40::/48, country:NO] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Den Tue, 3 Jan 2023 20:09:14 +0700 skrev Eugene Grosbein : > 03.01.2023 20:04, Eivind Nicolay Evensen wrote: > > > This might be more related to a bios setting or issue, but I hope > > somebody can give me hints in the right direction to remedy or > > at least diagnose this issue further. > > > > I installed more memory in one machine and now I see this > > in dmesg: > > > > real memory = 25769803776 (24576 MB) > > avail memory = 8237150208 (7855 MB) > > > > Real should be right, from before there were two 4 GB dimms in > > there, and I inserted two more 8 GB ones. > > > > Transcribed from BIOS: > > > > DIMM(s) 1 2 > > 3 4 Installed Size 8192 > > 8192 4096 4096 Enabled > > Size 8192 8192 > > 4096 4096 Total Size 24576 > > > > I was wondering if the reason could be that this machine has been > > updated since older versions and bootloader may be old or whatever, > > so I also tried booting a linux. However, that also only uses 8 GB, > > and says (at least in a way I understand) less about what it can > > really see. > > > > This is amd64 FreeBSD 13.1. > > > > Is there any way I can use the rest of the memory? Or at least find > > out which dimms it is actually using? > > I was in similar situation once. There was Atom-based hardware setup > with CPU not having embedded memory controller; instead, it used > memory controller on motherboard. That memory controller had similar > limitation. One cannot overcome it. > > You should specify your hardware. > > Thanks for the comments. Here's the dmesg: Copyright (c) 1992-2021 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.1-STABLE #8: Fri Nov 4 10:51:50 CET 2022 ene@elg.hjerdalen.lokalnett:/usr/obj/usr/src/amd64.amd64/sys/ENE-elg amd64 FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) VT(vga): resolution 640x480 CPU: AMD FX(tm)-6300 Six-Core Processor (3716.99-MHz K8-class CPU) Origin="AuthenticAMD" Id=0x600f20 Family=0x15 Model=0x2 Stepping=0 Features=0x178bfbff Features2=0x3e98320b AMD Features=0x2e500800 AMD Features2=0x1ebbfff Structured Extended Features=0x8 SVM: NP,NRIP,VClean,AFlush,DAssist,NAsids=65536 TSC: P-state invariant, performance statistics real memory = 25769803776 (24576 MB) avail memory = 8237150208 (7855 MB) Event timer "LAPIC" quality 100 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 6 CPUs FreeBSD/SMP: 1 package(s) x 6 core(s) random: unblocking device. Firmware Warning (ACPI): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20201113/tbfadt-796) ioapic0 irqs 0-23 ioapic1 irqs 24-55 Launching APs: 1 4 2 5 3 random: entropy device external interface kbd1 at kbdmux0 vtvga0: smbios0: at iomem 0xf04c0-0xf04de smbios0: Version: 2.7, BCD Revision: 2.7 aesni0: acpi0: acpi0: Power Button (fixed) cpu0: on acpi0 attimer0: port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: port 0x70-0x71 irq 8 on acpi0 atrtc0: registered as a time-of-day clock, resolution 1.000000s Event timer "RTC" frequency 32768 Hz quality 0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 450 Event timer "HPET2" frequency 14318180 Hz quality 450 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 52 at device 4.0 on pci0 pci1: on pcib1 vgapci0: port 0xe000-0xe0ff mem 0xc0000000-0xcfffffff,0xd0000000-0xd01fffff,0xfea00000-0xfea3ffff irq 44 at device 0.0 on pci1 vgapci0: Boot video device hdac0: mem 0xfea60000-0xfea63fff irq 45 at device 0.1 on pci1 pcib2: irq 53 at device 9.0 on pci0 pci2: on pcib2 xhci0: mem 0xfe900000-0xfe900fff irq 48 at device 0.0 on pci2 xhci0: 32 bytes context size, 64-bit DMA usbus0 on xhci0 usbus0: 5.0Gbps Super Speed USB v3.0 pcib3: irq 54 at device 10.0 on pci0 pci3: on pcib3 ahci0: port 0xd040-0xd047,0xd030-0xd033,0xd020-0xd027,0xd010-0xd013,0xd000-0xd00f mem 0xfe810000-0xfe8101ff irq 47 at device 0.0 on pci3 ahci0: AHCI v1.00 with 2 6Gbps ports, Port Multiplier supported with FBS ahci0: quirks=0x1000000 ahcich0: at channel 0 on ahci0 ahcich1: at channel 1 on ahci0 ahci1: port 0xf090-0xf097,0xf080-0xf083,0xf070-0xf077,0xf060-0xf063,0xf050-0xf05f mem 0xfeb0b000-0xfeb0b3ff irq 19 at device 17.0 on pci0 ahci1: AHCI v1.20 with 4 6Gbps ports, Port Multiplier supported ahci1: quirks=0x22000 ahcich2: at channel 0 on ahci1 ahcich3: at channel 1 on ahci1 ahcich4: at channel 2 on ahci1 ahcich5: at channel 3 on ahci1 ohci0: mem 0xfeb0a000-0xfeb0afff irq 18 at device 18.0 on pci0 usbus1 on ohci0 usbus1: 12Mbps Full Speed USB v1.0 ehci0: mem 0xfeb09000-0xfeb090ff irq 17 at device 18.2 on pci0 usbus2: EHCI version 1.0 usbus2 on ehci0 usbus2: 480Mbps High Speed USB v2.0 ohci1: mem 0xfeb08000-0xfeb08fff irq 18 at device 19.0 on pci0 usbus3 on ohci1 usbus3: 12Mbps Full Speed USB v1.0 ehci1: mem 0xfeb07000-0xfeb070ff irq 17 at device 19.2 on pci0 usbus4: EHCI version 1.0 usbus4 on ehci1 usbus4: 480Mbps High Speed USB v2.0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 20.1 on pci0 ata0: at channel 0 on atapci0 ata1: at channel 1 on atapci0 hdac1: mem 0xfeb00000-0xfeb03fff irq 16 at device 20.2 on pci0 isab0: at device 20.3 on pci0 isa0: on isab0 pcib4: at device 20.4 on pci0 pci4: on pcib4 xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xc080-0xc0ff mem 0xfe721000-0xfe72107f irq 20 at device 6.0 on pci4 miibus0: on xl0 xlphy0: PHY 24 on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto, auto-flow xl0: Ethernet address: 00:04:76:9a:35:e1 pci4: at device 14.0 (no driver attached) ohci2: mem 0xfeb06000-0xfeb06fff irq 18 at device 20.5 on pci0 usbus5 on ohci2 usbus5: 12Mbps Full Speed USB v1.0 pcib5: at device 21.0 on pci0 pci5: on pcib5 re0: port 0xb000-0xb0ff mem 0xfe600000-0xfe600fff,0xd0300000-0xd0303fff irq 16 at device 0.0 on pci5 re0: Using 1 MSI-X message re0: Chip rev. 0x2c800000 re0: MAC rev. 0x00100000 miibus1: on re0 rgephy0: PHY 1 on miibus1 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow re0: Using defaults for TSO: 65518/35/2048 re0: Ethernet address: 74:d4:35:97:a6:99 ohci3: mem 0xfeb05000-0xfeb05fff irq 18 at device 22.0 on pci0 usbus6 on ohci3 usbus6: 12Mbps Full Speed USB v1.0 ehci2: mem 0xfeb04000-0xfeb040ff irq 17 at device 22.2 on pci0 usbus7: EHCI version 1.0 usbus7 on ehci2 usbus7: 480Mbps High Speed USB v2.0 amdtemp0: on hostb4 acpi_button0: on acpi0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbdc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 14. hwpstate0: on cpu0 Timecounter "TSC-low" frequency 1858462236 Hz quality 1000 Timecounters tick every 1.000 msec ZFS filesystem version: 5 ZFS storage pool version: features support (5000) hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 3 on hdaa0 pcm1: at nid 5 on hdaa0 pcm2: at nid 7 on hdaa0 pcm3: at nid 9 on hdaa0 pcm4: at nid 11 on hdaa0 hdacc1: at cad 0 on hdac1 hdaa1: at nid 1 on hdacc1 pcm5: at nid 20,22,21,23 and 24,26 on hdaa1 pcm6: at nid 27 and 25 on hdaa1 pcm7: at nid 17 on hdaa1 pcm8: at nid 30 on hdaa1 Trying to mount root from ufs:/dev/ufs/nyrot-fs [rw]... ugen1.1: at usbus1 ugen7.1: at usbus7 uhub0 on usbus7 uhub0: on usbus7 ugen0.1: <(0x1106) XHCI root HUB> at usbus0 ugen4.1: at usbus4 uhub1 on usbus1 uhub1: on usbus1 uhub2 on usbus0 uhub3 on usbus4 uhub3: on usbus4 ugen2.1: at usbus2 ugen5.1: at usbus5 uhub2: <(0x1106) XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 uhub4 on usbus2 uhub4: on usbus2 uhub5 on usbus5 uhub5: on usbus5 ugen3.1: at usbus3 uhub6 on usbus3 uhub6: on usbus3 ugen6.1: at usbus6 uhub7 on usbus6 uhub7: on usbus6 uhub5: 2 ports with 2 removable, self powered uhub7: 4 ports with 4 removable, self powered uhub1: 5 ports with 5 removable, self powered uhub6: 5 ports with 5 removable, self powered uhub2: 5 ports with 4 removable, self powered ugen0.2: at usbus0 uhub8 on uhub2 uhub8: on usbus0 Root mount waiting for: usbus0 CAM usbus2 usbus4 usbus7 uhub8: 4 ports with 4 removable, self powered ugen0.3: at usbus0 ums0 on uhub8 ums0: on usbus0 ums0: 5 buttons and [XYZT] coordinates ID=0 uhub0: 4 ports with 4 removable, self powered ugen0.4: at usbus0 uhub9 on uhub8 uhub9: on usbus0 uhub3: 5 ports with 5 removable, self powered uhub4: 5 ports with 5 removable, self powered ada0 at ahcich2 bus 0 scbus2 target 0 lun 0 ada0: ACS-3 ATA SATA 3.x device ada0: Serial Number ZDHAVZTP ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 3815447MB (7814037168 512 byte sectors) ada1 at ahcich4 bus 0 scbus4 target 0 lun 0 ada1: ATA8-ACS SATA 2.x device ada1: Serial Number 6VM39JPH ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 476940MB (976773168 512 byte sectors) ada2 at ahcich5 bus 0 scbus5 target 0 lun 0 ada2: ACS-2 ATA SATA 3.x device ada2: Serial Number Z7309SPD ada2: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada2: Command Queueing enabled ada2: 2861588MB (5860533168 512 byte sectors) ada3 at ata0 bus 0 scbus6 target 0 lun 0 ada3: ACS-3 ATA SATA 3.x device ada3: Serial Number WFL4YRSL ada3: 150.000MB/s transfers (SATA, UDMA6, PIO 8192bytes) ada3: 1907729MB (3907029168 512 byte sectors) ada3: quirks=0x1<4K> Root mount waiting for: usbus0 usbus4 ada ada ada ada cd cd0 at ahcich3 bus 0 scbus3 target 0 lun 0 cd0: Removable CD-ROM SCSI device cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed uhub9: 4 ports with 4 removable, self powered ugen0.5: at usbus0 ukbd0 on uhub9 ukbd0: on usbus0 kbd2 at ukbd0 ugen3.2: at usbus3 uaudio0 on uhub6 uaudio0: on usbus3 uaudio0: Play[0]: 96000 Hz, 2 ch, 24-bit S-LE PCM format, 2x8ms buffer. uaudio0: Play[0]: 48000 Hz, 2 ch, 24-bit S-LE PCM format, 2x8ms buffer. uaudio0: Play[0]: 44100 Hz, 2 ch, 24-bit S-LE PCM format, 2x8ms buffer. uaudio0: Record[0]: 48000 Hz, 2 ch, 24-bit S-LE PCM format, 2x8ms buffer. uaudio0: Record[0]: 44100 Hz, 2 ch, 24-bit S-LE PCM format, 2x8ms buffer. uaudio0: No MIDI sequencer. pcm9: on uaudio0 uaudio0: No HID volume keys found. ugen0.6: at usbus0 uhub10 on uhub2 uhub10: on usbus0 Root mount waiting for: usbus0 uhub10: 4 ports with 4 removable, self powered [drm] amdgpu kernel modesetting enabled. drmn0: on vgapci0 vgapci0: child drmn0 requested pci_enable_io vgapci0: child drmn0 requested pci_enable_io sysctl_warn_reuse: can't re-use a leaf (hw.dri.debug)! [drm] initializing kernel modesetting (POLARIS11 0x1002:0x67FF 0x1043:0x052D 0xCF). [drm] register mmio base: 0xFEA00000 [drm] register mmio size: 262144 [drm] add ip block number 0 [drm] add ip block number 1 [drm] add ip block number 2 [drm] add ip block number 3 [drm] add ip block number 4 [drm] add ip block number 5 [drm] add ip block number 6 [drm] add ip block number 7 [drm] add ip block number 8 ATOM BIOS: 115-C994PI0-102 [drm] UVD is enabled in VM mode [drm] UVD ENC is enabled in VM mode [drm] VCE enabled in VM mode [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit drmn0: successfully loaded firmware image 'amdgpu/polaris11_k_mc.bin' drmn0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used) drmn0: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF [drm] Detected VRAM RAM=2048M, BAR=256M [drm] RAM width 128bits GDDR5 [TTM] Zone kernel: Available graphics memory: 4156852 KiB [TTM] Zone dma32: Available graphics memory: 2097152 KiB [TTM] Initializing pool allocator [drm] amdgpu: 2048M of VRAM memory ready [drm] amdgpu: 3072M of GTT memory ready. [drm] GART: num cpu pages 65536, num gpu pages 65536 [drm] PCIE GART of 256M enabled (table at 0x000000F400900000). drmn0: successfully loaded firmware image 'amdgpu/polaris11_pfp_2.bin' drmn0: successfully loaded firmware image 'amdgpu/polaris11_me_2.bin' drmn0: successfully loaded firmware image 'amdgpu/polaris11_ce_2.bin' [drm] Chained IB support enabled! drmn0: successfully loaded firmware image 'amdgpu/polaris11_rlc.bin' drmn0: successfully loaded firmware image 'amdgpu/polaris11_mec_2.bin' drmn0: successfully loaded firmware image 'amdgpu/polaris11_mec2_2.bin' drmn0: successfully loaded firmware image 'amdgpu/polaris11_sdma.bin' drmn0: successfully loaded firmware image 'amdgpu/polaris11_sdma1.bin' amdgpu: [powerplay] hwmgr_sw_init smu backed is polaris10_smu drmn0: successfully loaded firmware image 'amdgpu/polaris11_uvd.bin' [drm] Found UVD firmware Version: 1.130 Family ID: 16 drmn0: successfully loaded firmware image 'amdgpu/polaris11_vce.bin' [drm] Found VCE firmware Version: 53.26 Binary ID: 3 drmn0: successfully loaded firmware image 'amdgpu/polaris11_k_smc.bin' [drm] DM_PPLIB: values for Engine clock [drm] DM_PPLIB: 214000 [drm] DM_PPLIB: 387000 [drm] DM_PPLIB: 869000 [drm] DM_PPLIB: 1025000 [drm] DM_PPLIB: 1094000 [drm] DM_PPLIB: 1142000 [drm] DM_PPLIB: 1184000 [drm] DM_PPLIB: 1210000 [drm] DM_PPLIB: Validation clocks: [drm] DM_PPLIB: engine_max_clock: 121000 [drm] DM_PPLIB: memory_max_clock: 175000 [drm] DM_PPLIB: level : 8 [drm] DM_PPLIB: values for Memory clock [drm] DM_PPLIB: 300000 [drm] DM_PPLIB: 625000 [drm] DM_PPLIB: 1750000 [drm] DM_PPLIB: Validation clocks: [drm] DM_PPLIB: engine_max_clock: 121000 [drm] DM_PPLIB: memory_max_clock: 175000 [drm] DM_PPLIB: level : 8 [drm] Display Core initialized with v3.2.48! [drm] Connector DP-1: get mode from tunables: [drm] - kern.vt.fb.modes.DP-1 [drm] - kern.vt.fb.default_mode [drm] Connector HDMI-A-1: get mode from tunables: [drm] - kern.vt.fb.modes.HDMI-A-1 [drm] - kern.vt.fb.default_mode [drm] SADs count is: -2, don't need to read it [drm] Connector DVI-D-1: get mode from tunables: [drm] - kern.vt.fb.modes.DVI-D-1 [drm] - kern.vt.fb.default_mode [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [drm] Driver supports precise vblank timestamp query. [drm] UVD and UVD ENC initialized successfully. [drm] VCE initialized successfully. [drm] fb mappable at 0xC0E30000 [drm] vram apper at 0xC0000000 [drm] size 3145728 [drm] fb depth is 24 [drm] pitch is 4096 WARNING: Device "fb" is Giant locked and may be deleted before FreeBSD 14.0. VT: Replacing driver "vga" with new "fb". start FB_INFO: type=11 height=768 width=1024 depth=32 cmsize=16 size=3145728 pbase=0xc0e30000 vbase=0xfffff800c0e30000 name=drmn0 flags=0x0 stride=4096 bpp=32 cmap[0]=0 cmap[1]=7f0000 cmap[2]=7f00 cmap[3]=c4a000 end FB_INFO drmn0: fb0: amdgpudrmfb frame buffer device [drm] Initialized amdgpu 3.35.0 20150101 for drmn0 on minor 0 intsmb0: at device 20.0 on pci0 smbus0: on intsmb0 acpi_wmi0: on acpi0 acpi_wmi0: cannot find EC device lo0: link state changed to UP xl0: link state changed to DOWN re0: link state changed to DOWN uhid1 on uhub9 uhid1: on usbus0 uhid0 on uhub6 uhid0: on usbus3 [fib_algo] inet.0 (bsearch4#10) rebuild_fd_flm: switching algo to radix4_lockless xl0: link state changed to UP re0: link state changed to UP vlan12: link state changed to UP and pciconf: hostb0@pci0:0:0:0: class=0x060000 rev=0x02 hdr=0x00 vendor=0x1002 device=0x5a14 subvendor=0x1002 subdevice=0x5a14 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'RD9x0/RX980 Host Bridge' class = bridge subclass = HOST-PCI pcib1@pci0:0:4:0: class=0x060400 rev=0x00 hdr=0x01 vendor=0x1002 device=0x5a18 subvendor=0x1002 subdevice=0x5a14 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 0)' class = bridge subclass = PCI-PCI pcib2@pci0:0:9:0: class=0x060400 rev=0x00 hdr=0x01 vendor=0x1002 device=0x5a1c subvendor=0x1002 subdevice=0x5a14 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 4)' class = bridge subclass = PCI-PCI pcib3@pci0:0:10:0: class=0x060400 rev=0x00 hdr=0x01 vendor=0x1002 device=0x5a1d subvendor=0x1002 subdevice=0x5a14 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 5)' class = bridge subclass = PCI-PCI ahci1@pci0:0:17:0: class=0x010601 rev=0x40 hdr=0x00 vendor=0x1002 device=0x4391 subvendor=0x1458 subdevice=0xb002 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]' class = mass storage subclass = SATA ohci0@pci0:0:18:0: class=0x0c0310 rev=0x00 hdr=0x00 vendor=0x1002 device=0x4397 subvendor=0x1458 subdevice=0x5004 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SB7x0/SB8x0/SB9x0 USB OHCI0 Controller' class = serial bus subclass = USB ehci0@pci0:0:18:2: class=0x0c0320 rev=0x00 hdr=0x00 vendor=0x1002 device=0x4396 subvendor=0x1458 subdevice=0x5004 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SB7x0/SB8x0/SB9x0 USB EHCI Controller' class = serial bus subclass = USB ohci1@pci0:0:19:0: class=0x0c0310 rev=0x00 hdr=0x00 vendor=0x1002 device=0x4397 subvendor=0x1458 subdevice=0x5004 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SB7x0/SB8x0/SB9x0 USB OHCI0 Controller' class = serial bus subclass = USB ehci1@pci0:0:19:2: class=0x0c0320 rev=0x00 hdr=0x00 vendor=0x1002 device=0x4396 subvendor=0x1458 subdevice=0x5004 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SB7x0/SB8x0/SB9x0 USB EHCI Controller' class = serial bus subclass = USB intsmb0@pci0:0:20:0: class=0x0c0500 rev=0x42 hdr=0x00 vendor=0x1002 device=0x4385 subvendor=0x1002 subdevice=0x4385 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SBx00 SMBus Controller' class = serial bus subclass = SMBus atapci0@pci0:0:20:1: class=0x01018a rev=0x40 hdr=0x00 vendor=0x1002 device=0x439c subvendor=0x1458 subdevice=0x5002 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SB7x0/SB8x0/SB9x0 IDE Controller' class = mass storage subclass = ATA hdac1@pci0:0:20:2: class=0x040300 rev=0x40 hdr=0x00 vendor=0x1002 device=0x4383 subvendor=0x1458 subdevice=0xa132 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SBx00 Azalia (Intel HDA)' class = multimedia subclass = HDA isab0@pci0:0:20:3: class=0x060100 rev=0x40 hdr=0x00 vendor=0x1002 device=0x439d subvendor=0x1002 subdevice=0x439d vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SB7x0/SB8x0/SB9x0 LPC host controller' class = bridge subclass = PCI-ISA pcib4@pci0:0:20:4: class=0x060401 rev=0x40 hdr=0x01 vendor=0x1002 device=0x4384 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SBx00 PCI to PCI Bridge' class = bridge subclass = PCI-PCI ohci2@pci0:0:20:5: class=0x0c0310 rev=0x00 hdr=0x00 vendor=0x1002 device=0x4399 subvendor=0x1458 subdevice=0x5004 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SB7x0/SB8x0/SB9x0 USB OHCI2 Controller' class = serial bus subclass = USB pcib5@pci0:0:21:0: class=0x060400 rev=0x00 hdr=0x01 vendor=0x1002 device=0x43a0 subvendor=0x1002 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)' class = bridge subclass = PCI-PCI ohci3@pci0:0:22:0: class=0x0c0310 rev=0x00 hdr=0x00 vendor=0x1002 device=0x4397 subvendor=0x1458 subdevice=0x5004 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SB7x0/SB8x0/SB9x0 USB OHCI0 Controller' class = serial bus subclass = USB ehci2@pci0:0:22:2: class=0x0c0320 rev=0x00 hdr=0x00 vendor=0x1002 device=0x4396 subvendor=0x1458 subdevice=0x5004 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'SB7x0/SB8x0/SB9x0 USB EHCI Controller' class = serial bus subclass = USB hostb1@pci0:0:24:0: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1600 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 15h Processor Function 0' class = bridge subclass = HOST-PCI hostb2@pci0:0:24:1: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1601 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 15h Processor Function 1' class = bridge subclass = HOST-PCI hostb3@pci0:0:24:2: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1602 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 15h Processor Function 2' class = bridge subclass = HOST-PCI hostb4@pci0:0:24:3: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1603 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 15h Processor Function 3' class = bridge subclass = HOST-PCI hostb5@pci0:0:24:4: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1604 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 15h Processor Function 4' class = bridge subclass = HOST-PCI hostb6@pci0:0:24:5: class=0x060000 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1605 subvendor=0x0000 subdevice=0x0000 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'Family 15h Processor Function 5' class = bridge subclass = HOST-PCI vgapci0@pci0:1:0:0: class=0x030000 rev=0xcf hdr=0x00 vendor=0x1002 device=0x67ff subvendor=0x1043 subdevice=0x052d vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Baffin [Radeon RX 550 640SP / RX 560/560X]' class = display subclass = VGA hdac0@pci0:1:0:1: class=0x040300 rev=0x00 hdr=0x00 vendor=0x1002 device=0xaae0 subvendor=0x1043 subdevice=0xaae0 vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' device = 'Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X]' class = multimedia subclass = HDA xhci0@pci0:2:0:0: class=0x0c0330 rev=0x01 hdr=0x00 vendor=0x1106 device=0x3483 subvendor=0x1458 subdevice=0x5007 vendor = 'VIA Technologies, Inc.' device = 'VL805 USB 3.0 Host Controller' class = serial bus subclass = USB ahci0@pci0:3:0:0: class=0x010601 rev=0x12 hdr=0x00 vendor=0x1b4b device=0x9172 subvendor=0x1458 subdevice=0xb000 vendor = 'Marvell Technology Group Ltd.' device = '88SE9172 SATA 6Gb/s Controller' class = mass storage subclass = SATA xl0@pci0:4:6:0: class=0x020000 rev=0x74 hdr=0x00 vendor=0x10b7 device=0x9200 subvendor=0x10b7 subdevice=0x1000 vendor = '3Com Corporation' device = '3c905C-TX/TX-M [Tornado]' class = network subclass = ethernet none0@pci0:4:14:0: class=0x0c0010 rev=0xc0 hdr=0x00 vendor=0x1106 device=0x3044 subvendor=0x1458 subdevice=0x1000 vendor = 'VIA Technologies, Inc.' device = 'VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller' class = serial bus subclass = FireWire re0@pci0:5:0:0: class=0x020000 rev=0x06 hdr=0x00 vendor=0x10ec device=0x8168 subvendor=0x1458 subdevice=0xe000 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller' class = network subclass = ethernet -- Eivind Nicolay Evensen