<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi list,<br>
<br>
as far i knows, the ${busid} in ipxe are 5 bytes<br>
<br>
<ol>
<li>A miracle number (what is it?)</li>
<li>vendor-id part 1</li>
<li>vendor-id part 2</li>
<li>dev-id part 1</li>
<li>dev-id part 2</li>
</ol>
<p>I.e. 01:80:86:10:9a shows an intel e1000pl nic<br>
</p>
<p>01 I dont know what is good for. Primary card?<br>
80:86 ist the vendor (must have been very expensive getting this
number ;-) )<br>
10:9a the dev-id<br>
</p>
<p>Now it would be a great thing for me getting the subsys id
useable in ipxe-scripts. I.e. in my case i have a machine with the
following nic:<br>
</p>
<p>root@PartedMagic:~# lspci -nnv -s 02:00.0<br>
02:00.0 Ethernet controller [0200]: Intel Corporation 82573L
Gigabit Ethernet Controller [8086:109a]<br>
Subsystem: AOPEN Inc. Device [a0a0:0632]<br>
Flags: bus master, fast devsel, latency 0, IRQ 42<br>
Memory at fdde0000 (32-bit, non-prefetchable) [size=128K]<br>
I/O ports at ef00 [size=32]<br>
Capabilities: [c8] Power Management version 2<br>
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+<br>
Capabilities: [e0] Express Endpoint, MSI 00<br>
Capabilities: [100] Advanced Error Reporting<br>
Capabilities: [140] Device Serial Number
00-01-80-ff-ff-65-dc-c9<br>
Kernel driver in use: e1000e<br>
Kernel modules: e1000e<br>
</p>
<p><br>
Here you see the additional subsys-id from aopen, which is
a0a0:0632. <br>
</p>
<p>My question: Is it possible to get this subsys-id at ipxe-time in
a variable?<br>
</p>
<p>Tfh!<br>
</p>
<p>Oliver<br>
<br>
</p>
</body>
</html>