From owner-freebsd-commit Sun Dec 24 00:11:05 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12017 for freebsd-commit-outgoing; Sun, 24 Dec 1995 00:11:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12007 for cvs-all-outgoing; Sun, 24 Dec 1995 00:10:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11995 for cvs-sys-outgoing; Sun, 24 Dec 1995 00:10:57 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11988 Sun, 24 Dec 1995 00:10:54 -0800 (PST) Date: Sun, 24 Dec 1995 00:10:54 -0800 (PST) From: David Greenman Message-Id: <199512240810.AAA11988@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 95/12/24 00:10:53 Modified: sys/i386/i386 locore.s machdep.c microtime.s support.s sys/i386/include clock.h cputypes.h sys/i386/isa clock.c Log: Add Pentium Pro CPU detection and special handling. For now, all the optimizations we have for 586s also apply to 686s...this will be fine- tuned in the future as appropriate. Revision Changes Path 1.57 +12 -5 src/sys/i386/i386/locore.s 1.163 +30 -23 src/sys/i386/i386/machdep.c 1.12 +3 -3 src/sys/i386/i386/microtime.s 1.28 +8 -8 src/sys/i386/i386/support.s 1.8 +5 -5 src/sys/i386/include/clock.h 1.4 +3 -1 src/sys/i386/include/cputypes.h 1.43 +4 -4 src/sys/i386/isa/clock.c