Re: [PATCH 2.4] add SMBIOS information to /proc/smbios -- UPDATE 2

From: Lev Makhlis
Date: Fri Apr 30 2004 - 19:14:23 EST


> + for (fp = 0xF0000; fp < 0xFFFFF; fp += 16) {
> + isa_memcpy_fromio(table_eps, fp, sizeof(*table_eps));
> + if (memcmp(table_eps->anchor, "_SM_", 4)!=0)
> + continue;

This is fine for x86 and x86_64, but for ia64 -- don't you need
to get the SMBIOS entry point from the EFI table?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/