head -r357356: fails to boot RPi4 but boots Rock64 (same media, moved between machines); -r356426 booted both

Mark Millard marklmi at yahoo.com
Sun Feb 2 06:04:13 UTC 2020


[I'm trying a artifcat.ci.freebsd.org -r356392 kernel
and its debug information. I end up reporting the
boot -v output.]

On 2020-Feb-1, at 20:28, Mark Millard <marklmi at yahoo.com> wrote:

> [head -r357392 made no difference in the failure sequence
> for booting the RPi4B.]
> 
> On 2020-Feb-1, at 16:11, Mark Millard <marklmi at yahoo.com> wrote:
> 
> 
> 
>> On 2020-Feb-1, at 14:25, Andreas Tobler <andreast-list at fgznet.ch> wrote:
>> 
>>> On 01.02.20 12:58, Mark Millard via freebsd-arm wrote:
>>>> I had a working head -r356426 based microSD card that booted
>>>> both the Rock64 and the RPi4.
>>>> I upgraded it to be based on head -r357356 .
>>>> Now the RPi4B hangs up during boot and does not start its APs.
>>>> But the Rock64 boots fine via the same media.
>>>> Diffing RPi4B console logs for -r356426 vs. -r357356 shows
>>>> -r357356 shw the following as the only types of
>>>> textual differences:
>>>> psci0: PSCI version number mismatched with DT
>>>> device_attach: psci0 attach returned 6
>>>> psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
>>>> psci0: PSCI version number mismatched with DT
>>>> device_attach: psci0 attach returned 6
>>>> psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
>>>> psci0: PSCI version number mismatched with DT
>>>> device_attach: psci0 attach returned 6
>>>> psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
>>>> psci0: PSCI version number mismatched with DT
>>>> device_attach: psci0 attach returned 6
>>>> psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
>>>> psci0: PSCI version number mismatched with DT
>>>> device_attach: psci0 attach returned 6
>>>> psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
>>>> psci0: PSCI version number mismatched with DT
>>>> device_attach: psci0 attach returned 6
>>>> psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
>>>> psci0: PSCI version number mismatched with DT
>>>> device_attach: psci0 attach returned 6
>>>> psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
>>>> psci0: PSCI version number mismatched with DT
>>>> (More blocks of 3 such lines at a time happen later as well.)
>>> 
>>> I see the same on a rpi3b+. Try r356775, r356776 is the breaking commit for me.
> 
> I still get the above sort of thing from -r357392
> (non-debug kernel, as I usually run).
> 
> I also still get "APs not started" and the like.
> 
> The fix seems to have made no difference for this issue.
> If -r356775 really works, then there is more to the
> -r356776 story.
> 
>> Looks like head -r357392 is an intended fix
>> to head -r356776 :
>> 
>> Author: jeff
>> Date: Sat Feb  1 23:46:30 2020
>> New Revision: 357392
>> URL: 
>> https://svnweb.freebsd.org/changeset/base/357392
>> 
>> 
>> Log:
>> Fix a bug in r356776 where the page allocator was not properly restored to
>> the percpu page allocator after it had been temporarily overridden by
>> startup_alloc.
>> 
>> Reported by:	pho, bdragon
>> 
>> Modified:
>> head/sys/vm/uma_core.c
>> 
>> Modified: head/sys/vm/uma_core.c
>> ==============================================================================
>> --- head/sys/vm/uma_core.c	Sat Feb  1 23:16:30 2020	(r357391)
>> +++ head/sys/vm/uma_core.c	Sat Feb  1 23:46:30 2020	(r357392)
>> @@ -2101,7 +2101,9 @@ zone_kva_available(uma_zone_t zone, void *unused)
>> 	if ((zone->uz_flags & UMA_ZFLAG_CACHE) != 0)
>> 		return;
>> 	KEG_GET(zone, keg);
>> -	if (keg->uk_allocf == startup_alloc)
>> +	if (keg->uk_flags & UMA_ZONE_PCPU)
>> +		keg->uk_allocf = pcpu_page_alloc;
>> +	else if (keg->uk_allocf == startup_alloc)
>> 		keg->uk_allocf = page_alloc;
>> }
>> 
>> 
>> I'll probably try it later today sometime.
>> 
> 
> I tried -r357392 for the RPi4B boot issue, but it
> was not a solution.
> 
> The fix may well be a solution to some other
> issue(s).
> 


Of itself, the debug kernel did not report
catching any witness or other such problems.

It does report on occasion:

mmc0: CMD7 failed, RESULT: 1
mmc0: Card at relative address 43690 failed to select



So here is a boot -v output from the artifact.ci.freebsd.org
debug kernel. It has a lot more detail in it but I do not
know if it will prove useful.


---<<BOOT>>---
KDB: debugger backends: ddb
KDB: current backend: ddb
                   Type     Physical      Virtual   #Pages Attr
               Reserved 000000000000            0 00000001 WB 
     ConventionalMemory 000000001000         1000 00007ef1 WB 
       BootServicesData 000007ef2000      7ef2000 0000001c WB 
     ConventionalMemory 000007f0e000      7f0e000 00029f93 WB 
       BootServicesData 000031ea1000     31ea1000 00000001 WB 
             LoaderData 000031ea2000     31ea2000 00008001 WB 
             LoaderCode 000039ea3000     39ea3000 000000a6 WB 
               Reserved 000039f49000     39f49000 00000007 WB 
       BootServicesData 000039f50000     39f50000 00000001 WB 
               Reserved 000039f51000     39f51000 00000002 WB 
    RuntimeServicesData 000039f53000     39f53000 00000001 WB RUNTIME
               Reserved 000039f54000     39f54000 00000001 WB 
       BootServicesData 000039f55000     39f55000 00000002 WB 
    RuntimeServicesData 000039f57000     39f57000 00000001 WB RUNTIME
             LoaderData 000039f58000     39f58000 00001408 WB 
    RuntimeServicesCode 00003b360000     3b360000 00000010 WB RUNTIME
             LoaderData 00003b370000     3b370000 00000090 WB 
       BootServicesData 000040000000     40000000 000bc000 WB 
         MemoryMappedIO 0000fe100000     fe100000 00000001 RUNTIME
Physical memory chunk(s):
  0x00001000 - 0x39f48fff,   927 MB ( 237384 pages)
  0x39f50000 - 0x39f50fff,     0 MB (      1 pages)
  0x39f53000 - 0x39f53fff,     0 MB (      1 pages)
  0x39f55000 - 0x3b35ffff,    20 MB (   5131 pages)
  0x3b370000 - 0x3b3fffff,     0 MB (    144 pages)
  0x40000000 - 0xfbffffff,  3008 MB ( 770048 pages)
Excluded memory regions:
  0x00000000 - 0x00000fff,     0 MB (      1 pages) NoAlloc 
  0x32000000 - 0x3377dfff,    23 MB (   6014 pages) NoAlloc 
  0x39f49000 - 0x39f4ffff,     0 MB (      7 pages) NoAlloc 
  0x39f51000 - 0x39f54fff,     0 MB (      4 pages) NoAlloc 
  0x39f57000 - 0x39f57fff,     0 MB (      1 pages) NoAlloc 
  0x3b360000 - 0x3b36ffff,     0 MB (     16 pages) NoAlloc 
  0x3e513000 - 0x3ebebfff,     6 MB (   1753 pages) NoAlloc 
  0xfe100000 - 0xfe100fff,     0 MB (      1 pages) NoAlloc 
Found 4 CPUs in the device tree
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 r357392: Sun Feb  2 00:43:38 UTC 2020
    root at FreeBSD-head-aarch64-build.jail.ci.FreeBSD.org:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC arm64
FreeBSD clang version 9.0.1 (git at github.com:llvm/llvm-project.git c1a0a213378a458fbea1a5c77b315c7dce08fd05) (based on LLVM 9.0.1)
WARNING: WITNESS option enabled, expect reduced performance.
VT(efifb): resolution 1824x984
Preloaded elf kernel "/boot/kernel/kernel" at 0xffff000001550000.
Preloaded elf module "/boot/kernel/umodem.ko" at 0xffff000001559020.
Preloaded elf module "/boot/kernel/ucom.ko" at 0xffff000001559838.
Preloaded boot_entropy_cache "/boot/entropy" at 0xffff00000155a010.
module firmware already present!
Starting CPU 1 (1)
Starting CPU 2 (2)
Starting CPU 3 (3)
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
random: read 4096 bytes from preloaded cache
random: unblocking device.
VIMAGE (virtualized network stack) enabled
ULE: setup cpu 0
ULE: setup cpu 1
ULE: setup cpu 2
ULE: setup cpu 3
snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024]
feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=2 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25
random: entropy device external interface
MAP 39f53000 mode 2 pages 1
MAP 39f57000 mode 2 pages 1
MAP 3b360000 mode 2 pages 16
MAP fe100000 mode 0 pages 1
nfslock: pseudo-device
crypto: <crypto core>
WARNING: Device "kbd" is Giant locked and may be deleted before FreeBSD 13.0.
kbd0 at kbdmux0
mem: <memory>
null: <full device, null device, zero device>
openfirm: <Open Firmware control device>
WARNING: Device "openfirm" is Giant locked and may be deleted before FreeBSD 13.0.
ofwbus0: <Open Firmware Device Tree>
simplebus0: <Flattened device tree simple bus> on ofwbus0
ofw_clkbus0: <OFW clocks bus> on ofwbus0
clk_fixed0: <Fixed clock> on ofw_clkbus0
clk_fixed1: <Fixed clock> on ofw_clkbus0
simplebus1: <Flattened device tree simple bus> on ofwbus0
simplebus2: <Flattened device tree simple bus> on ofwbus0
regfix0: <Fixed Regulator> on ofwbus0
regfix1: <Fixed Regulator> on ofwbus0
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
gic0: <ARM Generic Interrupt Controller> mem 0x40041000-0x40041fff,0x40042000-0x40043fff,0x40044000-0x40045fff,0x40046000-0x40047fff irq 46 on simplebus0
gic0: pn 0x2, arch 0x2, rev 0x1, implementer 0x43b irqs 256
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
gpio0: <BCM2708/2835 GPIO controller> mem 0x7e200000-0x7e2000b3 irq 22,23 on simplebus0
gpiobus0: <OFW GPIO bus> on gpio0
Processing 1 pin-config node(s) in pinctrl-0 for serial at 7e201000
Processing 1 pin-config node(s) in pinctrl-0 for mmc at 7e300000
gpio0: set pin 48 to func 7, pull 0
gpio0: set pin 49 to func 7, pull 2
gpio0: set pin 50 to func 7, pull 2
gpio0: set pin 51 to func 7, pull 2
gpio0: set pin 52 to func 7, pull 2
gpio0: set pin 53 to func 7, pull 2
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
gpioregulator0: <GPIO controlled regulator> on ofwbus0
gpioregulator0: cannot get pin 0
gpioregulator0: cannot parse parameters
device_attach: gpioregulator0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
generic_timer0: <ARMv7 Generic Timer> irq 4,5,6,7 on ofwbus0
Timecounter "ARM MPCore Timecounter" frequency 54000000 Hz quality 1000
Event timer "ARM MPCore Eventtimer" frequency 54000000 Hz quality 1000
gpioregulator0: <GPIO controlled regulator> on ofwbus0
gpioregulator0: cannot get pin 0
gpioregulator0: cannot parse parameters
device_attach: gpioregulator0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
gpioregulator0: <GPIO controlled regulator> on ofwbus0
gpioregulator0: cannot get pin 0
gpioregulator0: cannot parse parameters
device_attach: gpioregulator0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
gpioregulator0: <GPIO controlled regulator> on ofwbus0
gpioregulator0: cannot get pin 0
gpioregulator0: cannot parse parameters
device_attach: gpioregulator0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
gpioregulator0: <GPIO controlled regulator> on ofwbus0
gpioregulator0: cannot get pin 0
gpioregulator0: cannot parse parameters
device_attach: gpioregulator0 attach returned 6
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
usb_nop_xceiv0: <USB NOP PHY> on ofwbus0
gpioregulator0: <GPIO controlled regulator> on ofwbus0
gpioregulator0: cannot get pin 0
gpioregulator0: cannot parse parameters
device_attach: gpioregulator0 attach returned 6
efirtc0: cannot read EFI realtime clock, error 78
ofwbus0: <framebuffer at 3e513000> mem 0x3e513000-0x3ebebbff compat simple-framebuffer (no driver attached)
psci0: <ARM Power State Co-ordination Interface Driver> on ofwbus0
psci0: PSCI version number mismatched with DT
device_attach: psci0 attach returned 6
simplebus0: <txp at 7e004000> mem 0x7e004000-0x7e00401f irq 8 disabled compat brcm,bcm2835-txp (no driver attached)
bcm_dma0: <BCM2835 DMA Controller> mem 0x7e007000-0x7e007aff irq 9,10,11,12,13,14,15,16,17,18,19 on simplebus0
Checking root against raspberrypi,model-b
Checking root against brcm,bcm2835
Checking root against brcm,bcm2709
Checking root against brcm,bcm2836
Checking root against brcm,bcm2837
Checking root against brcm,bcm2711
bcmwd0: <BCM2708/2835 Watchdog> mem 0x7e100000-0x7e100113,0x7e00a000-0x7e00a023,0x7ec11000-0x7ec1101f on simplebus0
simplebus0: <cprman at 7e101000> mem 0x7e101000-0x7e102fff compat brcm,bcm2711-cprman (no driver attached)
simplebus0: <rng at 7e104000> mem 0x7e104000-0x7e10400f irq 20 compat brcm,bcm2838-rng200 (no driver attached)
mbox0: <BCM2835 VideoCore Mailbox> mem 0x7e00b880-0x7e00b8bf irq 21 on simplebus0
gpioc0: <GPIO controller> on gpio0
uart0: <PrimeCell UART (PL011)> mem 0x7e201000-0x7e2011ff irq 24 on simplebus0
uart0: console (115200,n,8,1)
uart0: fast interrupt
uart0: PPS capture mode: DCD
simplebus0: <mmc at 7e202000> mem 0x7e202000-0x7e2020ff irq 25 disabled compat brcm,bcm2835-sdhost (no driver attached)
simplebus0: <i2s at 7e203000> mem 0x7e203000-0x7e203023 disabled compat brcm,bcm2835-i2s (no driver attached)
simplebus0: <spi at 7e204000> mem 0x7e204000-0x7e2041ff irq 26 disabled compat brcm,bcm2835-spi (no driver attached)
simplebus0: <i2c at 7e205000> mem 0x7e205000-0x7e2051ff irq 27 disabled compat brcm,bcm2835-i2c (no driver attached)
simplebus0: <pixelvalve at 7e206000> mem 0x7e206000-0x7e2060ff irq 28 disabled compat brcm,bcm2835-pixelvalve0 (no driver attached)
simplebus0: <pixelvalve at 7e207000> mem 0x7e207000-0x7e2070ff irq 29 disabled compat brcm,bcm2835-pixelvalve1 (no driver attached)
simplebus0: <dpi at 7e208000> mem 0x7e208000-0x7e20808b disabled compat brcm,bcm2835-dpi (no driver attached)
simplebus0: <dsi at 7e209000> mem 0x7e209000-0x7e209077 irq 30 compat brcm,bcm2835-dsi0 (no driver attached)
simplebus0: <aux at 7e215000> mem 0x7e215000-0x7e215007 compat brcm,bcm2835-aux (no driver attached)
simplebus0: <serial at 7e215040> mem 0x7e215040-0x7e21507f irq 31 disabled compat brcm,bcm2835-aux-uart (no driver attached)
simplebus0: <spi at 7e215080> mem 0x7e215080-0x7e2150bf irq 32 disabled compat brcm,bcm2835-aux-spi (no driver attached)
simplebus0: <spi at 7e2150c0> mem 0x7e2150c0-0x7e2150ff irq 33 disabled compat brcm,bcm2835-aux-spi (no driver attached)
simplebus0: <pwm at 7e20c000> mem 0x7e20c000-0x7e20c027 disabled compat brcm,bcm2835-pwm (no driver attached)
simplebus0: <hvs at 7e400000> mem 0x7e400000-0x7e405fff irq 34 disabled compat brcm,bcm2835-hvs (no driver attached)
simplebus0: <dsi at 7e700000> mem 0x7e700000-0x7e70008b irq 35 disabled compat brcm,bcm2835-dsi1 (no driver attached)
simplebus0: <csi at 7e800000> mem 0x7e800000-0x7e8007ff,0x7e802000-0x7e802003 irq 36 disabled compat brcm,bcm2835-unicam (no driver attached)
simplebus0: <csi at 7e801000> mem 0x7e801000-0x7e8017ff,0x7e802004-0x7e802007 irq 37 disabled compat brcm,bcm2835-unicam (no driver attached)
simplebus0: <i2c at 7e804000> mem 0x7e804000-0x7e804fff irq 38 disabled compat brcm,bcm2835-i2c (no driver attached)
simplebus0: <i2c at 7e805000> mem 0x7e805000-0x7e805fff irq 39 disabled compat brcm,bcm2835-i2c (no driver attached)
simplebus0: <vec at 7e806000> mem 0x7e806000-0x7e806fff irq 40 disabled compat brcm,bcm2835-vec (no driver attached)
simplebus0: <pixelvalve at 7e807000> mem 0x7e807000-0x7e8070ff irq 41 disabled compat brcm,bcm2835-pixelvalve2 (no driver attached)
simplebus0: <hdmi at 7e902000> mem 0x7e902000-0x7e9025ff,0x7e808000-0x7e8080ff irq 42,43 disabled compat brcm,bcm2835-hdmi (no driver attached)
simplebus0: <usb at 7e980000> mem 0x7e980000-0x7e98ffff,0x7e00b200-0x7e00b3ff irq 44,45 disabled compat brcm,bcm2708-usb (no driver attached)
simplebus0: <gpu> disabled compat brcm,bcm2835-vc4 (no driver attached)
simplebus0: <local_intc at 40000000> mem 0x40000000-0x400000ff compat brcm,bcm2836-l1-intc (no driver attached)
simplebus0: <thermal at 7d5d2200> mem 0x7d5d2200-0x7d5d222b irq 47 compat brcm,avs-tmon-bcm2838 (no driver attached)
simplebus0: <serial at 7e201400> mem 0x7e201400-0x7e2015ff irq 48 disabled compat brcm,bcm2835-pl011 (no driver attached)
simplebus0: <serial at 7e201600> mem 0x7e201600-0x7e2017ff irq 49 disabled compat brcm,bcm2835-pl011 (no driver attached)
simplebus0: <serial at 7e201800> mem 0x7e201800-0x7e2019ff irq 50 disabled compat brcm,bcm2835-pl011 (no driver attached)
simplebus0: <serial at 7e201a00> mem 0x7e201a00-0x7e201bff irq 51 disabled compat brcm,bcm2835-pl011 (no driver attached)
simplebus0: <spi at 7e204600> mem 0x7e204600-0x7e2047ff irq 52 disabled compat brcm,bcm2835-spi (no driver attached)
simplebus0: <spi at 7e204800> mem 0x7e204800-0x7e2049ff irq 53 disabled compat brcm,bcm2835-spi (no driver attached)
simplebus0: <spi at 7e204a00> mem 0x7e204a00-0x7e204bff irq 54 disabled compat brcm,bcm2835-spi (no driver attached)
simplebus0: <spi at 7e204c00> mem 0x7e204c00-0x7e204dff irq 55 disabled compat brcm,bcm2835-spi (no driver attached)
simplebus0: <i2c at 7e205600> mem 0x7e205600-0x7e2057ff irq 56 disabled compat brcm,bcm2835-i2c (no driver attached)
simplebus0: <i2c at 7e205800> mem 0x7e205800-0x7e2059ff irq 57 disabled compat brcm,bcm2835-i2c (no driver attached)
simplebus0: <i2c at 7e205a00> mem 0x7e205a00-0x7e205bff irq 58 disabled compat brcm,bcm2835-i2c (no driver attached)
simplebus0: <i2c at 7e205c00> mem 0x7e205c00-0x7e205dff irq 59 disabled compat brcm,bcm2835-i2c (no driver attached)
simplebus0: <pwm at 7e20c800> mem 0x7e20c800-0x7e20c827 disabled compat brcm,bcm2835-pwm (no driver attached)
sdhci_bcm0: <Broadcom 2708 SDHCI controller> mem 0x7e340000-0x7e3400ff irq 60 on simplebus0
sdhci_bcm0: SDHCI frequency: 100MHz
sdhci_bcm0-slot0: 100MHz HS 8bits VDD: 3.3V 1.8V VCCQ: 3.3V DRV: BC PIO embedded
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x018374c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00007200 | Blk cnt:  0x00000000
sdhci_bcm0-slot0: Argument: 0x00000000 | Trn mode: 0x00000000
sdhci_bcm0-slot0: Present:  0x1fff0000 | Host ctl: 0x00000002
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x0000000e | Int stat: 0x00000000
sdhci_bcm0-slot0: Int enab: 0x027f003b | Sig enab: 0x00000000
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000000
sdhci_bcm0-slot0: ===========================================
sdhci_bcm0-slot0: Card inserted
mmc0: <MMC/SD bus> on sdhci_bcm0
sdhci_bcm1: <Broadcom 2708 SDHCI controller> mem 0x7e300000-0x7e3000ff irq 61 on simplebus0
sdhci_bcm1: SDHCI frequency: 200MHz
sdhci_bcm1-slot0: 200MHz HS 4bits VDD: 3.3V VCCQ: 3.3V DRV: B PIO removable
sdhci_bcm1-slot0: ============== REGISTER DUMP ==============
sdhci_bcm1-slot0: Sys addr: 0x00000000 | Version:  0x00009902
sdhci_bcm1-slot0: Blk size: 0x00000000 | Blk cnt:  0x00000000
sdhci_bcm1-slot0: Argument: 0x00000000 | Trn mode: 0x00000000
sdhci_bcm1-slot0: Present:  0x000f0000 | Host ctl: 0x00000000
sdhci_bcm1-slot0: Power:    0x0000000f | Blk gap:  0x00000000
sdhci_bcm1-slot0: Wake-up:  0x00000000 | Clock:    0x0000fa07
sdhci_bcm1-slot0: Timeout:  0x00000000 | Int stat: 0x00000000
sdhci_bcm1-slot0: Int enab: 0x027f003b | Sig enab: 0x00000000
sdhci_bcm1-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm1-slot0: Caps:     0x00000000 | Caps2:    0x00000000
sdhci_bcm1-slot0: Max curr: 0x00000001 | ADMA err: 0x00000000
sdhci_bcm1-slot0: ADMA addr:0x00000000 | Slot int: 0x00000000
sdhci_bcm1-slot0: ===========================================
sdhci_bcm1-slot0: Card inserted
mmc1: <MMC/SD bus> on sdhci_bcm1
simplebus0: <mmcnr at 7e300000> mem 0x7e300000-0x7e3000ff irq 62 disabled compat brcm,bcm2835-mmc (no driver attached)
simplebus0: <firmwarekms at 7e600000> mem 0x7e600000-0x7e6000ff irq 63 disabled compat raspberrypi,rpi-firmware-kms (no driver attached)
simplebus0: <smi at 7e600000> mem 0x7e600000-0x7e6000ff irq 64 disabled compat brcm,bcm2835-smi (no driver attached)
simplebus0: <axiperf> mem 0x7e009800-0x7e0098ff,0x7ee08000-0x7ee080ff disabled compat brcm,bcm2835-axiperf (no driver attached)
simplebus0: <firmware> compat raspberrypi,bcm2835-firmware (no driver attached)
simplebus0: <power> compat raspberrypi,bcm2835-power (no driver attached)
simplebus0: <gpiomem> mem 0x7e200000-0x7e200fff compat brcm,bcm2835-gpiomem (no driver attached)
fb0: <BCM2835 VT framebuffer driver> on simplebus0
fb0: keeping existing fb bpp of 32
fbd0 on fb0
WARNING: Device "fb" is Giant locked and may be deleted before FreeBSD 13.0.
VT: Replacing driver "efifb" with new "fb".
fb0: 1824x984(1824x984 at 0,0) 32bpp
fb0: fbswap: 1, pitch 7296, base 0x3e513000, screen_size 7237632
simplebus0: <vcsm> compat raspberrypi,bcm2835-vcsm (no driver attached)
simplebus0: <audio> disabled compat brcm,bcm2835-audio (no driver attached)
simplebus0: <virtgpio> compat brcm,bcm2835-virtgpio (no driver attached)
ofwbus0: <arm-pmu> irq 0,1,2,3 compat arm,cortex-a72-pmu (no driver attached)
cpulist0: <Open Firmware CPU Group> on ofwbus0
cpu0: <Open Firmware CPU> on cpulist0
cpu0: missing 'clock-frequency' property
cpu1: <Open Firmware CPU> on cpulist0
cpu1: missing 'clock-frequency' property
cpu2: <Open Firmware CPU> on cpulist0
cpu2: missing 'clock-frequency' property
cpu3: <Open Firmware CPU> on cpulist0
cpu3: missing 'clock-frequency' property
simplebus1: <v3d at 7ec04000> mem 0x7ec00000-0x7ec03fff,0x7ec04000-0x7ec07fff irq 65 disabled compat brcm,2711-v3d (no driver attached)
simplebus2: <pcie at 7d500000> mem 0x7d500000-0x7d50930f,0x7e00f300-0x7e00f31f irq 66,67 compat brcm,bcm7211-pcie (no driver attached)
simplebus2: <genet at 7d580000> mem 0x7d580000-0x7d58ffff irq 68,69 compat brcm,genet-v5 (no driver attached)
simplebus2: <dma at 7e007b00> mem 0x7e007b00-0x7e007eff irq 70,71,72,73 compat brcm,bcm2838-dma (no driver attached)
simplebus2: <xhci at 7e9c0000> mem 0x7e9c0000-0x7eabffff irq 74 disabled compat generic-xhci (no driver attached)
simplebus2: <hevc-decoder at 7eb00000> mem 0x7eb00000-0x7eb0ffff compat raspberrypi,rpivid-hevc-decoder (no driver attached)
simplebus2: <rpivid-local-intc at 7eb10000> mem 0x7eb10000-0x7eb10fff irq 75 compat raspberrypi,rpivid-local-intc (no driver attached)
simplebus2: <h264-decoder at 7eb20000> mem 0x7eb20000-0x7eb2ffff compat raspberrypi,rpivid-h264-decoder (no driver attached)
simplebus2: <vp9-decoder at 7eb30000> mem 0x7eb30000-0x7eb3ffff compat raspberrypi,rpivid-vp9-decoder (no driver attached)
simplebus2: <mailbox at 7e00b840> mem 0x7e00b840-0x7e00b87b irq 76 compat brcm,bcm2838-vchiq (no driver attached)
gpioled0: <GPIO LEDs> on ofwbus0
gpioled0: <led1> failed to map pin
gpioregulator0: <GPIO controlled regulator> on ofwbus0
gpioregulator0: cannot get pin 0
gpioregulator0: cannot parse parameters
device_attach: gpioregulator0 attach returned 6
cryptosoft0: <software crypto>
crypto: assign cryptosoft0 driver id 0, flags 0x6000000
crypto: cryptosoft0 registers alg 1 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 2 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 3 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 4 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 5 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 16 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 6 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 7 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 32 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 18 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 19 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 20 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 8 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 15 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 9 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 10 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 13 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 14 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 34 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 35 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 36 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 37 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 11 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 22 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 23 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 25 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 24 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 26 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 27 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 28 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 21 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 17 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 29 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 30 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 31 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 40 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 39 flags 0 maxoplen 0
crypto: cryptosoft0 registers alg 38 flags 0 maxoplen 0
Device configuration finished.
Found SMCCC version 1.0
procfs registered
Timecounters tick every 1.000 msec
lo0: bpf attached
vlan: initialized, using hash tables with chaining
IPsec: Initialized Security Association Processing.
tcp_init: net.inet.tcp.tcbhashsize auto tuned to 32768
Obsolete code will be removed soon: random(9) is the obsolete Park-Miller LCG from 1988
usb_needs_explore_all: no devclass
sdhci_bcm0-slot0: Divider 125 for freq 400000 (base 100000000)
mmc0: Probing bus
mmc0: SD 2.0 interface conditions: OK
mmc0: SD probe: OK (OCR: 0x40ff8000)
mmc0: Current OCR: 0x00ff8000
mmc0: Probing cards
mmc0: New card detected (CID 0353445350313238803189c957012200)
mmc0: New card detected (CSD 400e00325b590003b8ab7f800a404000)
mmc0: Card at relative address 0xaaaa added:
mmc0:  card: SDHC SP128 8.0 SN 3189C957 MFG 02/2018 by 3 SD
mmc0:  quirks: 0
mmc0:  bus: 4bit, 50MHz (high speed timing)
mmc0:  memory: 249737216 blocks, erase sector 8192 blocks
mmc0: setting transfer rate to 50.000MHz (high speed timing)
sdhci_bcm0-slot0: Divider 1 for freq 50000000 (base 100000000)
mmcsd0: 128GB <SDHC SP128 8.0 SN 3189C957 MFG 02/2018 by 3 SD> at mmc0 50.0MHz/4bit/65535-block
sdhci_bcm1-slot0: Divider 250 for freq 400000 (base 200000000)
mmc1: Probing bus
GEOM: new disk mmcsd0
sdhci_bcm1-slot0: Got command interrupt 0x00030000, but there is no active command.
sdhci_bcm1-slot0: ============== REGISTER DUMP ==============
sdhci_bcm1-slot0: Sys addr: 0x00000000 | Version:  0x00009902
sdhci_bcm1-slot0: Blk size: 0x00000000 | Blk cnt:  0x00000000
sdhci_bcm1-slot0: Argument: 0x000001aa | Trn mode: 0x00000000
sdhci_bcm1-slot0: Present:  0x000f0000 | Host ctl: 0x00000001
sdhci_bcm1-slot0: Power:    0x0000000f | Blk gap:  0x00000000
sdhci_bcm1-slot0: Wake-up:  0x00000000 | Clock:    0x0000fa07
sdhci_bcm1-slot0: Timeout:  0x00000000 | Int stat: 0x00000000
sdhci_bcm1-slot0: Int enab: 0x01ff00bb | Sig enab: 0x01ff00bb
sdhci_bcm1-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm1-slot0: Caps:     0x00000000 | Caps2:    0x00000000
sdhci_bcm1-slot0: Max curr: 0x00000001 | ADMA err: 0x00000000
sdhci_bcm1-slot0: ADMA addr:0x00000000 | Slot int: 0x00000000
sdhci_bcm1-slot0: ===========================================
sdhci_bcm1-slot0: Got command interrupt 0x00030000, but there is no active command.
sdhci_bcm1-slot0: ============== REGISTER DUMP ==============
sdhci_bcm1-slot0: Sys addr: 0x00000000 | Version:  0x00009902
sdhci_bcm1-slot0: Blk size: 0x00000000 | Blk cnt:  0x00000000
sdhci_bcm1-slot0: Argument: 0x000001aa | Trn mode: 0x00000000
sdhci_bcm1-slot0: Present:  0x000f0000 | Host ctl: 0x00000001
sdhci_bcm1-slot0: Power:    0x0000000f | Blk gap:  0x00000000
sdhci_bcm1-slot0: Wake-up:  0x00000000 | Clock:    0x0000fa07
sdhci_bcm1-slot0: Timeout:  0x00000000 | Int stat: 0x00000000
sdhci_bcm1-slot0: Int enab: 0x01ff00bb | Sig enab: 0x01ff00bb
sdhci_bcm1-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm1-slot0: Caps:     0x00000000 | Caps2:    0x00000000
sdhci_bcm1-slot0: Max curr: 0x00000001 | ADMA err: 0x00000000
sdhci_bcm1-slot0: ADMA addr:0x00000000 | Slot int: 0x00000000
sdhci_bcm1-slot0: ===========================================
sdhci_bcm1-slot0: Got command interrupt 0x00030000, but there is no active command.
sdhci_bcm1-slot0: ============== REGISTER DUMP ==============
sdhci_bcm1-slot0: Sys addr: 0x00000000 | Version:  0x00009902
sdhci_bcm1-slot0: Blk size: 0x00000000 | Blk cnt:  0x00000000
sdhci_bcm1-slot0: Argument: 0x000001aa | Trn mode: 0x00000000
sdhci_bcm1-slot0: Present:  0x000f0000 | Host ctl: 0x00000001
sdhci_bcm1-slot0: Power:    0x0000000f | Blk gap:  0x00000000
sdhci_bcm1-slot0: Wake-up:  0x00000000 | Clock:    0x0000fa07
sdhci_bcm1-slot0: Timeout:  0x00000000 | Int stat: 0x00000000
sdhci_bcm1-slot0: Int enab: 0x01ff00bb | Sig enab: 0x01ff00bb
sdhci_bcm1-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm1-slot0: Caps:     0x00000000 | Caps2:    0x00000000
sdhci_bcm1-slot0: Max curr: 0x00000001 | ADMA err: 0x00000000
sdhci_bcm1-slot0: ADMA addr:0x00000000 | Slot int: 0x00000000
sdhci_bcm1-slot0: ===========================================
sdhci_bcm1-slot0: Got command interrupt 0x00030000, but there is no active command.
sdhci_bcm1-slot0: ============== REGISTER DUMP ==============
sdhci_bcm1-slot0: Sys addr: 0x00000000 | Version:  0x00009902
sdhci_bcm1-slot0: Blk size: 0x00000000 | Blk cnt:  0x00000000
sdhci_bcm1-slot0: Argument: 0x00000000 | Trn mode: 0x00000000
sdhci_bcm1-slot0: Present:  0x000f0000 | Host ctl: 0x00000001
sdhci_bcm1-slot0: Power:    0x0000000f | Blk gap:  0x00000000
sdhci_bcm1-slot0: Wake-up:  0x00000000 | Clock:    0x0000fa07
sdhci_bcm1-slot0: Timeout:  0x00000000 | Int stat: 0x00000000
sdhci_bcm1-slot0: Int enab: 0x01ff00bb | Sig enab: 0x01ff00bb
sdhci_bcm1-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm1-slot0: Caps:     0x00000000 | Caps2:    0x00000000
sdhci_bcm1-slot0: Max curr: 0x00000001 | ADMA err: 0x00000000
sdhci_bcm1-slot0: ADMA addr:0x00000000 | Slot int: 0x00000000
sdhci_bcm1-slot0: ===========================================
sdhci_bcm1-slot0: Got command interrupt 0x00030000, but there is no active command.
sdhci_bcm1-slot0: ============== REGISTER DUMP ==============
sdhci_bcm1-slot0: Sys addr: 0x00000000 | Version:  0x00009902
sdhci_bcm1-slot0: Blk size: 0x00000000 | Blk cnt:  0x00000000
sdhci_bcm1-slot0: Argument: 0x00000000 | Trn mode: 0x00000000
sdhci_bcm1-slot0: Present:  0x000f0000 | Host ctl: 0x00000001
sdhci_bcm1-slot0: Power:    0x0000000f | Blk gap:  0x00000000
sdhci_bcm1-slot0: Wake-up:  0x00000000 | Clock:    0x0000fa07
sdhci_bcm1-slot0: Timeout:  0x00000000 | Int stat: 0x00000000
sdhci_bcm1-slot0: Int enab: 0x01ff00bb | Sig enab: 0x01ff00bb
sdhci_bcm1-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm1-slot0: Caps:     0x00000000 | Caps2:    0x00000000
sdhci_bcm1-slot0: Max curr: 0x00000001 | ADMA err: 0x00000000
sdhci_bcm1-slot0: ADMA addr:0x00000000 | Slot int: 0x00000000
sdhci_bcm1-slot0: ===========================================
sdhci_bcm1-slot0: Got command interrupt 0x00030000, but there is no active command.
sdhci_bcm1-slot0: ============== REGISTER DUMP ==============
sdhci_bcm1-slot0: Sys addr: 0x00000000 | Version:  0x00009902
sdhci_bcm1-slot0: Blk size: 0x00000000 | Blk cnt:  0x00000000
sdhci_bcm1-slot0: Argument: 0x00000000 | Trn mode: 0x00000000
sdhci_bcm1-slot0: Present:  0x000f0000 | Host ctl: 0x00000001
sdhci_bcm1-slot0: Power:    0x0000000f | Blk gap:  0x00000000
sdhci_bcm1-slot0: Wake-up:  0x00000000 | Clock:    0x0000fa07
sdhci_bcm1-slot0: Timeout:  0x00000000 | Int stat: 0x00000000
sdhci_bcm1-slot0: Int enab: 0x01ff00bb | Sig enab: 0x01ff00bb
sdhci_bcm1-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm1-slot0: Caps:     0x00000000 | Caps2:    0x00000000
sdhci_bcm1-slot0: Max curr: 0x00000001 | ADMA err: 0x00000000
sdhci_bcm1-slot0: ADMA addr:0x00000000 | Slot int: 0x00000000
sdhci_bcm1-slot0: ===========================================
mmc1: SD probe: failed
mmc1: MMC probe: failed
mmc1: Current OCR: 0x00000000
mmc1: No compatible cards found on bus
Release APs...Trying to mount root from ufs:/dev/label/RPi4root [rw,noatime]...
APs not started
CPU  0: ARM Cortex-A72 r0p3 affinity:  0
 Instruction Set Attributes 0 = <CRC32>
 Instruction Set Attributes 1 = <>
         Processor Features 0 = <AdvSIMD,FP,EL3 32,EL2 32,EL1 32,EL0 32>
         Processor Features 1 = <>
      Memory Model Features 0 = <TGran4,TGran64,SNSMem,BigEnd,16bit ASID,16TB PA>
      Memory Model Features 1 = <8bit VMID>
      Memory Model Features 2 = <32bit CCIDX,48bit VA>
             Debug Features 0 = <2 CTX BKPTs,4 Watchpoints,6 Breakpoints,PMUv3,Debugv8>
             Debug Features 1 = <>
         Auxiliary Features 0 = <>
         Auxiliary Features 1 = <>
CPU  1: (null) (null) r0p0 affinity:  0
CPU  2: (null) (null) r0p0 affinity:  0
CPU  3: (null) (null) r0p0 affinity:  0
WARNING: WITNESS option enabled, expect reduced performance.
regulator: shutting down unused regulators
sdhci_bcm0-slot0: Controller timeout
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x000000c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00000040 | Blk cnt:  0x00000000
sdhci_bcm0-slot0: Argument: 0xaaaa0000 | Trn mode: 0x00000012
sdhci_bcm0-slot0: Present:  0x1fff0000 | Host ctl: 0x00000005
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x00000003 | Int stat: 0x00000003
sdhci_bcm0-slot0: Int enab: 0x01ff003b | Sig enab: 0x01ff003a
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000001
sdhci_bcm0-slot0: ===========================================
sdhci_bcm0-slot0: Controller timeout
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x000000c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00000040 | Blk cnt:  0x00000000
sdhci_bcm0-slot0: Argument: 0xaaaa0000 | Trn mode: 0x00000012
sdhci_bcm0-slot0: Present:  0x1fff0000 | Host ctl: 0x00000005
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x00000003 | Int stat: 0x00018002
sdhci_bcm0-slot0: Int enab: 0x01ff003b | Sig enab: 0x01ff003a
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000001
sdhci_bcm0-slot0: ===========================================
sdhci_bcm0-slot0: Controller timeout
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x000000c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00000040 | Blk cnt:  0x00000000
sdhci_bcm0-slot0: Argument: 0xaaaa0000 | Trn mode: 0x00000012
sdhci_bcm0-slot0: Present:  0x1fff0000 | Host ctl: 0x00000005
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x00000003 | Int stat: 0x00018002
sdhci_bcm0-slot0: Int enab: 0x01ff003b | Sig enab: 0x01ff003a
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000001
sdhci_bcm0-slot0: ===========================================
sdhci_bcm0-slot0: Controller timeout
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x000000c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00000040 | Blk cnt:  0x00000000
sdhci_bcm0-slot0: Argument: 0xaaaa0000 | Trn mode: 0x00000012
sdhci_bcm0-slot0: Present:  0x1fff0000 | Host ctl: 0x00000005
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x00000003 | Int stat: 0x00018002
sdhci_bcm0-slot0: Int enab: 0x01ff003b | Sig enab: 0x01ff003a
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000001
sdhci_bcm0-slot0: ===========================================
mmc0: CMD7 failed, RESULT: 1
mmc0: Card at relative address 43690 failed to select
sdhci_bcm0-slot0: Controller timeout
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x000000c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00000200 | Blk cnt:  0x00000001
sdhci_bcm0-slot0: Argument: 0x0ee2afff | Trn mode: 0x00000012
sdhci_bcm0-slot0: Present:  0x1fff0a06 | Host ctl: 0x00000005
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x00000003 | Int stat: 0x00018021
sdhci_bcm0-slot0: Int enab: 0x01ff003b | Sig enab: 0x01ff003a
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000001
sdhci_bcm0-slot0: ===========================================
mmcsd0: Error indicated: 1 Timeout
sdhci_bcm0-slot0: Controller timeout
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x000000c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00000200 | Blk cnt:  0x00000001
sdhci_bcm0-slot0: Argument: 0xaaaa0000 | Trn mode: 0x00000012
sdhci_bcm0-slot0: Present:  0x1fff0000 | Host ctl: 0x00000005
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x00000003 | Int stat: 0x00018002
sdhci_bcm0-slot0: Int enab: 0x01ff003b | Sig enab: 0x01ff003a
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000001
sdhci_bcm0-slot0: ===========================================
sdhci_bcm0-slot0: Controller timeout
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x000000c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00000200 | Blk cnt:  0x00000001
sdhci_bcm0-slot0: Argument: 0xaaaa0000 | Trn mode: 0x00000012
sdhci_bcm0-slot0: Present:  0x1fff0000 | Host ctl: 0x00000005
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x00000003 | Int stat: 0x00018002
sdhci_bcm0-slot0: Int enab: 0x01ff003b | Sig enab: 0x01ff003a
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000001
sdhci_bcm0-slot0: ===========================================
sdhci_bcm0-slot0: Controller timeout
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x000000c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00000200 | Blk cnt:  0x00000001
sdhci_bcm0-slot0: Argument: 0xaaaa0000 | Trn mode: 0x00000012
sdhci_bcm0-slot0: Present:  0x1fff0000 | Host ctl: 0x00000005
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x00000003 | Int stat: 0x00018002
sdhci_bcm0-slot0: Int enab: 0x01ff003b | Sig enab: 0x01ff003a
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000001
sdhci_bcm0-slot0: ===========================================
sdhci_bcm0-slot0: Controller timeout
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x000000c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00000200 | Blk cnt:  0x00000001
sdhci_bcm0-slot0: Argument: 0xaaaa0000 | Trn mode: 0x00000012
sdhci_bcm0-slot0: Present:  0x1fff0000 | Host ctl: 0x00000005
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x00000003 | Int stat: 0x00018002
sdhci_bcm0-slot0: Int enab: 0x01ff003b | Sig enab: 0x01ff003a
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000001
sdhci_bcm0-slot0: ===========================================
mmc0: CMD7 failed, RESULT: 1
mmc0: Card at relative address 43690 failed to select
sdhci_bcm0-slot0: Controller timeout
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x000000c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00000200 | Blk cnt:  0x00000001
sdhci_bcm0-slot0: Argument: 0x0ee2afff | Trn mode: 0x00000012
sdhci_bcm0-slot0: Present:  0x1fff0a06 | Host ctl: 0x00000005
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x00000003 | Int stat: 0x00018021
sdhci_bcm0-slot0: Int enab: 0x01ff003b | Sig enab: 0x01ff003a
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000001
sdhci_bcm0-slot0: ===========================================
mmcsd0: Error indicated: 1 Timeout
sdhci_bcm0-slot0: Controller timeout
sdhci_bcm0-slot0: ============== REGISTER DUMP ==============
sdhci_bcm0-slot0: Sys addr: 0x000000c8 | Version:  0x00001002
sdhci_bcm0-slot0: Blk size: 0x00000200 | Blk cnt:  0x00000001
sdhci_bcm0-slot0: Argument: 0xaaaa0000 | Trn mode: 0x00000012
sdhci_bcm0-slot0: Present:  0x1fff0000 | Host ctl: 0x00000005
sdhci_bcm0-slot0: Power:    0x0000000f | Blk gap:  0x00000080
sdhci_bcm0-slot0: Wake-up:  0x00000000 | Clock:    0x00000107
sdhci_bcm0-slot0: Timeout:  0x00000003 | Int stat: 0x00018002
sdhci_bcm0-slot0: Int enab: 0x01ff003b | Sig enab: 0x01ff003a
sdhci_bcm0-slot0: AC12 err: 0x00000000 | Host ctl2:0x00000000
sdhci_bcm0-slot0: Caps:     0x45ee6432 | Caps2:    0x0000a525
sdhci_bcm0-slot0: Max curr: 0x00080008 | ADMA err: 0x00000000
sdhci_bcm0-slot0: ADMA addr:0x00000000 | Slot int: 0x00000001
sdhci_bcm0-slot0: ===========================================

(It kept going after this but I stopped
copying here.)


===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)



More information about the freebsd-arm mailing list