From owner-cvs-sys Fri Jul 18 21:03:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA04547 for cvs-sys-outgoing; Fri, 18 Jul 1997 21:03:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA04417; Fri, 18 Jul 1997 21:01:58 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA19228; Fri, 18 Jul 1997 21:00:36 -0700 (PDT) Date: Fri, 18 Jul 1997 21:00:36 -0700 (PDT) Message-Id: <199707190400.VAA19228@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 microtime.s mp_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/07/18 21:00:36 PDT Modified files: sys/i386/i386 microtime.s mp_machdep.c Log: Added code to support #define APIC_PIN0_TIMER. This code ALWAYS runs the 8254 timer thru the 8259 ICU. It depricates the usage of "options SMP_TIMER_NC" in the config file. Revision Changes Path 1.25 +19 -7 src/sys/i386/i386/microtime.s 1.31 +6 -2 src/sys/i386/i386/mp_machdep.c