Date: Tue, 6 Oct 1998 06:16:30 -0700 (PDT) From: KATO Takenori <kato@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT options.i386 src/sys/i386/i386 identcpu.c initcpu.c src/sys/i386/include specialreg.h src/sys/pc98/conf options.pc98 Message-ID: <199810061316.GAA29914@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kato 1998/10/06 06:16:29 PDT
Modified files:
sys/i386/conf LINT options.i386
sys/i386/i386 identcpu.c initcpu.c
sys/i386/include specialreg.h
sys/pc98/conf options.pc98
Log:
- Implement enabling write allocate on AMD K5/K6/K6-2 cpus.
The code was originaly contributed by Kelly Yancey
<kbyanc@freedomnet.com> in PR i386/6269 and revised by Akio Morita
<amorita@meadow.scphys.kyoto-u.ac.jp> and me. Test was performed by
Akio Morita and Toshiomi Moriki <moriki@db.is.kyushu-u.ac.jp>.
- Fix stylistic bug in identcpu.c.
- Update copyright in initcpu.c
- Fix typo in LINT.
PR: 6269 and 6270
Revision Changes Path
1.483 +5 -3 src/sys/i386/conf/LINT
1.90 +2 -1 src/sys/i386/conf/options.i386
1.52 +25 -5 src/sys/i386/i386/identcpu.c
1.14 +123 -3 src/sys/i386/i386/initcpu.c
1.16 +6 -1 src/sys/i386/include/specialreg.h
1.69 +2 -1 src/sys/pc98/conf/options.pc98
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810061316.GAA29914>
