So far so good
> BIOS Vendor: f.=A3^]<94>fA=E8^D.=A3ESC<94>^N^_
This looks like the table end markers are missing or the length was wrong.
If you change
static int __init dmi_table(u32 base, int len, int num, void (*decode)(struct d
{
char *buf;
struct dmi_header *dm;
u8 *data;
int i=0;
in arch/i386/kernel/dmi_scan.c to use
int i=1;
does it then behave nicely ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/