grehan bdbd34c64b Fix panic in the tap driver when a tap and vmnet interface were
created after each other e.g.

 ifconfig tap0
 ifconfig vmnet0
 <panic>

Appears to be a cut'n'paste error from the tap code to the vmnet
code where the name string wasn't updated in the call to make_dev().

Reviewed by:	glebius
MFC after:	3 days
2013-10-24 22:21:31 +00:00
..
2012-10-17 21:19:27 +00:00
2013-10-09 21:03:34 +00:00
2013-05-30 13:41:19 +00:00
2013-07-09 15:10:27 +00:00