aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard/card_if.m
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-09-10 06:32:18 +0000
committerWarner Losh <imp@FreeBSD.org>2002-09-10 06:32:18 +0000
commit2d7a3e94bd087aff4461e093887987e9220e286d (patch)
tree99bce9bed3b5527887dfd64ae72ae2ed1fdad141 /sys/dev/pccard/card_if.m
parent2b8356955f6efe0c0e18b7c44f73ada3808687a3 (diff)
Notes
Diffstat (limited to 'sys/dev/pccard/card_if.m')
-rw-r--r--sys/dev/pccard/card_if.m9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m
index b321d226a04f1..176249f45815d 100644
--- a/sys/dev/pccard/card_if.m
+++ b/sys/dev/pccard/card_if.m
@@ -93,15 +93,6 @@ 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
}