Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-9] src/sys/dev



Module Name:    src
Committed By:   martin
Date:           Mon Aug 17 11:22:45 UTC 2020

Modified Files:
        src/sys/dev/ic [netbsd-9]: bwfm.c bwfmreg.h bwfmvar.h
        src/sys/dev/sdmmc [netbsd-9]: if_bwfm_sdio.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1052):

        sys/dev/ic/bwfm.c: revision 1.28
        sys/dev/ic/bwfm.c: revision 1.29
        sys/dev/sdmmc/if_bwfm_sdio.c: revision 1.22
        sys/dev/ic/bwfmreg.h: revision 1.7
        sys/dev/ic/bwfmvar.h: revision 1.11
        sys/dev/ic/bwfmvar.h: revision 1.12
        (all via patch)

Add include guards and appropriate includes to bwfmreg.h, bwfmvar.h.

No functional change intended.

Need <sys/kmem.h> for kmem_*.

Currently accidentally side-loaded by <sys/pcq.h>.

bwfm: Switch from pcq to pool_cache.
pcq_get is required to be serialized, but it's far from clear that it
is serialized here.


To generate a diff of this commit:
cvs rdiff -u -r1.14.6.2 -r1.14.6.3 src/sys/dev/ic/bwfm.c
cvs rdiff -u -r1.3.10.1 -r1.3.10.2 src/sys/dev/ic/bwfmreg.h
cvs rdiff -u -r1.3.6.1 -r1.3.6.2 src/sys/dev/ic/bwfmvar.h
cvs rdiff -u -r1.3.8.3 -r1.3.8.4 src/sys/dev/sdmmc/if_bwfm_sdio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index