aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2012-03-23 20:47:25 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2012-03-23 20:47:25 +0000
commit1f84e7e2b98983beb2e77a904cbfffb54994f0a7 (patch)
treefe3c298694e5e5857ad64fd44d89730d1f5821ef /sys/dev/cardbus
parent28dab77029f0fc2eb773862f59edf29b00610d5b (diff)
Notes
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r--sys/dev/cardbus/cardbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c
index 39d20b5cc1bd..df5fcb2e56b2 100644
--- a/sys/dev/cardbus/cardbus.c
+++ b/sys/dev/cardbus/cardbus.c
@@ -316,6 +316,7 @@ static device_method_t cardbus_methods[] = {
DEVMETHOD(device_resume, cardbus_resume),
/* Bus interface */
+ DEVMETHOD(bus_get_dma_tag, bus_generic_get_dma_tag),
DEVMETHOD(bus_read_ivar, cardbus_read_ivar),
DEVMETHOD(bus_driver_added, cardbus_driver_added),