start moving some developmental printfs to be DEBUG DPRINTFs
authorphessler <phessler@openbsd.org>
Fri, 16 Feb 2024 09:03:29 +0000 (09:03 +0000)
committerphessler <phessler@openbsd.org>
Fri, 16 Feb 2024 09:03:29 +0000 (09:03 +0000)
requested and OK by stsp@

sys/dev/ic/qwx.c
sys/dev/pci/if_qwx_pci.c

index 80a8e47..a3f9e2f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: qwx.c,v 1.40 2024/02/15 16:29:45 stsp Exp $   */
+/*     $OpenBSD: qwx.c,v 1.41 2024/02/16 09:03:29 phessler Exp $       */
 
 /*
  * Copyright 2023 Stefan Sperling <stsp@openbsd.org>
@@ -7098,7 +7098,7 @@ qwx_qrtr_recv_msg(struct qwx_softc *sc, struct mbuf *m)
                wakeup(&sc->qrtr_server);
                break;
        default:
-               printf("%s: unhandled qrtr type %u\n",
+               DPRINTF("%s: unhandled qrtr type %u\n",
                    sc->sc_dev.dv_xname, type);
                return;
        }
@@ -13003,7 +13003,7 @@ qwx_wmi_tlv_op_rx(struct qwx_softc *sc, struct mbuf *m)
                DPRINTF("%s: 0x%x: wlan freq avoid event\n", __func__, id);
                break;
        default:
-               printf("%s: unsupported event id 0x%x\n", __func__, id);
+               DPRINTF("%s: unsupported event id 0x%x\n", __func__, id);
                break;
        }
 
index 627ef8c..9fdc42c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_qwx_pci.c,v 1.8 2024/02/09 14:57:36 bluhm Exp $    */
+/*     $OpenBSD: if_qwx_pci.c,v 1.9 2024/02/16 09:03:29 phessler Exp $ */
 
 /*
  * Copyright 2023 Stefan Sperling <stsp@openbsd.org>
@@ -1568,7 +1568,7 @@ qwx_pcic_ext_irq_disable(struct qwx_softc *sc)
        if (!test_bit(ATH11K_FLAG_MULTI_MSI_VECTORS, sc->sc_flags))
                return;
 
-       printf("%s not implemented\n", __func__);
+       DPRINTF("%s not implemented\n", __func__);
 }
 
 void
@@ -1582,7 +1582,7 @@ qwx_pcic_ext_irq_enable(struct qwx_softc *sc)
        if (!test_bit(ATH11K_FLAG_MULTI_MSI_VECTORS, sc->sc_flags))
                return;
 
-       printf("%s not implemented\n", __func__);
+       DPRINTF("%s not implemented\n", __func__);
 }
 
 void