Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: jmcneill
Date: Sun Jan 19 00:29:29 UTC 2025
Modified Files:
src/share/man/man4: bwi.4
src/sys/arch/evbppc/conf: WII
src/sys/dev/ic: bwi.c bwireg.h bwivar.h
src/sys/dev/sdmmc: files.sdmmc
Added Files:
src/sys/dev/sdmmc: if_bwi_sdio.c
Log Message:
bwi(4): Add support for Nintendo Wii WLAN.
Adapt the bwi(4) driver to support SDIO attachment and driving TX/RX using
PIO instead of DMA since the latter is not supported on SDIO busses.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/bwi.4
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbppc/conf/WII
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/ic/bwi.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/bwireg.h
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/bwivar.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/sdmmc/files.sdmmc
cvs rdiff -u -r0 -r1.1 src/sys/dev/sdmmc/if_bwi_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