summaryrefslogtreecommitdiffstats
path: root/sys/dev/hfa/hfa_freebsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hfa/hfa_freebsd.c')
-rw-r--r--sys/dev/hfa/hfa_freebsd.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/hfa/hfa_freebsd.c b/sys/dev/hfa/hfa_freebsd.c
index 6609072..40af3f8 100644
--- a/sys/dev/hfa/hfa_freebsd.c
+++ b/sys/dev/hfa/hfa_freebsd.c
@@ -391,11 +391,6 @@ hfa_modevent (module_t mod, int what, void *arg)
uma_zone_set_max(fore_vcc_zone, 100);
/*
- * Initialize DMA mapping
- */
- DMA_INIT();
-
- /*
* Start up watchdog timer
*/
atm_timeout(&fore_timer, ATM_HZ * FORE_TIME_TICK, fore_timeout);
@@ -403,11 +398,6 @@ hfa_modevent (module_t mod, int what, void *arg)
break;
case MOD_UNLOAD:
/*
- * Release DMA mapping
- */
- DMA_RELEASE();
-
- /*
* Stop watchdog timer
*/
atm_untimeout(&fore_timer);
OpenPOWER on IntegriCloud