From 49a66e309c5c7564027efa4cf823fac6b374a751 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 22 May 2008 11:35:33 +0000 Subject: fix up all remaining references to zaptel/zapata (except for the ones in credits that need to be left alone) git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4324 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wctdm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/dahdi/wctdm.c') diff --git a/drivers/dahdi/wctdm.c b/drivers/dahdi/wctdm.c index 970c939..601ae8a 100644 --- a/drivers/dahdi/wctdm.c +++ b/drivers/dahdi/wctdm.c @@ -1,5 +1,5 @@ /* - * Wilcard TDM400P TDM FXS/FXO Interface Driver for Zapata Telephony interface + * Wilcard TDM400P TDM FXS/FXO Interface Driver for DAHDI Telephony interface * * Written by Mark Spencer * Matthew Fredrickson @@ -2036,7 +2036,7 @@ static int wctdm_initialize(struct wctdm *wc) { int x; - /* Zapata stuff */ + /* DAHDI stuff */ sprintf(wc->span.name, "WCTDM/%d", wc->pos); snprintf(wc->span.desc, sizeof(wc->span.desc) - 1, "%s Board %d", wc->variety, wc->pos + 1); snprintf(wc->span.location, sizeof(wc->span.location) - 1, @@ -2068,7 +2068,7 @@ static int wctdm_initialize(struct wctdm *wc) wc->span.pvt = wc; if (dahdi_register(&wc->span, 0)) { - printk("Unable to register span with zaptel\n"); + printk("Unable to register span with DAHDI\n"); return -1; } return 0; -- cgit v1.2.3