Date: Fri, 26 Dec 1997 12:42:39 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT options.i386 src/sys/i386/i386 identcpu.c microtime.s perfmon.c src/sys/i386/include asnames.h clock.h src/sys/i386/isa clock.c prof_machdep.c random_machdep.c src/sys/pc98/conf options.pc98 src/sys/pc98/i386 microtime.s ... Message-ID: <199712262042.MAA25721@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1997/12/26 12:42:39 PST
Modified files:
sys/i386/conf LINT options.i386
Log:
ename "i586_ctr" to "tsc" (both upper and lower case instances).
Fix a couple of printfs too.
Warning: This changes the names of a couple of kernel options!
Revision Changes Path
1.387 +3 -3 src/sys/i386/conf/LINT
1.65 +2 -2 src/sys/i386/conf/options.i386
Modified files:
sys/i386/i386 identcpu.c microtime.s perfmon.c
sys/i386/include asnames.h clock.h
sys/i386/isa clock.c prof_machdep.c random_machdep.c
sys/pc98/conf options.pc98
sys/pc98/i386 microtime.s
sys/pc98/pc98 clock.c
Log:
Rename "i586_ctr" to "tsc" (both upper and lower case instances).
Fix a couple of printfs too.
Warning: This changes the names of a couple of kernel options!
Revision Changes Path
1.36 +5 -5 src/sys/i386/i386/identcpu.c
1.37 +4 -4 src/sys/i386/i386/microtime.s
1.13 +2 -2 src/sys/i386/i386/perfmon.c
1.13 +4 -4 src/sys/i386/include/asnames.h
1.28 +13 -13 src/sys/i386/include/clock.h
1.105 +28 -28 src/sys/i386/isa/clock.c
1.8 +7 -7 src/sys/i386/isa/prof_machdep.c
1.20 +2 -2 src/sys/i386/isa/random_machdep.c
1.45 +2 -2 src/sys/pc98/conf/options.pc98
1.20 +4 -4 src/sys/pc98/i386/microtime.s
1.38 +26 -26 src/sys/pc98/pc98/clock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712262042.MAA25721>
