Increase the microcode max size to 16K to accomodate more recent Intel
firmware.
This commit is contained in:
parent
c05bfdd395
commit
8606701fc4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user