All of lore.kernel.org
 help / color / mirror / Atom feed
* dmi type 0xB1 record - unknown flag
@ 2017-06-01 12:38 Jean Delvare
  2017-06-01 13:28 ` Narendra.K
  0 siblings, 1 reply; 9+ messages in thread
From: Jean Delvare @ 2017-06-01 12:38 UTC (permalink / raw)
  To: x86, linux-pci; +Cc: Narendra_K, Jordan Hargrave, Shyam Iyer, Bjorn Helgaas

Hi all,

I see the following message in my kernel log:

dmi type 0xB1 record - unknown flag

This is on a Dell Optiplex 9020 workstation. I see the message comes
from:

static void __init read_dmi_type_b1(const struct dmi_header *dm,
                                    void *private_data)
{
	(...)
        switch (((*(u32 *)d) >> 9) & 0x03) {
        case 0x00:
                printk(KERN_INFO "dmi type 0xB1 record - unknown flag\n");
                break;

What is the value of this message? Is there anything which needs to be
done to properly support such systems?

Thanks,
-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-06-16 13:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-01 12:38 dmi type 0xB1 record - unknown flag Jean Delvare
2017-06-01 13:28 ` Narendra.K
2017-06-01 16:59   ` Bjorn Helgaas
2017-06-02  9:47     ` Narendra.K
2017-06-02 14:13   ` Jean Delvare
2017-06-06  8:02     ` Narendra.K
2017-06-15 21:39     ` Bjorn Helgaas
2017-06-16  9:36       ` Narendra.K
2017-06-16 13:25         ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.