EFI's device naming model requires drivers to provide names for child devices. Allow the driver's GetControllerName() method to delegate to an instance of EFI_COMPONENT_NAME2_PROTOCOL installed on the child device itself (if present); this allows the SNP device to expose its own device name via the PCI driver's GetControllerName() method. Signed-off-by: Michael Brown <mcb30@ipxe.org>tags/v1.20.1
|
|
||
90 |
|
90 |
|
91 |
|
91 |
|
92 |
|
92 |
|
93 |
|
|
|
94 |
|
|
|
95 |
|
|
|
96 |
|
|
|
|
93 |
|
|
|
94 |
|
|
|
95 |
|
|
|
96 |
|
|
|
97 |
|
|
|
98 |
|
|
|
99 |
|
|
|
100 |
|
|
|
101 |
|
|
|
102 |
|
|
|
103 |
|
|
|
104 |
|
|
|
105 |
|
|
|
106 |
|
|
|
107 |
|
|
|
108 |
|
|
|
109 |
|
|
|
110 |
|
|
|
111 |
|
|
|
112 |
|
|
|
113 |
|
|
97 |
|
114 |
|
98 |
|
|
|
|
115 |
|
|
99 |
|
116 |
|
100 |
|
117 |
|
101 |
|
118 |
|