git: 9front

Download patch

ref: ee1f02bb5d9ea6964351d1f72d83ff44941b0222
parent: ad79d03016b81f06c10cbfbe538d12be30564acb
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Tue Jul 9 15:17:38 EDT 2013

increase MaxEther to 64 avoiding "too many ether cards" panic

--- 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,
 };
 
--