hinic version: 3.9.0.8

1. Compile hinic
	1) cd hinic
	2) make
2. Make the driver still effective after restarting
	1) cp hinic.ko /lib/modules/`uname -r`/updates
		note: If the / lib / modules / `uname -r` / updates directory does not exist, create it manually
	2) depmod `uname -r`