-/* $OpenBSD: qwx.c,v 1.12 2024/01/30 15:32:04 stsp Exp $ */
+/* $OpenBSD: qwx.c,v 1.13 2024/01/30 15:33:32 stsp Exp $ */
/*
* Copyright 2023 Stefan Sperling <stsp@openbsd.org>
return ret;
}
+ /* Enable "ext" IRQs for datapath. */
+ sc->ops.irq_enable(sc);
+
return 0;
}
int
qwx_run_stop(struct qwx_softc *sc)
{
+ sc->ops.irq_disable(sc);
+
printf("%s: not implemented\n", __func__);
return ENOTSUP;
}