summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep_mca.c
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-29 22:27:41 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-29 22:27:41 +0000
commit446c24ca7a6af68dfed415abc309c05b74ba2e28 (patch)
treebe62e62d30921bff99da6055e80e0cf3a53f379b /sys/dev/ep/if_ep_mca.c
parentcdc67e7072fb97bd41f4db2549ff13b3366ae34d (diff)
downloadFreeBSD-src-446c24ca7a6af68dfed415abc309c05b74ba2e28.zip
FreeBSD-src-446c24ca7a6af68dfed415abc309c05b74ba2e28.tar.gz
- Free interrupt handler in ep_free().
- Move ep_pccard_detach() to if_ep.c and rename to ep_detach() - Specify detach methods for all bus frontends.
Diffstat (limited to 'sys/dev/ep/if_ep_mca.c')
-rw-r--r--sys/dev/ep/if_ep_mca.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ep/if_ep_mca.c b/sys/dev/ep/if_ep_mca.c
index 26f3bca..b3a0506 100644
--- a/sys/dev/ep/if_ep_mca.c
+++ b/sys/dev/ep/if_ep_mca.c
@@ -149,6 +149,7 @@ static device_method_t ep_mca_methods[] = {
/* Device interface */
DEVMETHOD(device_probe, ep_mca_probe),
DEVMETHOD(device_attach, ep_mca_attach),
+ DEVMETHOD(device_detach, ep_detach),
{ 0, 0 }
};
OpenPOWER on IntegriCloud