summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-02-15 02:54:53 +0000
committerimp <imp@FreeBSD.org>2005-02-15 02:54:53 +0000
commitda48b1e0976e2f54b58eb7b5fa92bbc0f580e442 (patch)
treedb960ccdea2a2d3392c91da28ea7feda6ee0a51a /sys/dev/pccard
parent30c3436e4adc33b59e2896a6584d549dd90dc1aa (diff)
downloadFreeBSD-src-da48b1e0976e2f54b58eb7b5fa92bbc0f580e442.zip
FreeBSD-src-da48b1e0976e2f54b58eb7b5fa92bbc0f580e442.tar.gz
Remove more deadwood that never got implemented in NEWCARD, since NEWCARD
went a different direction than was anticipated when these compatibility shims were added.
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r--sys/dev/pccard/card_if.m15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m
index 71c07d9..bd003e4 100644
--- a/sys/dev/pccard/card_if.m
+++ b/sys/dev/pccard/card_if.m
@@ -94,21 +94,6 @@ METHOD int detach_card {
}
#
-# Activates (and powers up if necessary) the card's nth function
-# since each function gets its own device, there is no need to
-# to specify a function number
-#
-METHOD int activate_function {
- device_t dev;
- device_t child;
-}
-
-METHOD int deactivate_function {
- device_t dev;
- device_t child;
-}
-
-#
# Compatibility methods for OLDCARD drivers. We use these routines to make
# it possible to call the OLDCARD driver's probe routine in the context that
# it expects. For OLDCARD these are implemented as pass throughs to the
OpenPOWER on IntegriCloud