This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

wl1271 compiling error: unknown field 'private' specified in initializer

Other Parts Discussed in Thread: WL1271

Hello,

I'm working on OMAP4770 Blaze platform with 4IA.1.4, I want to build the wl1271 driver under ~/mydroid/hardware/ti/wlan, there are some error messages as below.

...
  CC      /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/stad/build/linux/tiwlan_drv.mod.o
  LD [M]  /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/stad/build/linux/tiwlan_drv.ko
make[2]: Leaving directory `/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/kernel/android-3.0'
make[1]: Leaving directory `/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/stad/build/linux'
make -C ../../../platforms/os/common/build/linux CROSS_COMPILE=arm-none-linux-gnueabi- DEBUG=y BUILD_SUPPL=n SUPPL=ANDROID WSPI=n INTR=y XCC=n INFO=n STATIC_LIB=y OS_AUXILIARY_LIBS+=../../../../../stad/build/linux/libestadrv.a
make[1]: Entering directory `/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux'
rm -f ../../../../../platforms/os/common/build/linux/libuadrv.a
make -C /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/kernel/android-3.0 M=`pwd` ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules
make[2]: Entering directory `/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/kernel/android-3.0'
  CC [M]  /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/../../../../../platforms/os/common/src/osRgstry.o
  CC [M]  /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/../../../../../stad/src/Ctrl_Interface/CmdHndlr.o
  LD [M]  /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.o
  Building modules, stage 2.
  MODPOST 1 modules
WARNING: "cmdInterpret_Create" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_memoryFree" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_memoryZero" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_printf" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "NdisUnicodeStringToAnsiString" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "cmdInterpret_convertAndExecute" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_SignalObjectSet" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_wake_lock" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_SignalObjectCreate" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_setDebugOutputToLogger" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_wake_unlock" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_protectLock" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_RequestSchedule" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_memoryCopy" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_SignalObjectWait" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_protectDestroy" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "wlanDrvIf_CommandDone" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_memoryCompare" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "cmdInterpret_Init" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "cmdInterpret_Destroy" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_SignalObjectFree" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_protectUnlock" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "cmdInterpret_GetStat" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_protectCreate" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "os_memoryAlloc" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "NdisReadConfiguration" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
WARNING: "TiDebugFlag" [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko] undefined!
  CC      /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.mod.o
  LD [M]  /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/tiwlan_drv.ko
make[2]: Leaving directory `/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/kernel/android-3.0'
make[1]: Leaving directory `/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/common/build/linux'
make -C ../../../platforms/os/linux/build CROSS_COMPILE=arm-none-linux-gnueabi- DEBUG=y BUILD_SUPPL=n SUPPL=ANDROID WSPI=n INTR=y XCC=n INFO=n STATIC_LIB=y OS_AUXILIARY_LIBS+=../../../../stad/build/linux/libestadrv.a OS_AUXILIARY_LIBS+=../../../../platforms/os/common/build/linux/libuadrv.a
make[1]: Entering directory `/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build'
rm -f ../../../../platforms/os/linux/build/tiwlan_drv_stub.o 
make -C /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/kernel/android-3.0 M=`pwd` ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules
make[2]: Entering directory `/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/kernel/android-3.0'
  CC [M]  /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvIf.o
  CC [M]  /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/osapi.o
  CC [M]  /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/osmemapi.o
  CC [M]  /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/osRgstry_parser.o
  CC [M]  /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/ipc_k.o
  CC [M]  /home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.o
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:136: error: unknown field 'private' specified in initializer
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:136: warning: initialization from incompatible pointer type
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:137: error: unknown field 'num_private' specified in initializer
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:137: warning: excess elements in struct initializer
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:137: warning: (near initialization for 'tWextIf')
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:138: error: unknown field 'private_args' specified in initializer
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:138: warning: excess elements in struct initializer
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:138: warning: (near initialization for 'tWextIf')
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:139: error: unknown field 'num_private_args' specified in initializer
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:139: warning: excess elements in struct initializer
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:139: warning: (near initialization for 'tWextIf')
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c: In function 'wlanDrvWext_Init':
/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.c:150: error: 'struct net_device' has no member named 'wireless_handlers'
make[3]: *** [/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build/../../../../platforms/os/linux/src/WlanDrvWext.o] Error 1
make[2]: *** [_module_/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build] Error 2
make[2]: Leaving directory `/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/kernel/android-3.0'
make[1]: *** [../../../../platforms/os/linux/build/tiwlan_drv_stub.o] Error 2
make[1]: Leaving directory `/home/sw2/my-plat/omap4470/blaze/4AI.1.4-built/mydroid/hardware/ti/wlan/wl1271/platforms/os/linux/build'
make: *** [../../../platforms/os/linux/build/tiwlan_drv_stub.o] Error 2

 If there is any idea for this we be appriciated, Thanks in advance.

Regards,

Calvin

 

  • No experience with your platform. The error would suggest that you need to rebuild the kernel with WL1271 support. That should in turn set the kernel CONFIG_WEXT_PRIV that includes the ".private" member. Might solve other errors with missing symbols. Some notes here:

    http://processors.wiki.ti.com/index.php/TI-Android-ICS-PortingGuide

    Your kernel source might be different.

  • Hi,

    I can build wl1271 MCP wlan driver, but I can't insert the tiwlan_drv.ko for omap4470 with ICS. please take a look at the following logs.

    I would like to know if it is possible to use MCP driver in ICS with linux driver 3.0.21, If yes, what should I do for it ?

     

    shell@android:/ # lsmod

    omaplfb_sgx544_112 19228 0 - Live 0xbf04e000

    pvrsrvkm_sgx544_112 259175 45 omaplfb_sgx544_112, Live 0xbf000000

    shell@android:/ # [   81.824127] request_suspend_state: sleep (0->3) at 81816101077 (2000-01-01 00:01:16.577270510 UTC)

    [   81.834808] DSSCOMP: dsscomp_early_suspend

    [   81.841857] DSSCOMP: blanked screen

     

    shell@android:/ #

    shell@android:/ #

    /system/etc/wifi/tiwlan_drv.ko                                                <

    [   99.036315] TIWLAN: driver init

    [   99.039916] Internal error: Oops - bad syscall: 82ec34 [#1] PREEMPT SMP

    [   99.047119] Modules linked in: tiwlan_drv(+) omaplfb_sgx544_112 pvrsrvkm_sgx544_112 [last unloaded: cfg80211]

    [   99.058105] CPU: 1    Not tainted  (3.0.21-00003-OMAP-Android+ #213)

    [   99.065124] PC is at .LANCHOR0+0x74/0xffffff88 [tiwlan_drv]

    [   99.071228] LR is at 0x0

    [   99.074005] pc : [<bf1cc544>]    lr : [<00000000>]    psr: a0000113

    [   99.074005] sp : 00000000  ip : 00000030  fp : c6d1fedc

    [   99.086486] r10: 00000000  r9 : c6d1e000  r8 : c602d8f0

    [   99.092193] r7 : c602d938  r6 : bf1fe818  r5 : c0957104  r4 : c7373800

    [   99.099304] r3 : bf1cc53c  r2 : 80000000  r1 : c6d1fe5b  r0 : c7373800

    [   99.106384] Flags: NzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment user

    [   99.114166] Control: 10c5387d  Table: 86cc004a  DAC: 00000015

    [   99.120452]

    [   99.120452] FP: 0xc6d1fe5c:

    [   99.125152] fe5c  c6d1fe68 c0052f00 c0057a2c c7373800 c0957104 c7373800 c6d1fe5b 80000000

    [   99.134490] fe7c  bf1cc53c c7373800 c0957104 bf1fe818 c602d938 c602d8f0 c6d1e000 00000000

    [   99.143768] fe9c  c6d1fedc 00000030 00000000 00000000 bf1cc544 a0000113 c7373800 bf1fe818

    [   99.153106] febc  c7373800 c7373800 bf1fe708 c7373800 c602d938 c6d1fef4 c6d1fee0 c0474e20

    [   99.162445] fedc  c0474994 bf1fe818 c602d800 c6d1ff3c c6d1fef8 bf22f18c c0474e10 00000000

    [   99.171783] fefc  ccdd6ca0 ccdd6bc2 ccdf1a98 c6dc4000 000d6f9c 000f12bc 00000000 00000000

    [   99.181091] ff1c  c080dd20 bf202c14 00000000 bf22f000 c00530a8 c6d1ff7c c6d1ff40 c004c628

    [   99.190399] ff3c  bf22f00c 00000000 40115008 bf202c14 00000000 0013e5fc c00530a8 40115008

    [   99.199707]

    [   99.199737] R0: 0xc7373780:

    [   99.204406] 3780  00000000 00000000 00000000 00000000 00000000 00000000 c6514500 00000000

    [   99.213745] 37a0  00000000 00000000 00000000 00000000 00000000 c6d4f0a0 00000000 c65158c0

    [   99.223083] 37c0  00000000 00000000 00000000 00000000 c6e5bfe0 c6514aa0 00000000 c6514e00

    [   99.232391] 37e0  00000000 00000000 00000000 00000000 00000000 c6548c60 00000000 00000000

    [   99.241699] 3800  6c776974 00306e61 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.251037] 3820  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.260314] 3840  00000000 00000004 00000000 00000000 c7373850 c7373850 c7373858 c7373858

    [   99.269653] 3860  00000000 00000000 00000000 00000000 00000000 ffffffff 00000000 00000000

    [   99.278991]

    [   99.278991] R1: 0xc6d1fddb:

    [   99.283691] fdd8  ff0a0210 ffffffff 00000000 c6d1fdf8 c0956a8c 00000010 c0605b24 c6d1fe54

    [   99.292999] fdf8  ff0a0210 ffffffff 00000000 c7373800 c7373800 c6d1fe54 c0956ad4 c7373800

    [   99.302307] fe18  00000007 c0956ad4 c0956a8c c7373800 00000007 c02581d0 c6d1fe54 00000000

    [   99.311614] fe38  c7373800 c6d1fe54 c6d1fe94 c7373800 c0957104 bf1fe818 0082ec34 00000000

    [   99.320953] fe58  00000000 c6d1fe68 c0052f00 c0057a2c c7373800 c0957104 c7373800 c6d1fe5b

    [   99.330291] fe78  80000000 bf1cc53c c7373800 c0957104 bf1fe818 c602d938 c602d8f0 c6d1e000

    [   99.339599] fe98  00000000 c6d1fedc 00000030 00000000 00000000 bf1cc544 a0000113 c7373800

    [   99.348907] feb8  bf1fe818 c7373800 c7373800 bf1fe708 c7373800 c602d938 c6d1fef4 c6d1fee0

    [   99.358215] fed8  c0474e20 c0474994 bf1fe818 c602d800 c6d1ff3c c6d1fef8 bf22f18c c0474e10

    [   99.367523]

    [   99.367523] R4: 0xc7373780:

    [   99.372222] 3780  00000000 00000000 00000000 00000000 00000000 00000000 c6514500 00000000

    [   99.381561] 37a0  00000000 00000000 00000000 00000000 00000000 c6d4f0a0 00000000 c65158c0

    [   99.390869] 37c0  00000000 00000000 00000000 00000000 c6e5bfe0 c6514aa0 00000000 c6514e00

    [   99.400177] 37e0  00000000 00000000 00000000 00000000 00000000 c6548c60 00000000 00000000

    [   99.409515] 3800  6c776974 00306e61 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.418823] 3820  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.428161] 3840  00000000 00000004 00000000 00000000 c7373850 c7373850 c7373858 c7373858

    [   99.437469] 3860  00000000 00000000 00000000 00000000 00000000 ffffffff 00000000 00000000

    [   99.446807]

    [   99.446807] R5: 0xc0957084:

    [   99.451477] 7084  00000000 00000000 00000000 00000000 00000000 00000000 00000000 2ff698d0

    [   99.460815] 70a4  bb7ca717 25cbd708 1b9a208d d7fa8b91 3b7d8614 314a19b4 db8f0de4 60ad8606

    [   99.470153] 70c4  106b881d 45fb45f7 7323b019 8f8fc9b2 59ab1017 312ce5f7 e88b180d 00000000

    [   99.479492] 70e4  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.488800] 7104  00000000 00000000 00000000 c04f9e74 00000000 00000000 00000000 00000000

    [   99.498107] 7124  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.507385] 7144  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.516662] 7164  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.526000]

    [   99.526000] R7: 0xc602d8b8:

    [   99.530731] d8b8  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.540008] d8d8  00000000 00000000 c7373800 00000000 00000000 00000000 c7a8c0e0 c602d938

    [   99.549316] d8f8  00000100 bf1cf5a0 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.558593] d918  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.567871] d938  c602d8f0 c07dbd50 00000100 bf1cf5ac 00000000 00000000 00000000 00000000

    [   99.577209] d958  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.586517] d978  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.595825] d998  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.605133]

    [   99.605133] R8: 0xc602d870:

    [   99.609863] d870  ffffffff ffffffff 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.619140] d890  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.628479] d8b0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.637786] d8d0  00000000 00000000 00000000 00000000 c7373800 00000000 00000000 00000000

    [   99.647125] d8f0  c7a8c0e0 c602d938 00000100 bf1cf5a0 00000000 00000000 00000000 00000000

    [   99.656433] d910  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.665740] d930  00000000 00000000 c602d8f0 c07dbd50 00000100 bf1cf5ac 00000000 00000000

    [   99.675079] d950  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

    [   99.684417]

    [   99.684417] R9: 0xc6d1df80:

    [   99.689117] df80  a942de7e a942ee7e a942fe7e 00000000 00000000 a9432e7e a960ce7e a960be7e

    [   99.698425] dfa0  a960ae7e a9609e7e a9608e7e a9607e7e a9606e7e a9605e7e a9604e7e a9603e7e

    [   99.707733] dfc0  a9602e7e a9601e7e a9600e7e a95ffe7e a95fee7e a95fde7e a95fce7e a95fbe7e

    [   99.717071] dfe0  a95fae7e a95f9e7e a95f8e7e a95f7e7e a95f6e7e a964be7e a964ce7e 00000000

    [   99.726409] e000  00000000 00000002 00000000 c60e2700 c07d9b24 00000001 00000015 c183d500

    [   99.735717] e020  c60e2700 c6d1e000 c07b6588 00000000 c05ef5a0 c782dd40 c6d1fd7c c6d1fd18

    [   99.744995] e040  c05e5364 00000000 00000000 00000000 00000000 00000000 01010000 00000000

    [   99.754333] e060  401124c4 00000000 00000000 00000000 °

     

    Regards,

    Calvin