Re: IP1000 gigabit nic driver

From: David GÃmez
Date: Sat Apr 29 2006 - 03:30:20 EST


Hi Stephen,

On Apr 28 at 03:42:51, Stephen Hemminger wrote:
> It is stored if you use SET_NETDEV_DEV() macro prior to registration.
> Perhaps we need some netdev_{dbg,err,info,warn} macros?

Maybe. A grep reveals that no network driver is using still the
dev_* loggin macros.

> static inline struct device * netdev_dev(struct net_device *netd)
> {
> return netd->class_dev.dev;
> }

ok. thanks

--
David GÃmez Jabber ID: davidge@xxxxxxxxxx
-
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/