Hi,
I found a minor flaw in 2.4.24-pre1 for my X-Mas present.
In 2.4.21 there where two more boards present then in
2.4.24-pre1:
#define MACH_XXS1500 6 /* Au1500-based eval board */
#define MACH_MTX1 7 /* 4G MTX-1 Au1500-based board */
I have an XXS1500 and can confirm that the kernel compiles and works
with the patch below.
MfG
Goswin
----------------------------------------------------------------------
mips:/usr/src# diff -Nurd linux-2.4.24-pre1-cvs/include/asm/bootinfo.h.old
linux-2.4.24-pre1-cvs/include/asm/bootinfo.h
--- linux-2.4.24-pre1-cvs/include/asm/bootinfo.h.old Tue Jan 13 12:24:27 2004
+++ linux-2.4.24-pre1-cvs/include/asm/bootinfo.h Tue Jan 13 12:24:44 2004
@@ -176,6 +176,7 @@
#define MACH_DB1000 3 /* Au1000-based eval board */
#define MACH_DB1100 4 /* Au1100-based eval board */
#define MACH_DB1500 5 /* Au1500-based eval board */
+#define MACH_XXS1500 6 /* MyCable XSS1500 board */
/*
* Valid machtype for group NEC_VR41XX
|