* Patch by Daniel Engstrm, 18 Nov 2002:

Fixes for x86 port (mostly strings issues)

* Patch by Ken Chou, 18 Nov 2002:
  Fix for natsemi NIC cards (DP83815)

* Patch by Pierre Aubert, 19 Nov 2002:
  fix a bug for the MII configuration, and some warnings
This commit is contained in:
wdenk
2002-11-19 23:01:07 +00:00
parent 0ae1175bb2
commit b2184c314d
10 changed files with 72 additions and 51 deletions

View File

@@ -20,30 +20,6 @@
#include <linux/ctype.h>
#include <malloc.h>
#ifdef CONFIG_ARM
#undef __HAVE_ARCH_MEMCMP
#undef __HAVE_ARCH_MEMCPY
#undef __HAVE_ARCH_MEMMOVE
#undef __HAVE_ARCH_MEMSET
#undef __HAVE_ARCH_BCOPY
#undef __HAVE_ARCH_STRCAT
#undef __HAVE_ARCH_STRCHR
#undef __HAVE_ARCH_STRCMP
#undef __HAVE_ARCH_STRCPY
#undef __HAVE_ARCH_STRLEN
#undef __HAVE_ARCH_STRNCPY
#else
#define __HAVE_ARCH_MEMCMP
#define __HAVE_ARCH_MEMCPY
#define __HAVE_ARCH_MEMMOVE
#define __HAVE_ARCH_MEMSET
#define __HAVE_ARCH_BCOPY
#define __HAVE_ARCH_STRCAT
#define __HAVE_ARCH_STRCMP
#define __HAVE_ARCH_STRCPY
#define __HAVE_ARCH_STRLEN
#define __HAVE_ARCH_STRNCPY
#endif
#ifndef __HAVE_ARCH_STRNICMP
/**