CVS: cvs.openbsd.org: src
Stefan Sperling <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/14 06:29:22 Modified files: sys/dev/ic : qwx.c Log message: do not zero the entire qwx sc->hal structure during resume The structure contains pointers to DMA allocations which are leaked and replaced by new allocations during resume if we zero the entire structure. At attach time, the structure comes pre-zeroed so an initial memset is not needed either.