From owner-cvs-sys Fri Jul 18 21:02:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA04481 for cvs-sys-outgoing; Fri, 18 Jul 1997 21:02:53 -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 VAA04348; Fri, 18 Jul 1997 21:00:53 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA19175; Fri, 18 Jul 1997 20:59:31 -0700 (PDT) Date: Fri, 18 Jul 1997 20:59:31 -0700 (PDT) Message-Id: <199707190359.UAA19175@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa apic_ipl.s clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/07/18 20:59:31 PDT Modified files: sys/i386/isa apic_ipl.s clock.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.3 +25 -4 src/sys/i386/isa/apic_ipl.s 1.92 +24 -8 src/sys/i386/isa/clock.c