Increase the microcode max size to 16K to accomodate more recent Intel
firmware.
This commit is contained in:
parent
09921b0dcb
commit
328ede385d
@ -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…
x
Reference in New Issue
Block a user