diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2011-01-16 22:44:12 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2011-01-16 22:44:12 -0800 |
commit | 21eb1c8d6fefa5dcd3a9a800b4add06d5c30c01f (patch) | |
tree | 61b9892735d391b908ab64ca0f6b140ac47bac82 /src/dmidecode/dmioem.c | |
parent | 99628b5e1756db7b0a80d78fd493aa56451e96e1 (diff) | |
download | vyatta-biosdevname-21eb1c8d6fefa5dcd3a9a800b4add06d5c30c01f.tar.gz vyatta-biosdevname-21eb1c8d6fefa5dcd3a9a800b4add06d5c30c01f.zip |
Merge upstream version 0.3.4.
Diffstat (limited to 'src/dmidecode/dmioem.c')
-rw-r--r-- | src/dmidecode/dmioem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dmidecode/dmioem.c b/src/dmidecode/dmioem.c index 217c13a..234dbf4 100644 --- a/src/dmidecode/dmioem.c +++ b/src/dmidecode/dmioem.c @@ -91,6 +91,7 @@ static int dmi_decode_hp(struct dmi_header *h, const struct libbiosdevname_state pdev->smbios_enabled = 1; pdev->smbios_type = smbios_type; pdev->smbios_instance = nic; + pdev->physical_slot = 0; } } nic++; |