opengnsys_ipxe/src/drivers
Michael Brown 15c120041d [hermon] Work around missing mport support in current BOFM implementations
Current BOFM versions are unable to create entries with mport>1, which
means that only the port 1 MAC address can be explicitly specified.

Work around this by using the provided MAC address as a base address
for all subsequent ports.  For example, if BOFM assigns the address

   00:1A:64:76:00:09 for port 1

then we will assign the addresses

   00:1A:64:76:00:09 for port 1
   00:1A:64:76:00:0a for port 2

Future BOFM versions that may correctly support mport will work with
this scheme without modification provided that the BOFM entries are
created in increasing order of mport.  Since BOFM tools tend to
generate entries in increasing order (of slot, port, etc), this is not
an unreasonable compromise.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2011-04-08 01:11:08 +01:00
..
bitbash [spi] Reset device on each access 2011-03-04 19:32:56 +00:00
block [iscsi] Change default initiator IQN 2011-03-03 22:23:44 +00:00
bus [device] Make driver name a generic device property 2011-04-07 23:09:19 +01:00
infiniband [hermon] Work around missing mport support in current BOFM implementations 2011-04-08 01:11:08 +01:00
linux [device] Make driver name a generic device property 2011-04-07 23:09:19 +01:00
net [forcedeth] Never change the NVREG_TRANSMITPOLL_MAC_ADDR_REV flag 2011-03-30 00:34:09 +01:00
nvs [pci] Auto-resize VPD fields used for non-volatile storage 2011-01-19 13:52:56 +00:00