OpenGrok
Cross Reference: files.sdmmc
xref
: /
src
/
sys
/
dev
/
sdmmc
/
files.sdmmc
Home
|
History
|
Annotate
|
Download
|
only in
sdmmc
History log of
/src/sys/dev/sdmmc/files.sdmmc
Revision
Date
Author
Comments
1.6
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.5
07-Nov-2017
khorben
branches: 1.5.36;
Add driver for Broadcom 802.11a/b/g/n/ac SDIO wireless devices, based on
the OpenBSD bwfm(4) driver.
I could not test this on any hardware yet, as it does not attach as-is on
my Raspberry PI 3.
1.4
02-Oct-2014
jmcneill
debug ld_sdmmc with LD_SDMMC_DEBUG instead of SDMMC_DEBUG
1.3
01-Feb-2012
matt
branches: 1.3.6;
Use "opt_sdmmc.h" for SDMMC_DEBUG, etc.
1.2
28-Jun-2009
hubertf
branches: 1.2.2; 1.2.8; 1.2.16; 1.2.20;
Remove trailing whitespace,
from KIYOHARA Takashi on current-users@
1.1
21-Apr-2009
nonaka
branches: 1.1.2; 1.1.4; 1.1.6;
Added SD/MMC support from OpenBSD.
tested on i386, amd64 at current-users ML by pgoyette@.
tested on zaurus by myself.
1.1.6.3
23-Jul-2009
jym
Sync with HEAD.
1.1.6.2
13-May-2009
jym
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
1.1.6.1
21-Apr-2009
jym
file files.sdmmc was added on branch jym-xensuspend on 2009-05-13 17:21:29 +0000
1.1.4.3
18-Jul-2009
yamt
sync with head.
1.1.4.2
04-May-2009
yamt
sync with head.
1.1.4.1
21-Apr-2009
yamt
file files.sdmmc was added on branch yamt-nfs-mp on 2009-05-04 08:13:18 +0000
1.1.2.2
28-Apr-2009
skrll
Sync with HEAD.
1.1.2.1
21-Apr-2009
skrll
file files.sdmmc was added on branch nick-hppapmap on 2009-04-28 07:36:33 +0000
1.2.20.1
18-Feb-2012
mrg
merge to -current.
1.2.16.1
17-Apr-2012
yamt
sync with head
1.2.8.2
21-Apr-2010
matt
sync to netbsd-5
1.2.8.1
28-Jun-2009
matt
file files.sdmmc was added on branch matt-nb5-mips64 on 2010-04-21 00:27:52 +0000
1.2.2.2
07-Oct-2009
sborrill
Pull up the following revisions(s) (requested by jmcneill in ticket #1044):
distrib/sets/lists/man/mi: patch
share/man/man4/Makefile: patch
sys/arch/amd64/conf/files.amd64: 1.67
sys/arch/i386/conf/files.i386: 1.349
sys/conf/files 1.945
share/man/man4/sdmmc.4: 1.1-1.4
sys/dev/sdmmc/Makefile.sdmmcdevs 1.1
sys/dev/sdmmc/devlist2h.awk 1.1
sys/dev/sdmmc/files.sdmmc 1.1-1.2
sys/dev/sdmmc/ld_sdmmc.c 1.1-1.3
sys/dev/sdmmc/sbt.c 1.1-1.2
sys/dev/sdmmc/sdhc.c 1.1-1.3
sys/dev/sdmmc/sdhcreg.h 1.1
sys/dev/sdmmc/sdhcvar.h 1.1
sys/dev/sdmmc/sdmmc.c 1.1
sys/dev/sdmmc/sdmmc_cis.c 1.1
sys/dev/sdmmc/sdmmc_io.c 1.1
sys/dev/sdmmc/sdmmc_ioreg.h 1.1
sys/dev/sdmmc/sdmmc_mem.c 1.1-1.2
sys/dev/sdmmc/sdmmcchip.h 1.1
sys/dev/sdmmc/sdmmcdevs 1.1
sys/dev/sdmmc/sdmmcdevs.h 1.1-1.2
sys/dev/sdmmc/sdmmcreg.h 1.1-1.3
sys/dev/sdmmc/sdmmcvar.h 1.1
Add sdmmc framework
1.2.2.1
28-Jun-2009
sborrill
file files.sdmmc was added on branch netbsd-5 on 2009-10-07 15:41:13 +0000
1.3.6.1
03-Dec-2017
jdolecek
update from HEAD
1.5.36.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
Indexes created Fri Oct 03 02:09:57 GMT 2025