Increase the microcode max size to 16K to accomodate more recent Intel

firmware.
This commit is contained in:
Rui Paulo 2013-07-03 20:29:15 +00:00
parent c05bfdd395
commit 8606701fc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252597

View File

@ -63,7 +63,7 @@ static d_ioctl_t cpuctl_ioctl;
# define DPRINTF(...)
#endif
#define UCODE_SIZE_MAX (10 * 1024)
#define UCODE_SIZE_MAX (16 * 1024)
static int cpuctl_do_msr(int cpu, cpuctl_msr_args_t *data, u_long cmd,
struct thread *td);