>Synopsis: iwx loads incorrect firmware file for AX201
>Category: kernel
>Environment:
System : OpenBSD 7.7
Details : OpenBSD 7.7-current (GENERIC.MP) #51: Thu Jul 10 09:52:50
MDT 2025
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
Architecture: OpenBSD.amd64
Machine : amd64
>Description:
On a fresh 7.7 installation with iwx firmware installed, the iwx
driver fails to function correctly and the issue persists even after
upgrading to -current.
The following error messages are displayed:
iwx0: using firmware iwx-QuZ-a0-hr-b0-77
iwx0: could not load firmware, 35
iwx0: failed to load init firmware
On a Linux 6.12 installation, the iwlwifi driver functions properly
with the same wireless device:
[linux]# dmesg | grep -i "wifi"
[ 3.545489] Intel(R) Wireless WiFi driver for Linux
[ 3.545560] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 3.571745] iwlwifi 0000:00:14.3: Detected crf-id 0x2816, cnv-id
0x20000302 wfpm id 0x80000000
[ 3.571806] iwlwifi 0000:00:14.3: PCI dev a0f0/0264, rev=0x351,
rfid=0x108110
[ 3.571813] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9461
[ 3.577698] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version:
89.3.35.37
[ 3.578120] iwlwifi 0000:00:14.3: loaded firmware version
77.f31a351f.0 QuZ-a0-jf-b0-77.ucode op_mode iwlmvm
[ 3.929684] iwlwifi 0000:00:14.3: base HW address: 80:b6:55:ce:45:6e
[ 3.952405] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[ 5.064399] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP,
with index: 0
As shown in the log messages above, the iwlwifi driver successfully
loads the QuZ-a0-jf-b0-77 firmware. The iwx driver attempts to load
the QuZ-a0-hr-b0-77 firmware instead and fails.
>How-To-Repeat:
+ Install 7.7 on a system with specific wireless device.
+ Install the iwx firmware using `fw_update`.
+ Additionally, run `sysupgrade -s` to install -current.
>Fix:
The iwx driver code configures the device and sets the fwname
based on its pci id and hardware parameters. For this particular
wireless device, the rest of the configuration is fine but the
fwname is set incorrectly (i.e. different from what iwlwifi sets).
As a workaround to gain connectivity initially, the QuZ-a0-hr-b0-77
firmware file in /etc/firmware can be replaced with the correct one
under the same name:
# cd /etc/firmware
# mv iwx-QuZ-a0-hr-b0-77 iwx-QuZ-a0-hr-b0-77.bak
# ln iwx-QuZ-a0-jf-b0-77 iwx-QuZ-a0-hr-b0-77
The patch given below fixes the logic that sets the correct fwname
for this wireless device. The driver with this patch applied works
as expected:
iwx0 at pci0 dev 20 function 3 "Intel Wi-Fi 6 AX201" rev 0x20, msix
iwx0: hw rev 0x350, fw 77.206b0184.0, address 80:b6:55:ce:45:6e
iwx0: using firmware iwx-QuZ-a0-jf-b0-77
Index: if_iwx.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/if_iwx.c,v
retrieving revision 1.191
diff -u -p -u -p -r1.191 if_iwx.c
--- if_iwx.c 29 Jun 2025 19:32:08 -0000 1.191
+++ if_iwx.c 17 Jul 2025 15:22:57 -0000
@@ -11487,12 +11487,7 @@ iwx_attach(struct device *parent, struct
sc->sc_uhb_supported = 0;
break;
case PCI_PRODUCT_INTEL_WL_22500_3:
- if (sc->sc_hw_rev == IWX_CSR_HW_REV_TYPE_QU_C0)
- sc->sc_fwname = IWX_QU_C_HR_B_FW;
- else if (sc->sc_hw_rev == IWX_CSR_HW_REV_TYPE_QUZ)
- sc->sc_fwname = IWX_QUZ_A_HR_B_FW;
- else
- sc->sc_fwname = IWX_QU_B_HR_B_FW;
+ sc->sc_fwname = IWX_QUZ_A_JF_B_FW;
sc->sc_device_family = IWX_DEVICE_FAMILY_22000;
sc->sc_integrated = 1;
sc->sc_ltr_delay = IWX_SOC_FLAGS_LTR_APPLY_DELAY_200;
dmesg:
OpenBSD 7.7-current (GENERIC.MP) #51: Thu Jul 10 09:52:50 MDT 2025
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 8253046784 (7870MB)
avail mem = 7976292352 (7606MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.5 @ 0x725f3000 (82 entries)
bios0: vendor American Megatrends International, LLC. version "X515EA.315" date
10/13/2023
bios0: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X515EA_X515EA
efi0 at bios0: UEFI 2.7
efi0: American Megatrends rev 0x50013
acpi0 at bios0: ACPI 6.2
acpi0: sleep states S0ix S3 S4 S5
acpi0: tables DSDT FACP SSDT FIDT ECDT MSDM SSDT SSDT SSDT HPET APIC SSDT NHLT
LPIT SSDT DBGP DBG2 DMAR FPDT MCFG SSDT TPM2 BGRT PTDT WSMT
acpi0: wakeup devices PEGP(S4) PEGP(S4) PEGP(S4) PEG0(S4) PEGP(S4) RP04(S4)
PXSX(S4) XHCI(S3) XDCI(S4) HDAS(S4) CNVW(S4) AWAC(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpiec0 at acpi0
acpihpet0 at acpi0: 19200000 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz, 3600.29 MHz, 06-8c-01,
patch 000000bc
cpu0: cpuid 1
edx=bfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
ecx=77fafbbf<SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND>
cpu0: cpuid 6 eax=17eff7<SENSOR,ARAT> ecx=9<EFFFREQ>
cpu0: cpuid 7.0
ebx=f3bfa7eb<FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,AVX512IFMA,CLFLUSHOPT,CLWB,PT,AVX512CD,SHA,AVX512BW,AVX512VL>
ecx=18c05fce<AVX512VBMI,UMIP,PKU>
edx=fc100710<SRBDS_CTRL,MD_CLEAR,IBT,IBRS,IBPB,STIBP,L1DF,SSBD>
cpu0: cpuid a vers=5, gp=8, gpwidth=48, ff=4, ffwidth=48
cpu0: cpuid d.1 eax=f<XSAVEOPT,XSAVEC,XGETBV1,XSAVES>
cpu0: cpuid 80000001 edx=2c100800<NXE,PAGE1GB,RDTSCP,LONG>
ecx=121<LAHF,ABM,3DNOWP>
cpu0: cpuid 80000007 edx=100<ITSC>
cpu0: msr
10a=a005c6b<IBRS_ALL,SKIP_L1DFL,MDS_NO,IF_PSCHANGE,MISC_PKG_CT,ENERGY_FILT,DOITM,FBSDP_NO,GDS_CTRL,RFDS_NO>
cpu0: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB 64b/line
20-way L2 cache, 8MB 64b/line 8-way L3 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 38MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.1.2.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz, 2793.57 MHz, 06-8c-01,
patch 000000bc
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz, 2394.49 MHz, 06-8c-01,
patch 000000bc
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz, 2194.95 MHz, 06-8c-01,
patch 000000bc
cpu3: smt 0, core 3, package 0
cpu4 at mainbus0: apid 1 (application processor)
cpu4: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz, 2095.17 MHz, 06-8c-01,
patch 000000bc
cpu4: smt 1, core 0, package 0
cpu5 at mainbus0: apid 3 (application processor)
cpu5: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz, 2095.17 MHz, 06-8c-01,
patch 000000bc
cpu5: smt 1, core 1, package 0
cpu6 at mainbus0: apid 5 (application processor)
cpu6: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz, 2187.14 MHz, 06-8c-01,
patch 000000bc
cpu6: smt 1, core 2, package 0
cpu7 at mainbus0: apid 7 (application processor)
cpu7: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz, 2194.94 MHz, 06-8c-01,
patch 000000bc
cpu7: smt 1, core 3, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xc0000000, bus 0-2
acpiprt0 at acpi0: bus 0 (PC00)
acpiprt1 at acpi0: bus -1 (PEG0)
acpiprt2 at acpi0: bus 1 (RP01)
acpiprt3 at acpi0: bus -1 (RP02)
acpiprt4 at acpi0: bus -1 (RP03)
acpiprt5 at acpi0: bus -1 (RP04)
acpiprt6 at acpi0: bus 2 (RP05)
acpiprt7 at acpi0: bus -1 (RP06)
acpiprt8 at acpi0: bus -1 (RP07)
acpiprt9 at acpi0: bus -1 (RP08)
acpiprt10 at acpi0: bus -1 (RP09)
acpiprt11 at acpi0: bus -1 (RP10)
acpiprt12 at acpi0: bus -1 (RP11)
acpiprt13 at acpi0: bus -1 (RP12)
acpiprt14 at acpi0: bus -1 (RP13)
acpiprt15 at acpi0: bus -1 (RP14)
acpiprt16 at acpi0: bus -1 (RP15)
acpiprt17 at acpi0: bus -1 (RP16)
acpiprt18 at acpi0: bus -1 (RP17)
acpiprt19 at acpi0: bus -1 (RP18)
acpiprt20 at acpi0: bus -1 (RP19)
acpiprt21 at acpi0: bus -1 (RP20)
acpiprt22 at acpi0: bus -1 (RP21)
acpiprt23 at acpi0: bus -1 (RP22)
acpiprt24 at acpi0: bus -1 (RP23)
acpiprt25 at acpi0: bus -1 (RP24)
acpiec at acpi0 not configured
acpipci0 at acpi0 PC00: 0x00000000 0x00000011 0x00000001
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: LID_
acpibat0 at acpi0: BAT0 model "ASUS Battery" serial type LIon oem "ASUSTeK"
"INTC1043" at acpi0 not configured
"INTC1043" at acpi0 not configured
"INTC1043" at acpi0 not configured
"INTC1043" at acpi0 not configured
"ATK3001" at acpi0 not configured
"ELAN7001" at acpi0 not configured
"ELAN1300" at acpi0 not configured
"ACPI000E" at acpi0 not configured
pchgpio0 at acpi0 GPI0 addr 0xfd6e0000/0x10000 0xfd6d0000/0x10000
0xfd6a0000/0x10000 0xfd690000/0x10000 irq 14, 360 pins
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
intelpmc0 at acpi0: PEPD
state 0: 0x7f:1:2:0x00:0x0000000000000060
counter: 0x7f:64:0:0x00:0x0000000000000632
frequency: 0
state 1: 0x7f:1:2:0x00:0x0000000000000060
counter: 0x00:32:0:0x03:0x00000000fe00193c
frequency: 8197
acpibtn1 at acpi0: PWRB
tpm0 at acpi0 TPM_ 2.0 (CRB) addr 0xfed40000/0x5000, device 0x00000000 rev 0x0
"PNP0C14" at acpi0 not configured
"ASUS2018" at acpi0 not configured
"INTC1040" at acpi0 not configured
acpipwrres0 at acpi0: PXP_, resource for PEG0, PEGP
acpipwrres1 at acpi0: PXP_, resource for RP05, PXSX
acpipwrres2 at acpi0: PXP_, resource for RP08
acpipwrres3 at acpi0: BPRR
acpipwrres4 at acpi0: V0PR
acpipwrres5 at acpi0: V1PR
acpipwrres6 at acpi0: V2PR
acpipwrres7 at acpi0: PXTC
acpipwrres8 at acpi0: PTPL
acpipwrres9 at acpi0: PXTC
acpipwrres10 at acpi0: PXTC
acpipwrres11 at acpi0: WRST
acpipwrres12 at acpi0: PAUD, resource for HDAS
acpicpu0 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31),
C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31),
C1(1000@1 mwait.1), PSS
acpicpu2 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31),
C1(1000@1 mwait.1), PSS
acpicpu3 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31),
C1(1000@1 mwait.1), PSS
acpicpu4 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31),
C1(1000@1 mwait.1), PSS
acpicpu5 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31),
C1(1000@1 mwait.1), PSS
acpicpu6 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31),
C1(1000@1 mwait.1), PSS
acpicpu7 at acpi0: C3(200@1048 mwait.1@0x60), C2(200@253 mwait.1@0x31),
C1(1000@1 mwait.1), PSS
acpitz0 at acpi0
acpitz0: critical temperature is 103 degC
acpipwrres13 at acpi0: PIN_
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
acpivout1 at acpivideo0: DD2F
cpu0: Enhanced SpeedStep 3600 MHz: speeds: 2401, 2400, 2300, 2100, 2000, 1800,
1700, 1500, 1400, 1300, 1100, 900, 800, 700, 500, 400 MHz
pci0 at mainbus0 bus 0
0:31:5: mem address conflict 0xfe010000/0x1000
pchb0 at pci0 dev 0 function 0 "Intel Core 11G Host" rev 0x01
inteldrm0 at pci0 dev 2 function 0 "Intel Xe Graphics" rev 0x01
drm0 at inteldrm0
inteldrm0: msi, TIGERLAKE, gen 12
"Intel Core 11G DTT" rev 0x01 at pci0 dev 4 function 0 not configured
"Intel Core 11G GNA" rev 0x01 at pci0 dev 8 function 0 not configured
"Intel Core 11G SRAM" rev 0x01 at pci0 dev 10 function 0 not configured
xhci0 at pci0 dev 20 function 0 "Intel 500 Series xHCI" rev 0x20: msi, xHCI 1.20
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00
addr 1
"Intel 500 Series Shared SRAM" rev 0x20 at pci0 dev 20 function 2 not configured
iwx0 at pci0 dev 20 function 3 "Intel Wi-Fi 6 AX201" rev 0x20, msix
dwiic0 at pci0 dev 21 function 0 "Intel 500 Series I2C" rev 0x20: apic 2 int 27
iic0 at dwiic0
dwiic1 at pci0 dev 21 function 1 "Intel 500 Series I2C" rev 0x20: apic 2 int 40
iic1 at dwiic1
ihidev0 at iic1 addr 0x15 irq 57, vendor 0x4f3 product 0x3087, ELAN1300
ihidev0: 14 report ids
imt0 at ihidev0: clickpad, 5 contacts
wsmouse0 at imt0 mux 0
ims0 at ihidev0 reportid 1: 2 buttons, Z and W dir
wsmouse1 at ims0 mux 0
hid at ihidev0 reportid 5 not configured
hid at ihidev0 reportid 6 not configured
hid at ihidev0 reportid 7 not configured
hid at ihidev0 reportid 11 not configured
hid at ihidev0 reportid 12 not configured
hid at ihidev0 reportid 13 not configured
hid at ihidev0 reportid 14 not configured
"Intel 500 Series HECI" rev 0x20 at pci0 dev 22 function 0 not configured
ahci0 at pci0 dev 23 function 0 "Intel 500 Series AHCI" rev 0x20: msi, AHCI
1.3.1
ahci0: port 1: 6.0Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 1 lun 0: <ATA, WDC WD10SPZX-21Z, 02.0> naa.50014ee65d4100dc
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors, thin
ppb0 at pci0 dev 28 function 0 "Intel 500 Series PCIE" rev 0x20
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 4 "Intel 500 Series PCIE" rev 0x20: msi
pci2 at ppb1 bus 2
nvme0 at pci2 dev 0 function 0 vendor "Intel", unknown product 0xf1aa rev 0x03:
msix, NVMe 1.4
nvme0: INTEL SSDPEKNU512GZ, firmware 002C, serial BTKA11560YZF512A
scsibus2 at nvme0: 2 targets, initiator 0
sd1 at scsibus2 targ 1 lun 0: <NVMe, INTEL SSDPEKNU51, 002C>
sd1: 488386MB, 512 bytes/sector, 1000215216 sectors
"Intel 500 Series UART" rev 0x20 at pci0 dev 30 function 0 not configured
"Intel 500 Series GSPI" rev 0x20 at pci0 dev 30 function 2 not configured
pcib0 at pci0 dev 31 function 0 "Intel 500 Series eSPI" rev 0x20
azalia0 at pci0 dev 31 function 3 "Intel 500 Series HD Audio" rev 0x20: msi
azalia0: codecs: Realtek ALC256, Intel/0x2812, using Realtek ALC256
audio0 at azalia0
ichiic0 at pci0 dev 31 function 4 "Intel 500 Series SMBus" rev 0x20: apic 2 int
16
iic2 at ichiic0
"Intel 500 Series SPI" rev 0x20 at pci0 dev 31 function 5 not configured
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
uvideo0 at uhub0 port 3 configuration 1 interface 0 "Azurewave USB2.0 VGA UVC
WebCam" rev 2.00/17.02 addr 2
video0 at uvideo0
ugen0 at uhub0 port 10 "Intel Bluetooth" rev 2.00/0.02 addr 3
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd0a (d04a45498d559ab1.a) swap on sd0b dump on sd0b
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwx0: could not load firmware, 35
iwx0: failed to load init firmware
usbdevs:
Controller /dev/usb0:
addr 01: 8086:0000 Intel, xHCI root hub
super speed, self powered, config 1, rev 1.00
driver: uhub0
addr 02: 13d3:5a11 Azurewave, USB2.0 VGA UVC WebCam
high speed, power 500 mA, config 1, rev 17.02
driver: uvideo0
addr 03: 8087:0aaa Intel, Bluetooth
full speed, self powered, config 1, rev 0.02
driver: ugen0
pcidump:
Domain /dev/pci0:
...
0:20:3: Intel Wi-Fi 6 AX201
0x0000: Vendor ID: 8086, Product ID: a0f0
0x0004: Command: 0006, Status: 0010
0x0008: Class: 02 Network, Subclass: 80 Miscellaneous,
Interface: 00, Revision: 20
0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
Cache Line Size: 10
0x0010: BAR mem 64bit addr: 0x000000600113c000/0x00004000
0x0018: BAR empty (00000000)
0x001c: BAR empty (00000000)
0x0020: BAR empty (00000000)
0x0024: BAR empty (00000000)
0x0028: Cardbus CIS: 00000000
0x002c: Subsystem Vendor ID: 8086 Product ID: 0264
0x0030: Expansion ROM Base Address: 00000000
0x0038: 00000000
0x003c: Interrupt Pin: 04 Line: ff Min Gnt: 00 Max Lat: 00
0x00c8: Capability 0x01: Power Management
State: D0
0x00d0: Capability 0x05: Message Signalled Interrupts (MSI)
Enabled: no; 1 vectors (1 enabled)
0x0040: Capability 0x10: PCI Express
Max Payload Size: 128 / 128 bytes
Max Read Request Size: 128 bytes
0x0100: Enhanced Capability 0x18: Latency Tolerance Reporting
0x0164: Enhanced Capability 0x0b: Vendor-Specific
0x0080: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
Enabled: yes; table size 16 (BAR 0:8192)
0x0000: a0f08086 00100006 02800020 00800010
0x0010: 0113c004 00000060 00000000 00000000
0x0020: 00000000 00000000 00000000 02648086
0x0030: 00000000 000000c8 00000000 000004ff
0x0040: 00928010 10000ec0 00100c10 00000000
0x0050: 00000000 00000000 00000000 00000000
0x0060: 00000000 00080812 00000405 00000000
0x0070: 00000000 00000000 00000000 00000000
0x0080: 800f0011 00002000 00003000 00000000
0x0090: 00000000 00000000 00000000 00000000
0x00a0: 00000000 00000000 00000000 00000000
0x00b0: 00000000 00000000 00000000 00000000
0x00c0: 00000000 00000000 c823d001 0d000008
0x00d0: 00804005 00000000 00000000 00000000
0x00e0: 00000000 00000000 00000000 00000000
0x00f0: 00000000 00000000 00000000 00000000
...