summaryrefslogtreecommitdiff
path: root/xpp/card_fxo.c
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-10 03:47:30 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-10 03:47:30 +0000
commit5fb2c4a56db124c344d5c468c2885738d2455aec (patch)
treeae0dc22d3743ec7ddf5fab7922028f1c22add82a /xpp/card_fxo.c
parent8ae3e727e66af804179311c50f8662f510f90271 (diff)
Show SOFT_RING compile status when xpd_fxo module is loaded.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1292 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/card_fxo.c')
-rw-r--r--xpp/card_fxo.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/xpp/card_fxo.c b/xpp/card_fxo.c
index c46ba32..7255a11 100644
--- a/xpp/card_fxo.c
+++ b/xpp/card_fxo.c
@@ -1031,6 +1031,11 @@ static int proc_xpd_slic_write(struct file *file, const char __user *buffer, uns
int __init card_fxo_startup(void)
{
INFO("%s revision %s\n", THIS_MODULE->name, ZAPTEL_VERSION);
+#ifdef SOFT_RING
+ INFO("FEATURE: %s with SOFT_RING\n", THIS_MODULE->name);
+#else
+ INFO("FEATURE: %s without SOFT_RING\n", THIS_MODULE->name);
+#endif
xproto_register(&PROTO_TABLE(FXO));
return 0;
}