]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/net.h
* Patch by Jim Sandoz, 07 Nov 2002:
[karo-tx-uboot.git] / include / net.h
index d4985ca307d798172acd3d6b783576262895933c..396f36e6df7023affbbe9929dc79938e9393ba11 100644 (file)
  *
  */
 
+#ifndef        CONFIG_EEPRO100
 #define PKTBUFSRX      4
+#else
+#define PKTBUFSRX      8
+#endif
+
 #define PKTALIGN       32
 
 typedef ulong          IPaddr_t;