9
0
Fork 0

noisy support

This commit is contained in:
Juergen Beisert 2007-10-18 21:02:02 +02:00
parent 264cbd2962
commit 5f26029b10
1 changed files with 5 additions and 1 deletions

View File

@ -22,6 +22,10 @@
* MA 02111-1307 USA
*/
#ifdef CONFIG_ENABLE_DEVICE_NOISE
# define DEBUG
#endif
#include <common.h>
#include <command.h>
@ -704,7 +708,7 @@ static int smc911x_probe(struct device_d *dev)
return -ENODEV;
}
printf(DRIVERNAME ": detected %s controller\n", chip_ids[i].name);
debug(DRIVERNAME ": detected %s controller\n", chip_ids[i].name);
edev = xzalloc(sizeof(struct eth_device) +
sizeof(struct smc911x_priv));