summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/card_if.m
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pccard/card_if.m')
-rw-r--r--sys/dev/pccard/card_if.m9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m
index ac395e9..566788a 100644
--- a/sys/dev/pccard/card_if.m
+++ b/sys/dev/pccard/card_if.m
@@ -92,6 +92,15 @@ METHOD int detach_card {
int flags;
}
+#
+# pccard/cardbus buses call this to request a reprobe of the bus.
+# reprobe only initiated if the child bus is the same type the card inserted.
+#
+METHOD int reprobe_card {
+ device_t dev;
+ device_t child;
+}
+
HEADER {
#define DETACH_FORCE 0x01
#define DETACH_NOWARN 0x02
OpenPOWER on IntegriCloud