Possible to add a device in load_lan_module.sh which is supported by driver already in os?

Hi,

I had a “Intel(R) 82599 10 Gigabit Network Connection” Single Port Configuration lying around which works with driver ixgbe.
As the device “id” is not the same as the two others that are in load_lan_module.sh list my question is if it is possible to get it added?
The device is in the ixgbe driver and listed as:
" 82599 (Single Port SFI Only) 0x8086 0x1557"

Following two are in the load_lan_module.sh:
808610fb #82599ES 10-Gigabit SFI/SFP+ Network Connection
8086151c #82599 10 Gigabit TN Network Connection

Which refers to dual port card, the only thing that would be needed to be added would be:
" 80861557 #82599 10 Gigabit Single Port SFI Network Connection"

At the moment i have added “/sbin/modprobe ixgbe” to autorun.sh on the nas ( TS-464 ) but would have been nice to use it without the autorun.sh