* Patch by Jim Sandoz, 07 Nov 2002:
[platform/kernel/u-boot.git] / include / net.h
index d4985ca..396f36e 100644 (file)
  *
  */
 
+#ifndef        CONFIG_EEPRO100
 #define PKTBUFSRX      4
+#else
+#define PKTBUFSRX      8
+#endif
+
 #define PKTALIGN       32
 
 typedef ulong          IPaddr_t;