CVS: cvs.openbsd.org: src
Mark Kettenis <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/07 12:20:58 Modified files: sys/dev/ic : qwx.c Log message: Use M_WAITOK and BUS_DMA_WAITOK instead of M_NOWAIT and BUS_DMA_NOWAIT in places where we're allowed to sleep. Hopefully this fixes the qwx0: failed to init DP: 12 issue that some of us occasionally experience. ok stsp@