FIXED IT!!! :-D I ran in it in maintenance mode.
[root@ncsi-esxi-2:/vmfs/volumes/5a60bb3c-221015a0-c193-008cfaf1dfe0/DD_Intel_22.9_CD_AnyOS/VMware/ESX/6.0/i40en] esxcli software vib install -v /vmfs/volumes/5a
60bb3c-221015a0-c193-008cfaf1dfe0/DD_Intel_22.9_CD_AnyOS/VMware/ESX/6.0/i40en/i4
0en-1.5.6-1OEM.600.0.0.2768847.x86_64.vib
Installation Result
Message: Host is not changed.
Reboot Required: false
VIBs Installed:
VIBs Removed:
VIBs Skipped: INT_bootbank_i40en_1.5.6-1OEM.600.0.0.2768847
So I was a little confused as to why I was still not seeing the driver. So I did a google search on listing drivers for nics. Came across this: VMware Knowledge Base
I ran vmchdev -l | grep vmnic1 which gave me this: 0000:08:00.0 8086:1533 17aa:1100 passthru vmnic1
Ran it for vmnic0 which gave me this: 0000:07:00.0 8086:1533 17aa:1100 vmkernel vmnic0
I then looked up how to change the nic from passthrough to vmkernel which led me to this: VMware Knowledge Base
Edited the esx.conf and rebooted and now I have both nic's up and running and added to the vswitch I want it on.
I appreciate all your help with this. Even though your fix didn't work, it still led me in the right direction.