summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/etherif.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-07-09 19:17:38 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-07-09 19:17:38 +0200
commit4102ba93d6a6ea8c60e61534a8147ca0d353784c (patch)
tree48438df64203fec0846868ce1b4f6fb6b9d214f9 /sys/src/9/pc/etherif.h
parent2d101158e48e424a318b4027be2b3db72d057443 (diff)
increase MaxEther to 64 avoiding "too many ether cards" panic
Diffstat (limited to 'sys/src/9/pc/etherif.h')
-rw-r--r--sys/src/9/pc/etherif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/etherif.h b/sys/src/9/pc/etherif.h
index 94c16267d..d9ae2b3af 100644
--- a/sys/src/9/pc/etherif.h
+++ b/sys/src/9/pc/etherif.h
@@ -1,5 +1,5 @@
enum {
- MaxEther = 48,
+ MaxEther = 64,
Ntypes = 8,
};