Home | History | Annotate | Download | only in ic
History log of /src/sys/dev/ic/bwireg.h
RevisionDateAuthorComments
 1.5  19-Jan-2025  jmcneill 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.
 1.4  18-May-2020  msaitoh branches: 1.4.20;
Fix typo in comment.
 1.3  28-Jan-2009  sborrill branches: 1.3.4;
Correct PHY types (5 is LP, _not_ N).
 1.2  09-Jan-2009  macallan branches: 1.2.2; 1.2.4;
Fix previous screwup.
This is the real bwi driver.
Ported by Taylor R. Campbell
 1.1  09-Jan-2009  macallan A driver for Broadcom BCM4302 wlan controllers, otherwise known as
Airport Extreme.
Ported from Dragonfly and OpenBSD by Urban Boquist
 1.2.4.3  03-Mar-2009  skrll Sync with HEAD.
 1.2.4.2  19-Jan-2009  skrll Sync with HEAD.
 1.2.4.1  09-Jan-2009  skrll file bwireg.h was added on branch nick-hppapmap on 2009-01-19 13:17:54 +0000
 1.2.2.2  17-Jan-2009  mjf Sync with HEAD.
 1.2.2.1  09-Jan-2009  mjf file bwireg.h was added on branch mjf-devfs2 on 2009-01-17 13:28:55 +0000
 1.3.4.2  04-May-2009  yamt sync with head.
 1.3.4.1  28-Jan-2009  yamt file bwireg.h was added on branch yamt-nfs-mp on 2009-05-04 08:12:41 +0000
 1.4.20.1  02-Feb-2025  martin Pull up following revision(s) (requested by jmcneill in ticket #1041):

sys/dev/ic/bwi.c: revision 1.40
share/man/man4/bwi.4: revision 1.15
sys/dev/sdmmc/if_bwi_sdio.c: revision 1.1
sys/dev/ic/bwi.c: revision 1.41
sys/dev/sdmmc/sdmmcvar.h: revision 1.38
sys/dev/ic/bwireg.h: revision 1.5
sys/dev/ic/bwi.c: revision 1.39
sys/dev/ic/bwivar.h: revision 1.11
sys/dev/sdmmc/sdmmc_cis.c: revision 1.10
sys/dev/sdmmc/files.sdmmc: revision 1.6
sys/arch/evbppc/conf/WII: revision 1.7

bwi: Remove unnecessary pcivar.h include

sdmmc: Capture lan_nid and expose sdmmc_cisptr
LAN NID contains the MAC address for networking adapters.
Device drivers may want to processor vendor specific tuple codes, so
expose sdmmc_cisptr to help this.

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.

fix uninitialized

RSS XML Feed