diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-02-15 02:54:53 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-02-15 02:54:53 +0000 |
| commit | 77ab642f585dc368e77cc756362da218c5691da1 (patch) | |
| tree | db960ccdea2a2d3392c91da28ea7feda6ee0a51a /sys/dev | |
| parent | 206189067ddfc5ca5db59c56ac8c4da43841a0ce (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pccard/card_if.m | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m index 71c07d9e1cbf2..bd003e4a4e246 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 |
