i have a
machine with two pci devices of the same type. how can i ensure
persistent device indices?
Doesn't specifying the pid (product id) work ?
surely not if they are the same device? there needs to a mapping from
a PCI bus slot to a device name.
Sounds convincing.
Tim, you could try to use the additional "id" option, instead of pid.
(I didn't try that myself so far.)
Assuming, the id is different, for each device, of course.
Is it ?
it seems i will have to modify the driver, but it may actually be useful to
expose the mac address of the device as module option ...
thnx, tim