freebsd-dev/sys/dev/cpuctl
Stanislav Sedov b0f642ad44 - Don't zero data field in case of MSR write operation. Before this change
the value written to MSR register was always 0 regardless of value passed
  by user.
- Use proper data pointer when performing AMD microcode update.  Previously,
  the pointer to user-space data has been provided instead, which is totally
  incorrect.

Approved by:	re (kib)
MFC after:	1 week
2009-06-26 22:13:15 +00:00
..
cpuctl.c - Don't zero data field in case of MSR write operation. Before this change 2009-06-26 22:13:15 +00:00