Patch by Mathijs Haarman, 08 May 2003:
Add lan91c96 driver (tested on Lubbock and custom PXA250 board only)
diff --git a/include/configs/lubbock.h b/include/configs/lubbock.h
index 87282ac..ba55af1 100644
--- a/include/configs/lubbock.h
+++ b/include/configs/lubbock.h
@@ -53,6 +53,8 @@
 /*
  * Hardware drivers
  */
+#define CONFIG_DRIVER_LAN91C96
+#define CONFIG_LAN91C96_BASE 0x0C000000
 
 /*
  * select serial console configuration
@@ -64,7 +66,7 @@
 
 #define CONFIG_BAUDRATE         115200
 
-#define CONFIG_COMMANDS         (CONFIG_CMD_DFL & ~CFG_CMD_NET)
+#define CONFIG_COMMANDS         (CONFIG_CMD_DFL)
 
 /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
 #include <cmd_confdefs.h>