Network card spamming syslog and dmesg

Is there a way to mute a network card driver that keeps spamming the syslog and dmesg every 30 seconds? I'm running 13.2 amd64 and the qlxge driver keeps filling the logs with this. I even had to disable console messages to keep from constantly getting interrupted. The card works fine otherwise.

Code:
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008d5 0x001008d5 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008d6 0x001008d6 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008d7 0x001008d7 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008d8 0x001008d8 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008d9 0x001008d9 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008da 0x001008da 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008db 0x001008db 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008dc 0x001008dc 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008dd 0x001008dd 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008de 0x001008de 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008df 0x001008df 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008e0 0x001008e0 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008e1 0x001008e1 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008e2 0x001008e2 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x001008e3 0x001008e3 0x00000005 0x00000000 0x00000000 0x00000000 0x00000000]
 
epitaxial, from their format, I'm going to assume that the code segment you included was what you found in /var/log/dmesg.today, is that right? Can you also post the syslog messages, and the file in which you found them?

I don't suppose you have a spare network card you could use to test whether the driver prints these errors for both?
 
AEN code 8110 is used to notify of a DCBX configuration change which the driver doesn't support anyways. If you don't use DCBX maybe you can prevent the notifications by turning the capability off (bios?) or preventing the trigger for the DCBX events? There is no way to prevent AEN notifications from the driver though without patching it, I think the idea was that the events should happen seldomly enough that it wouldn't be an issue.
 
epitaxial, from their format, I'm going to assume that the code segment you included was what you found in /var/log/dmesg.today, is that right? Can you also post the syslog messages, and the file in which you found them?

I don't suppose you have a spare network card you could use to test whether the driver prints these errors for both?

Yes that was the output from dmesg. The syslog messages are exactly the same. Just to confirm yes, the same messages happen with the same model card in a different box.

From /var/log/messages

Code:
Nov  8 16:14:25 nas kernel: ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100006 0x00100006 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
Nov  8 16:14:55 nas kernel: ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100007 0x00100007 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
Nov  8 16:15:25 nas kernel: ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100008 0x00100008 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
Nov  8 16:15:55 nas kernel: ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100009 0x00100009 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
Nov  8 16:16:25 nas kernel: ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000a 0x0010000a 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
Nov  8 16:16:55 nas kernel: ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000b 0x0010000b 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
Nov  8 16:17:25 nas kernel: ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000c 0x0010000c 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
Nov  8 16:17:55 nas kernel: ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000d 0x0010000d 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
Nov  8 16:18:25 nas kernel: ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000e 0x0010000e 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
Nov  8 16:18:55 nas kernel: ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000f 0x0010000f 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]

Running the dmesg command gives this
Code:
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100006 0x00100006 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100007 0x00100007 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100008 0x00100008 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100009 0x00100009 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000a 0x0010000a 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000b 0x0010000b 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000c 0x0010000c 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000d 0x0010000d 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000e 0x0010000e 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000f 0x0010000f 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100010 0x00100010 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100011 0x00100011 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100012 0x00100012 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100013 0x00100013 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100014 0x00100014 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]

Full output from running dmesg

Code:
Copyright (c) 1992-2021 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 13.2-RELEASE-p4 GENERIC amd64
FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c)
VT(vga): resolution 640x480
CPU: Intel(R) Xeon(R) CPU           X5650  @ 2.67GHz (2660.08-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x206c2  Family=0x6  Model=0x2c  Stepping=2
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x29ee3ff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,POPCNT,AESNI>
  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=0x1<LAHF>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
  TSC: P-state invariant, performance statistics
real memory  = 25769803776 (24576 MB)
avail memory = 24989253632 (23831 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <PTLTD          APIC  >
FreeBSD/SMP: Multiprocessor System Detected: 12 CPUs
FreeBSD/SMP: 1 package(s) x 6 core(s) x 2 hardware threads
random: unblocking device.
ioapic0 <Version 2.0> irqs 0-23
Launching APs: 1 7 8 2 3 10 6 5 4 11 9
random: entropy device external interface
kbd1 at kbdmux0
vtvga0: <VT VGA driver>
smbios0: <System Management BIOS> at iomem 0xf6b00-0xf6b1e
smbios0: Version: 2.6
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS>
acpi0: <LENOVO TC-60>
acpi0: Power Button (fixed)
cpu0: <ACPI CPU> on acpi0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 950
Event timer "HPET" frequency 14318180 Hz quality 350
Event timer "HPET1" frequency 14318180 Hz quality 340
Event timer "HPET2" frequency 14318180 Hz quality 340
Event timer "HPET3" frequency 14318180 Hz quality 340
atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0
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 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 0x1008-0x100b on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0
pcib1: failed to allocate initial I/O port window: 0-0xfff
pci1: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> irq 16 at device 3.0 on pci0
pci2: <ACPI PCI bus> on pcib2
mps0: <Avago Technologies (LSI) SAS2008> port 0x2000-0x20ff mem 0xf7840000-0xf7843fff,0xf7800000-0xf783ffff irq 16 at device 0.0 on pci2
mps0: Firmware: 20.00.07.00, Driver: 21.02.00.00-fbsd
mps0: IOCCapabilities: 1285c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRetry,EventReplay,HostDisc>
pcib3: <ACPI PCI-PCI bridge> irq 16 at device 7.0 on pci0
pci3: <ACPI PCI bus> on pcib3
ql0: <Qlogic ISP 8000 PCI CNA Adapter-Ethernet Function v2.0.0> port 0x3000-0x30ff mem 0xf7b00000-0xf7b03fff,0xf7900000-0xf79fffff irq 16 at device 0.0 on pci3
ql0:
qls_pci_attach: ha 0xfffffe00d3195000 pci_func 0x0  msix_count 0x1 pci_reg 0xfffff80003f2a380 pci_reg1 0xfffff80003f2a280
ql0: Ethernet address: 00:c0:dd:17:53:78
pci3: <serial bus, Fibre Channel> at device 0.2 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 20.0 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 20.1 (no driver attached)
pci0: <base peripheral, interrupt controller> at device 20.2 (no driver attached)
uhci0: <Intel 82801JI (ICH10) USB controller USB-D> port 0x1800-0x181f irq 16 at device 26.0 on pci0
usbus0 on uhci0
usbus0: 12Mbps Full Speed USB v1.0
ehci0: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> mem 0xf7f04000-0xf7f043ff irq 18 at device 26.7 on pci0
usbus1: EHCI version 1.0
usbus1 on ehci0
usbus1: 480Mbps High Speed USB v2.0
hdac0: <Intel 82801JI HDA Controller> mem 0xf7f00000-0xf7f03fff irq 16 at device 27.0 on pci0
pcib4: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
pcib4: failed to allocate initial I/O port window: 0-0xfff
pcib5: <ACPI PCI-PCI bridge> irq 16 at device 28.4 on pci0
pci4: <ACPI PCI bus> on pcib5
bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x00a002> mem 0xf7c00000-0xf7c0ffff irq 16 at device 0.0 on pci4
bge0: CHIP ID 0x0000a002; ASIC REV 0x0a; CHIP REV 0xa0; PCI-E
miibus0: <MII bus> on bge0
brgphy0: <BCM5755 1000BASE-T media interface> PHY 1 on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
bge0: Using defaults for TSO: 65518/35/2048
bge0: Ethernet address: 00:27:13:ca:ab:c6
uhci1: <Intel 82801JI (ICH10) USB controller USB-A> port 0x1820-0x183f irq 16 at device 29.0 on pci0
usbus2 on uhci1
usbus2: 12Mbps Full Speed USB v1.0
uhci2: <Intel 82801JI (ICH10) USB controller USB-B> port 0x1840-0x185f irq 17 at device 29.1 on pci0
usbus3 on uhci2
usbus3: 12Mbps Full Speed USB v1.0
uhci3: <Intel 82801JI (ICH10) USB controller USB-C> port 0x1860-0x187f irq 18 at device 29.2 on pci0
usbus4 on uhci3
usbus4: 12Mbps Full Speed USB v1.0
uhci4: <Intel 82801JI (ICH10) USB controller USB-F> port 0x1880-0x189f irq 19 at device 29.3 on pci0
usbus5 on uhci4
usbus5: 12Mbps Full Speed USB v1.0
ehci1: <Intel 82801JI (ICH10) USB 2.0 controller USB-A> mem 0xf7f05000-0xf7f053ff irq 16 at device 29.7 on pci0
usbus6: EHCI version 1.0
usbus6 on ehci1
usbus6: 480Mbps High Speed USB v2.0
pcib6: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci5: <ACPI PCI bus> on pcib6
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
ahci0: <Intel ICH10 AHCI SATA controller> port 0x18d0-0x18d7,0x18c4-0x18c7,0x18c8-0x18cf,0x18c0-0x18c3,0x18a0-0x18bf mem 0xf7f06000-0xf7f067ff irq 17 at device 31.2 on pci0
ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich5: <AHCI channel> at channel 5 on ahci0
acpi_button0: <Power Button> on acpi0
acpi_syscontainer0: <System Container> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
driver bug: Unable to set devclass (class: atkbdc devname: (unknown))
coretemp0: <CPU On-Die Thermal Sensors> on cpu0
est0: <Enhanced SpeedStep Frequency Control> on cpu0
Timecounter "TSC-low" frequency 1329999789 Hz quality 1000
Timecounters tick every 1.000 msec
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
ugen2.1: <Intel UHCI root HUB> at usbus2
ugen6.1: <Intel EHCI root HUB> at usbus6
ugen4.1: <Intel UHCI root HUB> at usbus4
ugen3.1: <Intel UHCI root HUB> at usbus3
ugen0.1: <Intel UHCI root HUB> at usbus0
uhub0 on usbus4
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen1.1: <Intel EHCI root HUB> at usbus1
uhub1 on usbus0
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
uhub2 on usbus6
uhub2: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus6
uhub3 on usbus1
uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
ugen5.1: <Intel UHCI root HUB> at usbus5
uhub4 on usbus2
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
uhub5 on usbus5
uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
uhub6 on usbus3
uhub6: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
pci4: unknown notify 0x1
hdacc0: <Analog Devices AD1988A HDA CODEC> at cad 2 on hdac0
hdaa0: <Analog Devices AD1988A Audio Function Group> at nid 1 on hdacc0
pcm0: <Analog Devices AD1988A (Analog 7.1+HP/2.0)> at nid 18,36,22,37,17 and 23,20,21 on hdaa0
pcm1: <Analog Devices AD1988A (Rear Digital)> at nid 27 and 28 on hdaa0
pcm2: <Analog Devices AD1988A (Analog Speaker)> at nid 19 on hdaa0
ada0 at ahcich3 bus 0 scbus1 target 0 lun 0
ada0: <INTEL SSDSC2BF180A4H LH6i> ACS-2 ATA SATA 3.x device
ada0: Serial Number CVDA529403601802GN
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 171705MB (351651888 512 byte sectors)
da0 at mps0 bus 0 scbus0 target 0 lun 0
da0: <SEAGATE ST6000NM0114 KFH5> Fixed Direct Access SPC-4 SCSI device
da0: Serial Number Z4D50HHB0000R729WTBL
da0: 600.000MB/s transfers
da0: Command Queueing enabled
da0: 5723166MB (1465130646 4096 byte sectors)
da1 at mps0 bus 0 scbus0 target 1 lun 0
da1: <SEAGATE ST6000NM0114 KFH5> Fixed Direct Access SPC-4 SCSI device
da1: Serial Number Z4D4WZRK0000R724P2Q6
da1: 600.000MB/s transfers
da1: Command Queueing enabled
da1: 5723166MB (1465130646 4096 byte sectors)
da2 at mps0 bus 0 scbus0 target 2 lun 0
da2: <SEAGATE ST6000NM0114 KFH5> Fixed Direct Access SPC-4 SCSI device
da2: Serial Number Z4D4WZK80000R716BBGV
da2: 600.000MB/s transfers
da2: Command Queueing enabled
da2: 5723166MB (1465130646 4096 byte sectors)
Trying to mount root from zfs:zroot/ROOT/default []...
uhub5: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub6: 2 ports with 2 removable, self powered
uhub3: 2 ports with 2 removable, self powered
Root mount waiting for: usbus6
Root mount waiting for: usbus6
uhub2: 8 ports with 8 removable, self powered
acpi_wmi0: <ACPI-WMI mapping> on acpi0
acpi_wmi0: cannot find EC device
acpi_wmi0: Embedded MOF found
ACPI: \134WMI1.WQBA: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
ioat0: <TBG IOAT Ch0> at device 22.0 on pci0
ioat0: Capabilities: 77<Block_Fill,Move_CRC,DCA,Marker_Skipping,CRC,Page_Break>
ioat1: <TBG IOAT Ch1> at device 22.1 on pci0
ioat1: Capabilities: 77<Block_Fill,Move_CRC,DCA,Marker_Skipping,CRC,Page_Break>
ioat2: <TBG IOAT Ch2> at device 22.2 on pci0
ioat2: Capabilities: 77<Block_Fill,Move_CRC,DCA,Marker_Skipping,CRC,Page_Break>
ioat3: <TBG IOAT Ch3> at device 22.3 on pci0
ioat3: Capabilities: 77<Block_Fill,Move_CRC,DCA,Marker_Skipping,CRC,Page_Break>
ioat4: <TBG IOAT Ch4> at device 22.4 on pci0
ioat4: Capabilities: 77<Block_Fill,Move_CRC,DCA,Marker_Skipping,CRC,Page_Break>
ioat5: <TBG IOAT Ch5> at device 22.5 on pci0
ioat5: Capabilities: 77<Block_Fill,Move_CRC,DCA,Marker_Skipping,CRC,Page_Break>
ioat6: <TBG IOAT Ch6> at device 22.6 on pci0
ioat6: Capabilities: 77<Block_Fill,Move_CRC,DCA,Marker_Skipping,CRC,Page_Break>
ioat7: <TBG IOAT Ch7> at device 22.7 on pci0
ioat7: Capabilities: 77<Block_Fill,Move_CRC,DCA,Marker_Skipping,CRC,Page_Break>
ichsmb0: <Intel 82801JI (ICH10) SMBus controller> port 0x18e0-0x18ff mem 0xf7f07000-0xf7f070ff irq 17 at device 31.3 on pci0
smbus0: <System Management Bus> on ichsmb0
lo0: link state changed to UP
ql0: qls_mbx_isr: AEN [0x00008400 0x00012808 0x00000003 0x8000002c 0x00000002 0x0000000e 0x00000010 0x00000010 0x00000002]
ql0: qls_mbx_get_link_status 0x00004000 0x10000051 0x00000000 0x00000037 0x00000007 0x04040301
ql0: link state changed to UP
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100005 0x00100005 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
Security policy loaded: MAC/ntpd (mac_ntpd)
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100006 0x00100006 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100007 0x00100007 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100008 0x00100008 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100009 0x00100009 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000a 0x0010000a 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000b 0x0010000b 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000c 0x0010000c 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000d 0x0010000d 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000e 0x0010000e 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x0010000f 0x0010000f 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100010 0x00100010 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100011 0x00100011 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100012 0x00100012 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100013 0x00100013 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100014 0x00100014 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
ql0: qls_mbx_isr: AEN [0x00008110 0x08000704 0x00100015 0x00100015 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000]
 
Back
Top