Re: [PATCH 1/2] Save SMBIOS Type 9 System Slots during DMI Scan

2015-11-27 Thread Jean Delvare
Le Friday 27 November 2015 à 10:25 +0100, Jean Delvare a écrit : > Also note that the SMBIOS specification says that the segment/bus/devfn > fields should be ffs for non-PCI-like slots. dmidecode decodes these > fields regardless of the type, but that is incorrect (although not much > of an issue i

Re: [PATCH 1/2] Save SMBIOS Type 9 System Slots during DMI Scan

2015-11-27 Thread Jean Delvare
Hi Jordan, Please leave the list in Cc and avoid HTML formatting. Le Thursday 26 November 2015 à 16:00 -0600, Jordan Hargrave a écrit : > > > On Thu, Nov 26, 2015 at 2:26 AM, Jean Delvare > wrote: > I'm curious how the BIOS can assign a device number and > function when there i

Re: [PATCH 1/2] Save SMBIOS Type 9 System Slots during DMI Scan

2015-11-26 Thread Jean Delvare
On Thu, 26 Nov 2015 02:02:52 -0600, Jordan Hargrave wrote: > On Wed, Nov 25, 2015 at 5:47 AM, Jean Delvare wrote: > > On Wed, 18 Nov 2015 16:02:14 -0600, Jordan Hargrave wrote: > > > +static void __init dmi_save_system_slot(const struct dmi_header *dm) > > > +{ > > > + const char *name; > > >

Re: [PATCH 1/2] Save SMBIOS Type 9 System Slots during DMI Scan

2015-11-25 Thread Jean Delvare
Hi Jordan, On Wed, 18 Nov 2015 16:02:14 -0600, Jordan Hargrave wrote: > PCI address of onboard devices is currently saved but not for slots. > > Signed-off-by: Jordan Hargrave > --- > drivers/firmware/dmi_scan.c | 39 +++ > include/linux/dmi.h | 1 +