Thread (6 messages) 6 messages, 3 authors, 2004-11-06

Re: [patch 1/9] arcnet fixes

From: David S. Miller <hidden>
Date: 2004-10-28 23:41:11

On Thu, 28 Oct 2004 00:19:38 -0700
akpm@osdl.org wrote:

I don't know what to do with this kind of thing.
Jeff, what do you think?  Do we have anyone in any
way active with Arcnet other than this guy?

One problem with the patch though.
quoted hunk ↗ jump to hunk
diff -puN include/linux/if_ether.h~arcnet-fixes include/linux/if_ether.h
--- 25/include/linux/if_ether.h~arcnet-fixes	2004-10-28 00:17:07.230704752 -0700
+++ 25-akpm/include/linux/if_ether.h	2004-10-28 00:17:07.247702168 -0700
@@ -91,6 +91,7 @@
 #define ETH_P_IRDA	0x0017		/* Linux-IrDA			*/
 #define ETH_P_ECONET	0x0018		/* Acorn Econet			*/
 #define ETH_P_HDLC	0x0019		/* HDLC frames			*/
+#define ETH_P_ARCNET	0x0020		/* ArcNet			*/
You should use 0x001a or similar, so you don't have
to do this next part of your patch, bumping NPROTO
in net.h
quoted hunk ↗ jump to hunk
diff -puN include/linux/net.h~arcnet-fixes include/linux/net.h
--- 25/include/linux/net.h~arcnet-fixes	2004-10-28 00:17:07.232704448 -0700
+++ 25-akpm/include/linux/net.h	2004-10-28 00:17:07.248702016 -0700
@@ -26,7 +26,7 @@
 struct poll_table_struct;
 struct inode;
 
-#define NPROTO		32		/* should be enough for now..	*/
+#define NPROTO		33		/* should be enough for now..	*/
 
 #define SYS_SOCKET	1		/* sys_socket(2)		*/
 #define SYS_BIND	2		/* sys_bind(2)			*/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help