Re: mthca and LinuxBIOS

From: Roland Dreier
Date: Thu Aug 04 2005 - 13:37:19 EST


yhlu> i enable CCONFIG_INFINIBAND_MTHCA_DEBUG=y I didn't get any
yhlu> more debug info, is that depend other setting?

It shouldn't depend on anything. mthca_dbg() gets turned into
dev_dbg(), which just does dev_printk(KERN_DEBUG,...). Perhaps you
have to change your console level to see KERN_DEBUG messages?

Since you're getting to the call to mthca_init_qp_table(), there are
mthca_dbg() calls that you should definitely be getting output from.

- R.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/