Update of /cvsroot/gc-linux/linux/drivers/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30059/drivers/net
Modified Files:
gc-net.c
Log Message:
disabled some debug messages
Index: gc-net.c
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/net/gc-net.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gc-net.c 1 Feb 2004 22:24:22 -0000 1.6
+++ gc-net.c 2 Feb 2004 09:58:53 -0000 1.7
@@ -184,7 +184,7 @@
{
if (exi_handler[channel * 3 + event])
{
- printk("EXI: irq %d:%d already used!\n", channel, event);
+ //printk("EXI: irq %d:%d already used!\n", channel, event);
return -1;
}
exi_handler[channel * 3 + event] = handler;
@@ -652,7 +652,7 @@
if (!status) {
eth_outb(9, 0xff);
- printk("?? GC irq but no irq ??\n");
+ //printk("?? GC irq but no irq ??\n");
}
if (status & 4)
@@ -762,7 +762,7 @@
short s=0;
long l;
/*dev->priv = kmalloc(sizeof(struct net_device_stats), GFP_KERNEL);*/
- printk("gc_bba_probe\n");
+ //printk("gc_bba_probe\n");
SET_MODULE_OWNER(dev);
@@ -945,7 +945,7 @@
static int __init gc_bba_init(void)
{
- printk("gc_bba_init\n");
+ //printk("gc_bba_init\n");
spin_lock_init(&gc_bba_lock);
// exi_init();
|