Re: [PATCH v3] Create pci slot files for SMBIOS Type 9 entries

2016-04-12 Thread Bjorn Helgaas
On Tue, Apr 12, 2016 at 06:36:14PM -0500, Jordan Hargrave wrote: > On Sun, Apr 10, 2016 at 5:17 PM, Bjorn Helgaas wrote: > > Hi Jordan, > > > > On Thu, Feb 18, 2016 at 08:40:32PM +, jordan_hargr...@dell.com wrote: > >> The following diff builds on the "[PATCHv3] Save SMBIOS Type 9 System > >>

Re: [PATCH v3] Create pci slot files for SMBIOS Type 9 entries

2016-04-12 Thread Jordan Hargrave
On Sun, Apr 10, 2016 at 5:17 PM, Bjorn Helgaas wrote: > Hi Jordan, > > On Thu, Feb 18, 2016 at 08:40:32PM +, jordan_hargr...@dell.com wrote: >> The following diff builds on the "[PATCHv3] Save SMBIOS Type 9 System Slots" >> >> This will create a /sys/bus/pci/slots/XXX file for each Type 9 entr

Re: [PATCH v3] Create pci slot files for SMBIOS Type 9 entries

2016-04-10 Thread Bjorn Helgaas
Hi Jordan, On Thu, Feb 18, 2016 at 08:40:32PM +, jordan_hargr...@dell.com wrote: > The following diff builds on the "[PATCHv3] Save SMBIOS Type 9 System Slots" > > This will create a /sys/bus/pci/slots/XXX file for each Type 9 entry. This > will be \ > used for systemd enumeration of NICs.

[PATCH v3] Create pci slot files for SMBIOS Type 9 entries

2016-02-18 Thread Jordan_Hargrave
The following diff builds on the "[PATCHv3] Save SMBIOS Type 9 System Slots" This will create a /sys/bus/pci/slots/XXX file for each Type 9 entry. This will be \ used for systemd enumeration of NICs. Only build if CONFIG_DMI is set Signed-off-by: Jordan Hargrave --- arch/x86/pci/common.c | 2