Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2019 20:47:53 +0200
From:      Mathias Picker <Mathias.Picker@virtual-earth.de>
To:        Michael Sierchio <kudzu@tenebras.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: MicroSD-Reader on Yoga X1 3rd gen does not work
Message-ID:  <86ftjtzvza.fsf@virtual-earth.de>
In-Reply-To: <CAHu1Y72i8hN2LefNbXBogkTeQVkRRPZ=7c18%2B1g0U1mgvVgKVQ@mail.gmail.com>
References:  <861rvdj43x.fsf@virtual-earth.de> <CAHu1Y72i8hN2LefNbXBogkTeQVkRRPZ=7c18%2B1g0U1mgvVgKVQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Michael Sierchio writes:

> On Tue, Oct 15, 2019 at 10:44 AM Mathias Picker=20
> <Mathias.Picker@virtual-earth.de> wrote:
>
>  Hi all,
>
>  I=E2=80=99m trying the MicroSD-Reader on my X1 Yoga for the first time,=
=20
>  and get:
>
>  Oct 15 19:31:35 Danton kernel: (da0:umass-sim0:0:0:0):=20
>  READ(10). CDB: 28 00 0e e2 af c1 00 00 04 00=20
>  Oct 15 19:31:35 Danton kernel: (da0:umass-sim0:0:0:0): CAM=20
>  status:=20
>  CCB request completed with an error
>  Oct 15 19:31:35 Danton kernel: (da0:umass-sim0:0:0:0): Retrying=20
>  command, 1 more tries remain
>
> Hey, Matthias =E2=80=93
>
> What is your kernel config? And/or are you loading the=20
> appropriate kernel module?  And show the contents of=20
> /var/run/dmesg.boot
>
> I have:
>
> device          mmc                     # MMC/SD bus
>
> device          mmcsd                   # MMC/SD memory card
>
> device          sdhci                   # Generic PCI SD Host=20
> Controller
>
> And=20
>
> sdhci_pci0: <Generic SD HCI> mem 0xf7f27000-0xf7f270ff at device=20
> 20.7 on pci0
>
> sdhci_pci0: 1 slot(s) allocated
>
> Without that, I get the probe on the CAM bus, but the device=20
> isn't recognized.
>
> If everything checks out with the above, it may be work looking=20
> at the kern.cam boot time sysctl vars=20
>
> Hope that helps.
>
> =E2=80=93 M
Hi Michael,


I=E2=80=99m running GENERIC, so mmc, mmcsd and sdhci are included.
I do not get the sdhci_pci, but

ugen0.6: <Generic USB3.0-CRW> at usbus0
umass0 on uhub0
umass0: <Bulk-In, Bulk-Out, Interface> on usbus0
umass0:  SCSI over Bulk-Only; quirks =3D 0x4000
umass0:0:0: Attached to scbus0
(probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00=20
00 00 10 00 00=20
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:24,0=20
(Invalid field in CDB)
(probe0:umass-sim0:0:0:0): Error 22, Unretryable error
da0 at umass-sim0 bus 0 scbus0 target 0 lun 0
da0: <Generic- SD/MMC CRW 1.00> Removable Direct Access SPC-4 SCSI=20
device
da0: Serial Number 28203008282014000
da0: 400.000MB/s transfers
da0: 121942MB (249737216 512 byte sectors)
da0: quirks=3D0x2<NO_6_BYTE>

Thanks for your help, kern.cam output and dmesg.boot follow below,

Mathias

kern.cam shows

% sysctl kern.cam
kern.cam.enc.emulate_array_devices: 1
kern.cam.enc.verbose: 0
kern.cam.sa.allow_io_split: 0
kern.cam.da.0.sort_io_queue: -1
kern.cam.da.0.p_type: 0
kern.cam.da.0.rotating: 1
kern.cam.da.0.unmapped_io: 0
kern.cam.da.0.error_inject: 0
kern.cam.da.0.max_seq_zones: 0
kern.cam.da.0.optimal_nonseq_zones: 0
kern.cam.da.0.optimal_seq_zones: 0
kern.cam.da.0.zone_support: None
kern.cam.da.0.zone_mode: Not Zoned
kern.cam.da.0.minimum_cmd_size: 10
kern.cam.da.0.delete_max: 131072
kern.cam.da.0.delete_method: NONE
kern.cam.da.default_softtimeout: 0
kern.cam.da.disable_wp_detection: 0
kern.cam.da.send_ordered: 1
kern.cam.da.default_timeout: 60
kern.cam.da.retry_count: 4
kern.cam.da.poll_period: 3
kern.cam.ada.write_cache: 1
kern.cam.ada.read_ahead: 1
kern.cam.ada.spindown_suspend: 1
kern.cam.ada.spindown_shutdown: 1
kern.cam.ada.send_ordered: 1
kern.cam.ada.default_timeout: 30
kern.cam.ada.retry_count: 4
kern.cam.cd.timeout: 30000
kern.cam.cd.retry_count: 4
kern.cam.cd.poll_period: 3
kern.cam.scsi_delay: 5000
kern.cam.cam_srch_hi: 0
kern.cam.nda.max_trim: 256
kern.cam.pmp.hide_special: 1
kern.cam.pmp.default_timeout: 30
kern.cam.pmp.retry_count: 1
kern.cam.debug_delay: 0
kern.cam.dflags: 0
kern.cam.num_doneqs: 2
kern.cam.announce_nosbuf: 0
kern.cam.xpt_generation: 5
kern.cam.boot_delay: 0
kern.cam.mapmem_thresh: 65536
kern.cam.sort_io_queues: 1

dmesg.boot:
---<<BOOT>>---
Copyright (c) 1992-2019 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992,=20
1993, 1994
	The Regents of the University of California. All rights=20
	reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 12.1-STABLE r353466 GENERIC amd64
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based=20
on LLVM 8.0.1)
VT(efifb): resolution 2560x1440
CPU: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (1992.09-MHz=20
K8-class CPU)
  Origin=3D"GenuineIntel"  Id=3D0x806ea  Family=3D0x6  Model=3D0x8e=20
  Stepping=3D10
  Features=3D0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PG=
E,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=3D0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3=
,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESN=
I,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=3D0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=3D0x121<LAHF,ABM,Prefetch>
  Structured Extended=20
  Features=3D0x29c67af<FSGSBASE,TSCADJ,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID=
,NFPUSG,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PROCTRACE>
  Structured Extended Features3=3D0x9c000000<IBPB,STIBP,L1DFL,SSBD>
  XSAVE Features=3D0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
  TSC: P-state invariant, performance statistics
real memory  =3D 17179869184 (16384 MB)
avail memory =3D 16357519360 (15599 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <LENOVO TP-N25  >
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
random: unblocking device.
ioapic0 <Version 2.0> irqs 0-119 on motherboard
Launching APs: 1 3 6 4 5 7 2
Timecounter "TSC" frequency 1992088229 Hz quality 1000
Cuse v0.1.36 @ /dev/cuse
random: entropy device external interface
000.000020 [4335] netmap_init               netmap: loaded module
[ath_hal] loaded
module_register_init: MOD_LOAD (vesa, 0xffffffff8114d4d0, 0) error=20
19
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
kbd1 at kbdmux0
nexus0
efirtc0: <EFI Realtime Clock> on motherboard
efirtc0: registered as a time-of-day clock, resolution 1.000000s
cryptosoft0: <software crypto> on motherboard
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS> on motherboard
acpi0: <LENOVO TP-N25> on motherboard
acpi_ec0: <Embedded Controller: GPE 0x16, ECDT> port 0x62,0x66 on=20
acpi0
acpi0: Power Button (fixed)
unknown: memory range not supported
cpu0: <ACPI CPU> on acpi0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on=20
acpi0
Timecounter "HPET" frequency 24000000 Hz quality 950
Event timer "HPET" frequency 24000000 Hz quality 550
atrtc0: <AT realtime clock> port 0x70-0x77 irq 8 on acpi0
atrtc0: Warning: Couldn't map I/O.
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
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on=20
acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
vgapci0: <VGA-compatible display> port 0xe000-0xe03f mem=20
0x2fe0000000-0x2fe0ffffff,0x2fc0000000-0x2fdfffffff at device 2.0=20
on pci0
acpi_video0: <ACPI video extension> on vgapci0
vgapci0: Boot video device
pci0: <old, non-VGA display device> at device 19.0 (no driver=20
attached)
xhci0: <Intel Sunrise Point-LP USB 3.0 controller> mem=20
0x2fe1010000-0x2fe101ffff at device 20.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
pci0: <simple comms> at device 22.0 (no driver attached)
pcib1: <ACPI PCI-PCI bridge> at device 28.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pci1: <network> at device 0.0 (no driver attached)
pcib2: <ACPI PCI-PCI bridge> at device 28.2 on pci0
pci2: <ACPI PCI bus> on pcib2
pci2: <wireless controller> at device 0.0 (no driver attached)
pcib3: <ACPI PCI-PCI bridge> at device 28.4 on pci0
pci3: <ACPI PCI bus> on pcib3
nvme0: <Generic NVMe Device> mem 0xec200000-0xec203fff at device=20
0.0 on pci3
pcib4: <ACPI PCI-PCI bridge> at device 29.0 on pci0
pci4: <ACPI PCI bus> on pcib4
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
pci0: <memory> at device 31.2 (no driver attached)
hdac0: <Intel Kaby Lake-LP HDA Controller> mem=20
0x2fe1028000-0x2fe102bfff,0x2fe1000000-0x2fe100ffff at device 31.3=20
on pci0
em0: <Intel(R) PRO/1000 Network Connection> mem=20
0xec500000-0xec51ffff at device 31.6 on pci0
em0: Using 1024 TX descriptors and 1024 RX descriptors
em0: Using an MSI interrupt
em0: Ethernet address: 48:2a:e3:1a:da:58
em0: netmap queues/slots: TX 1/1024, RX 1/1024
acpi_button0: <Sleep Button> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on=20
acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0
acpi_acad0: <AC Adapter> on acpi0
battery0: <ACPI Control Method Battery> on acpi0
est0: <Enhanced SpeedStep Frequency Control> on cpu0
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
Timecounters tick every 1.000 msec
ugen0.1: <0x8086 XHCI root HUB> at usbus0
uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on=20
usbus0
nvd0: <SAMSUNG MZVLB1T0HALR-000L7> NVMe namespace
nvd0: 976762MB (2000409264 512 byte sectors)
GEOM_ELI: Device nvd0p4.eli created.
hdacc0: GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware
<Realtek ALC285 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC285 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC285 (Internal Analog)> at nid 20 and 18 on hdaa0
pcm1: <Realtek ALC285 (Right Analog)> at nid 33 and 25 on hdaa0
hdacc1: <Intel Kaby Lake HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel Kaby Lake Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> at nid 3 on hdaa1
Trying to mount root from zfs:zroot/ROOT/default []...
Root mount waiting for: usbus0
uhub0: 18 ports with 18 removable, self powered
Root mount waiting for: usbus0
ugen0.2: <vendor 0x8087 product 0x0a2b> at usbus0
Root mount waiting for: usbus0
ugen0.3: <SunplusIT Inc Integrated Camera> at usbus0
ugen0.4: <vendor 0x06cb product 0x009a> at usbus0
Root mount waiting for: usbus0
ugen0.5: <Wacom Co.,Ltd. Pen and multitouch sensor> at usbus0
ugen0.6: <Generic USB3.0-CRW> at usbus0
umass0 on uhub0
umass0: <Bulk-In, Bulk-Out, Interface> on usbus0
umass0:  SCSI over Bulk-Only; quirks =3D 0x4000
umass0:0:0: Attached to scbus0
(probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00=20
00 00 10 00 00=20
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:24,0=20
(Invalid field in CDB)
(probe0:umass-sim0:0:0:0): Error 22, Unretryable error
GEOM_ELI: Device nvd0p3.eli created.
GEOM_ELI: Encryption: AES-XTS 128
GEOM_ELI:     Crypto: hardware
da0 at umass-sim0 bus 0 scbus0 target 0 lun 0
da0: <Generic- SD/MMC CRW 1.00> Removable Direct Access SPC-4 SCSI=20
device
da0: Serial Number 28203008282014000
da0: 400.000MB/s transfers
da0: 121942MB (249737216 512 byte sectors)
da0: quirks=3D0x2<NO_6_BYTE>
drmn0: <drmn> on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm] Unable to create a private tmpfs mount, hugepage support=20
will be disabled(-19).
Failed to add WC MTRR for [0x2fc0000000-0x2fdfffffff]: -22;=20
performance may suffer
[drm] Got stolen memory base 0xaa800000, size 0x2000000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] Connector eDP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.eDP-1
[drm]   - kern.vt.fb.default_mode
[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] Connector DP-2: get mode from tunables:
[drm]   - kern.vt.fb.modes.DP-2
[drm]   - kern.vt.fb.default_mode
[drm] Connector HDMI-A-2: get mode from tunables:
[drm]   - kern.vt.fb.modes.HDMI-A-2
[drm]   - kern.vt.fb.default_mode
[drm] Initialized i915 1.6.0 20171222 for drmn0 on minor 0
VT: Replacing driver "efifb" with new "fb".
start FB_INFO:
type=3D11 height=3D1440 width=3D2560 depth=3D32
cmsize=3D16 size=3D14745600
pbase=3D0x2fc0040000 vbase=3D0xfffffe0092a40000
name=3Ddrmn0 flags=3D0x0 stride=3D10240 bpp=3D32
cmap[0]=3D0 cmap[1]=3D7f0000 cmap[2]=3D7f00 cmap[3]=3Dc4a000
end FB_INFO
drmn0: fb0: inteldrmfb frame buffer device
drmn0: successfully loaded firmware image with name:=20
i915/kbl_dmc_ver1_04.bin
[drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin=20
(v1.4)
lo0: link state changed to UP
[drm] Reducing the compressed framebuffer size. This may lead to=20
less power savings than a non-reduced-size. Try to increase stolen=20
memory size if available in BIOS.
iwm0: <Intel(R) Dual Band Wireless AC 8265> mem=20
0xec400000-0xec401fff at device 0.0 on pci1
iwm0: hw rev 0x230, fw ver 22.361476.0, address 18:1d:ea:16:cc:77
wlan0: Ethernet address: 18:1d:ea:16:cc:77
wlan0: link state changed to UP
hdacc1: Unexpected unsolicited response with tag 63: ffffffff
hdacc1: Unexpected unsolicited response with tag 63: ffffffff
hdacc1: Unexpected unsolicited response with tag 63: ffffffff
bridge0: Ethernet address: 02:19:47:22:6e:00
bridge0: changing name to 'vm-public'
em0: promiscuous mode enabled
vm-public: link state changed to UP
Security policy loaded: MAC/ntpd (mac_ntpd)
hdac0: Command timeout on address 2
hdacc1: Unexpected unsolicited response with tag 63: ffffffff
hdacc1: Unexpected unsolicited response with tag 63: ffffffff
hdacc1: Unexpected unsolicited response with tag 63: ffffffff
hdacc1: Unexpected unsolicited response with tag 63: ffffffff
hdacc1: Unexpected unsolicited response with tag 63: ffffffff
ugen0.5: <Wacom Co.,Ltd. Pen and multitouch sensor> at usbus0=20
(disconnected)
ugen0.5: <Wacom Co.,Ltd. Pen and multitouch sensor> at usbus0
wmt0 on uhub0
wmt0: <Multitouch> on usbus0
wmt0: 16 contacts and [C]. Report range [0:0] - [12372:6960]
wmt0: 10 feature report contactsuhid0 on uhub0
uhid0: <Pen> on usbus0
wmt0: at uhub0, port 10, addr 6 (disconnected)
wmt0: detached
uhid0: at uhub0, port 10, addr 6 (disconnected)
uhid0: detached
ugen0.5: <Wacom Co.,Ltd. Pen and multitouch sensor> at usbus0=20
(disconnected)
ugen0.5: <Wacom Co.,Ltd. Pen and multitouch sensor> at usbus0
uhid0 on uhub0
uhid0: <Pen> on usbus0
uhid0: at uhub0, port 10, addr 7 (disconnected)
uhid0: detached
ugen0.5: <Wacom Co.,Ltd. Pen and multitouch sensor> at usbus0=20
(disconnected)
ugen0.5: <Wacom Co.,Ltd. Pen and multitouch sensor> at usbus0
wmt0 on uhub0
wmt0: <Multitouch> on usbus0
wmt0: 16 contacts and [C]. Report range [0:0] - [12372:6960]
wmt0: 10 feature report contactsuhid0 on uhub0
uhid0: <Pen> on usbus0
wmt0: at uhub0, port 10, addr 8 (disconnected)
wmt0: detached
uhid0: at uhub0, port 10, addr 8 (disconnected)
uhid0: detached
pid 98094 (emacs-26.3), jid 0, uid 1001: exited on signal 6 (core=20
dumped)
wlan0: link state changed to DOWN
Waiting (max 60 seconds) for system process `vnlru' to=20
stop... done
Waiting (max 60 seconds) for system process `syncer' to stop...=20
Syncing disks, vnodes remaining... 0 0 0 0 0 done
Waiting (max 60 seconds) for system thread `bufdaemon' to=20
stop... done
Waiting (max 60 seconds) for system thread `bufspacedaemon-0' to=20
stop... done
Waiting (max 60 seconds) for system thread `bufspacedaemon-1' to=20
stop... done
Waiting (max 60 seconds) for system thread `bufspacedaemon-2' to=20
stop... done
Waiting (max 60 seconds) for system thread `bufspacedaemon-3' to=20
stop... done
Waiting (max 60 seconds) for system thread `bufspacedaemon-4' to=20
stop... done
Waiting (max 60 seconds) for system thread `bufspacedaemon-5' to=20
stop... done
Waiting (max 60 seconds) for system thread `bufspacedaemon-6' to=20
stop... done
All buffers synced.
Uptime: 6m12s
GEOM_ELI: Device nvd0p3.eli destroyed.
GEOM_ELI: Detached nvd0p3.eli on last close.
GEOM_ELI: Device nvd0p4.eli destroyed.
GEOM_ELI: Detached nvd0p4.eli on last close.
---<<BOOT>>---
Copyright (c) 1992-2019 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992,=20
1993, 1994
	The Regents of the University of California. All rights=20
	reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 12.1-STABLE r353466 GENERIC amd64
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based=20
on LLVM 8.0.1)
VT(efifb): resolution 2560x1440
CPU: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (1992.09-MHz=20
K8-class CPU)
  Origin=3D"GenuineIntel"  Id=3D0x806ea  Family=3D0x6  Model=3D0x8e=20
  Stepping=3D10
  Features=3D0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PG=
E,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=3D0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3=
,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESN=
I,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=3D0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=3D0x121<LAHF,ABM,Prefetch>
  Structured Extended=20
  Features=3D0x29c67af<FSGSBASE,TSCADJ,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID=
,NFPUSG,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PROCTRACE>
  Structured Extended Features3=3D0x9c000000<IBPB,STIBP,L1DFL,SSBD>
  XSAVE Features=3D0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
  TSC: P-state invariant, performance statistics
real memory  =3D 17179869184 (16384 MB)
avail memory =3D 16357519360 (15599 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <LENOVO TP-N25  >
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
random: unblocking device.
ioapic0 <Version 2.0> irqs 0-119 on motherboard
Launching APs: 1 7 4 2 3 5 6
Timecounter "TSC" frequency 1992088351 Hz quality 1000
Cuse v0.1.36 @ /dev/cuse
random: entropy device external interface
000.000020 [4335] netmap_init               netmap: loaded module
[ath_hal] loaded
module_register_init: MOD_LOAD (vesa, 0xffffffff8114d4d0, 0) error=20
19
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
kbd1 at kbdmux0
nexus0
efirtc0: <EFI Realtime Clock> on motherboard
efirtc0: registered as a time-of-day clock, resolution 1.000000s
cryptosoft0: <software crypto> on motherboard
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS> on motherboard
acpi0: <LENOVO TP-N25> on motherboard
acpi_ec0: <Embedded Controller: GPE 0x16, ECDT> port 0x62,0x66 on=20
acpi0
acpi0: Power Button (fixed)
unknown: memory range not supported
cpu0: <ACPI CPU> on acpi0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on=20
acpi0
Timecounter "HPET" frequency 24000000 Hz quality 950
Event timer "HPET" frequency 24000000 Hz quality 550
atrtc0: <AT realtime clock> port 0x70-0x77 irq 8 on acpi0
atrtc0: Warning: Couldn't map I/O.
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
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on=20
acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
vgapci0: <VGA-compatible display> port 0xe000-0xe03f mem=20
0x2fe0000000-0x2fe0ffffff,0x2fc0000000-0x2fdfffffff at device 2.0=20
on pci0
acpi_video0: <ACPI video extension> on vgapci0
vgapci0: Boot video device
pci0: <old, non-VGA display device> at device 19.0 (no driver=20
attached)
xhci0: <Intel Sunrise Point-LP USB 3.0 controller> mem=20
0x2fe1010000-0x2fe101ffff at device 20.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
pci0: <simple comms> at device 22.0 (no driver attached)
pcib1: <ACPI PCI-PCI bridge> at device 28.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pci1: <network> at device 0.0 (no driver attached)
pcib2: <ACPI PCI-PCI bridge> at device 28.2 on pci0
pci2: <ACPI PCI bus> on pcib2
pci2: <wireless controller> at device 0.0 (no driver attached)
pcib3: <ACPI PCI-PCI bridge> at device 28.4 on pci0
pci3: <ACPI PCI bus> on pcib3
nvme0: <Generic NVMe Device> mem 0xec200000-0xec203fff at device=20
0.0 on pci3
pcib4: <ACPI PCI-PCI bridge> at device 29.0 on pci0
pci4: <ACPI PCI bus> on pcib4
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
pci0: <memory> at device 31.2 (no driver attached)
hdac0: <Intel Kaby Lake-LP HDA Controller> mem=20
0x2fe1028000-0x2fe102bfff,0x2fe1000000-0x2fe100ffff at device 31.3=20
on pci0
em0: <Intel(R) PRO/1000 Network Connection> mem=20
0xec500000-0xec51ffff at device 31.6 on pci0
em0: Using 1024 TX descriptors and 1024 RX descriptors
em0: Using an MSI interrupt
em0: Ethernet address: 48:2a:e3:1a:da:58
em0: netmap queues/slots: TX 1/1024, RX 1/1024
acpi_button0: <Sleep Button> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on=20
acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0
acpi_acad0: <AC Adapter> on acpi0
battery0: <ACPI Control Method Battery> on acpi0
est0: <Enhanced SpeedStep Frequency Control> on cpu0
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
Timecounters tick every 1.000 msec
ugen0.1: <0x8086 XHCI root HUB> at usbus0
uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on=20
usbus0
nvd0: <SAMSUNG MZVLB1T0HALR-000L7> NVMe namespace
nvd0: 976762MB (2000409264 512 byte sectors)
GEOM_ELI: Device nvd0p4.eli created.
hdacc0: GEOM_ELI: Encryption: AES-XTS 256
GEOM_ELI:     Crypto: hardware
<Realtek ALC285 HDA CODEC> at cad 0 on hdac0
hdaa0: <Realtek ALC285 Audio Function Group> at nid 1 on hdacc0
pcm0: <Realtek ALC285 (Internal Analog)> at nid 20 and 18 on hdaa0
pcm1: <Realtek ALC285 (Right Analog)> at nid 33 and 25 on hdaa0
hdacc1: <Intel Kaby Lake HDA CODEC> at cad 2 on hdac0
hdaa1: <Intel Kaby Lake Audio Function Group> at nid 1 on hdacc1
pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> at nid 3 on hdaa1
Trying to mount root from zfs:zroot/ROOT/default []...
Root mount waiting for: usbus0
uhub0: 18 ports with 18 removable, self powered
Root mount waiting for: usbus0
ugen0.2: <vendor 0x8087 product 0x0a2b> at usbus0
Root mount waiting for: usbus0
ugen0.3: <SunplusIT Inc Integrated Camera> at usbus0
ugen0.4: <vendor 0x06cb product 0x009a> at usbus0
Root mount waiting for: usbus0
ugen0.5: <Wacom Co.,Ltd. Pen and multitouch sensor> at usbus0
Root mount waiting for: usbus0
ugen0.6: <Generic USB3.0-CRW> at usbus0
umass0 on uhub0
umass0: <Bulk-In, Bulk-Out, Interface> on usbus0
umass0:  SCSI over Bulk-Only; quirks =3D 0x4000
umass0:0:0: Attached to scbus0
(probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00=20
00 00 10 00 00=20
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:24,0=20
(Invalid field in CDB)
(probe0:umass-sim0:0:0:0): Error 22, Unretryable error
GEOM_ELI: Device nvd0p3.eli created.
GEOM_ELI: Encryption: AES-XTS 128
GEOM_ELI:     Crypto: hardware
da0 at umass-sim0 bus 0 scbus0 target 0 lun 0
da0: <Generic- SD/MMC CRW 1.00> Removable Direct Access SPC-4 SCSI=20
device
da0: Serial Number 28203008282014000
da0: 400.000MB/s transfers
da0: 121942MB (249737216 512 byte sectors)
da0: quirks=3D0x2<NO_6_BYTE>
drmn0: <drmn> on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm] Unable to create a private tmpfs mount, hugepage support=20
will be disabled(-19).
Failed to add WC MTRR for [0x2fc0000000-0x2fdfffffff]: -22;=20
performance may suffer
[drm] Got stolen memory base 0xaa800000, size 0x2000000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] Connector eDP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.eDP-1
[drm]   - kern.vt.fb.default_mode
[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] Connector DP-2: get mode from tunables:
[drm]   - kern.vt.fb.modes.DP-2
[drm]   - kern.vt.fb.default_mode
[drm] Connector HDMI-A-2: get mode from tunables:
[drm]   - kern.vt.fb.modes.HDMI-A-2
[drm]   - kern.vt.fb.default_mode
[drm] Initialized i915 1.6.0 20171222 for drmn0 on minor 0
VT: Replacing driver "efifb" with new "fb".
start FB_INFO:
type=3D11 height=3D1440 width=3D2560 depth=3D32
cmsize=3D16 size=3D14745600
pbase=3D0x2fc0040000 vbase=3D0xfffffe0092240000
name=3Ddrmn0 flags=3D0x0 stride=3D10240 bpp=3D32
cmap[0]=3D0 cmap[1]=3D7f0000 cmap[2]=3D7f00 cmap[3]=3Dc4a000
end FB_INFO
drmn0: fb0: inteldrmfb frame buffer device
lo0: link state changed to UP
drmn0: successfully loaded firmware image with name:=20
i915/kbl_dmc_ver1_04.bin
[drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin=20
(v1.4)
[drm] Reducing the compressed framebuffer size. This may lead to=20
less power savings than a non-reduced-size. Try to increase stolen=20
memory size if available in BIOS.
iwm0: <Intel(R) Dual Band Wireless AC 8265> mem=20
0xec400000-0xec401fff at device 0.0 on pci1
iwm0: hw rev 0x230, fw ver 22.361476.0, address 18:1d:ea:16:cc:77
wlan0: Ethernet address: 18:1d:ea:16:cc:77
wlan0: link state changed to UP
hdacc1: Unexpected unsolicited response with tag 63: ffffffff
hdacc1: Unexpected unsolicited response with tag 63: ffffffff
hdacc1: Unexpected unsolicited response with tag 63: ffffffff


--=20
Mathias Picker=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
Gesch=C3=A4ftsf=C3=BChrer
Mathias.Picker@virtual-earth.de

virtual earth Gesellschaft f=C3=BCr Wissens re/pr=C3=A4 sentation mbH
http://www.virtual-earth.de/           HRB126870
support@virtual-earth.de               Westendstr. 142
089 / 1250 3943=20=20=20=20=20=20=20=20=20=20=20=20



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