diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /drivers/net/arcnet.c | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'drivers/net/arcnet.c')
-rw-r--r-- | drivers/net/arcnet.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/net/arcnet.c b/drivers/net/arcnet.c index 5974f8a8a..8926902a5 100644 --- a/drivers/net/arcnet.c +++ b/drivers/net/arcnet.c @@ -149,8 +149,8 @@ retransmit immediately) - Add support for the new 1.3.x IP header cache, and other features. - Replace setting of debug level with the "metric" flag hack by - something better. SIOCDEVPRIVATE is a good candidate, but it would - require an extra user-level utility. + something that still exists. SIOCDEVPRIVATE is a good candidate, + but it would require an extra user-level utility. - What about cards with shared memory that can be "turned off?" (or that have none at all, like the SMC PC500longboard) @@ -428,13 +428,13 @@ arcnet_open(struct device *dev) { struct arcnet_local *lp = (struct arcnet_local *)dev->priv; - if (dev->metric>=1000) - { - arcnet_debug=dev->metric-1000; - printk(KERN_INFO "%6s: debug level set to %d\n",dev->name,arcnet_debug); - dev->metric=1; - } - + /* if (dev->metric>=1000) + * { + * arcnet_debug=dev->metric-1000; + * printk(KERN_INFO "%6s: debug level set to %d\n",dev->name,arcnet_debug); + * dev->metric=1; + *} + */ BUGMSG(D_INIT,"arcnet_open: resetting card.\n"); /* try to put the card in a defined state - if it fails the first |