Module Name: src Committed By: dsl Date: Sat Jan 5 15:27:46 UTC 2013
Modified Files: src/usr.sbin/cpuctl/arch: i386-asm.S i386.c Added Files: src/usr.sbin/cpuctl/arch: cpuctl_i386.h Log Message: Change the i386 asm x86_identify() so it returns a value instead of writing into global data. Fix a stack alignment fubar that would cause a crash on a cirix 486. Refactor identify code to common setup for normal identify and ucode identify - which was missing a memset(). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/usr.sbin/cpuctl/arch/cpuctl_i386.h cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/cpuctl/arch/i386-asm.S cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/cpuctl/arch/i386.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.