On Thu, Nov 23, 2000 at 03:31:51PM +0000, Alan Cox wrote:
> > Board Name: Agate.
> > Board Version: AA662195-305.
> 
> 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 ?
> 

yes sure does, thanks!

-- 
Ethan Benson
http://www.alaska.net/~erbenson/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to