summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-09-28 23:37:06 +0000
committerimp <imp@FreeBSD.org>2008-09-28 23:37:06 +0000
commitc737e2ef8246f752164f463eda39ee26b7dac084 (patch)
treec17da56bc1a7794b12298eb8be592fa653be38b1 /sys/dev
parent24e5e160a7d45aa5e6118a1e55027b84d9473783 (diff)
downloadFreeBSD-src-c737e2ef8246f752164f463eda39ee26b7dac084.zip
FreeBSD-src-c737e2ef8246f752164f463eda39ee26b7dac084.tar.gz
Add "caps" word to host bridge.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mmc/mmcbrvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mmc/mmcbrvar.h b/sys/dev/mmc/mmcbrvar.h
index 9a8bb47..1c4df0d 100644
--- a/sys/dev/mmc/mmcbrvar.h
+++ b/sys/dev/mmc/mmcbrvar.h
@@ -70,6 +70,7 @@ enum mmcbr_device_ivars {
MMCBR_IVAR_OCR,
MMCBR_IVAR_POWER_MODE,
MMCBR_IVAR_VDD,
+ MMCBR_IVAR_CAPS,
// MMCBR_IVAR_,
};
@@ -90,6 +91,7 @@ MMCBR_ACCESSOR(mode, MODE, int)
MMCBR_ACCESSOR(ocr, OCR, int)
MMCBR_ACCESSOR(power_mode, POWER_MODE, int)
MMCBR_ACCESSOR(vdd, VDD, int)
+MMCBR_ACCESSOR(caps, CAPS, int)
static int __inline
mmcbr_update_ios(device_t dev)
OpenPOWER on IntegriCloud