summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc/files.sdmmc
diff options
context:
space:
mode:
authorUwe Stuehler <uwe@cvs.openbsd.org>2007-05-31 18:45:10 +0000
committerUwe Stuehler <uwe@cvs.openbsd.org>2007-05-31 18:45:10 +0000
commitda5a482a72f7f38dc54bda07efd0edda06f811ce (patch)
tree80be357eeeb5ec7ff7cb85aa9fb44d09b8e6cd6e /sys/dev/sdmmc/files.sdmmc
parent8e0f64113fcf1880f0133a226da5aa0c3ccaa68c (diff)
An SDIO Bluetooth driver, only initial bits and therefore not enabled yet
Diffstat (limited to 'sys/dev/sdmmc/files.sdmmc')
-rw-r--r--sys/dev/sdmmc/files.sdmmc7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/sdmmc/files.sdmmc b/sys/dev/sdmmc/files.sdmmc
index db96764fb5f..0212c702145 100644
--- a/sys/dev/sdmmc/files.sdmmc
+++ b/sys/dev/sdmmc/files.sdmmc
@@ -1,4 +1,4 @@
-# $OpenBSD: files.sdmmc,v 1.2 2006/06/01 21:53:41 uwe Exp $
+# $OpenBSD: files.sdmmc,v 1.3 2007/05/31 18:45:09 uwe Exp $
#
# Config file and device description for machine-independent SD/MMC code.
# Included by ports that need it.
@@ -11,3 +11,8 @@ file dev/sdmmc/sdmmc_cis.c sdmmc
file dev/sdmmc/sdmmc_io.c sdmmc
file dev/sdmmc/sdmmc_mem.c sdmmc
file dev/sdmmc/sdmmc_scsi.c sdmmc
+
+# Bluetooth SDIO cards (Type-A/B)
+device sbt: btbus, bluetooth
+attach sbt at sdmmc
+file dev/sdmmc/sbt.c sbt