From owner-cvs-all@FreeBSD.ORG Fri Jun 6 10:22:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6843837B401; Fri, 6 Jun 2003 10:22:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0836E43FAF; Fri, 6 Jun 2003 10:22:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h56HMF0U049385; Fri, 6 Jun 2003 10:22:15 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h56HMF6H049384; Fri, 6 Jun 2003 10:22:15 -0700 (PDT) Message-Id: <200306061722.h56HMF6H049384@repoman.freebsd.org> From: John Baldwin Date: Fri, 6 Jun 2003 10:22:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include apic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2003 17:22:17 -0000 jhb 2003/06/06 10:22:15 PDT FreeBSD src repository Modified files: sys/i386/include apic.h Log: - Document the thermal and performance counter LVT entries in the local APIC. - Add a lvt_thermal member to the LAPIC struct. - Add constants for the SMI and INIT LVT delivery modes. Revision Changes Path 1.21 +5 -3 src/sys/i386/include/apic.h