HBSD: increase UCODE_SIZE_MAX from 32kB to 4MB in sys/dev/cpuctl/cpuctl.c
The lastest microcode update for Intel 6th (Skylake) generation CPU is
bigger than the current hardcoded limit in cpuctl.
-rw-r--r-- 1 root wheel 97280 Nov 9 21:35 m36506e3_0000009d_0000009e.fw
-rw-r--r-- 1 root wheel 97280 Nov 9 21:35 mc0406e3_0000009d_0000009e.fw
So, bump this limit to 4MB, to allow to perform the microcode update.
Tested-on: 10-STABLE + Intel Core i7-6700
Sponsored-by: HardenedBSD Project
FreeBSD-PR: 214369
Signed-off-by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
CC: subbsd@gmail.com
CC: kib@FreeBSD.org
CC: jhb@FreeBSD.org
CC: avg@FreeBSD.org