From 5fb2c4a56db124c344d5c468c2885738d2455aec Mon Sep 17 00:00:00 2001 From: tzafrir Date: Thu, 10 Aug 2006 03:47:30 +0000 Subject: 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 --- xpp/card_fxo.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xpp/card_fxo.c') 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; } -- cgit v1.2.3