Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include Modify LAPIC_LVT_CMCI's comment to be c...



details:   https://anonhg.NetBSD.org/src/rev/95fb40e6c1dd
branches:  trunk
changeset: 451972:95fb40e6c1dd
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jun 13 07:44:27 2019 +0000

description:
Modify LAPIC_LVT_CMCI's comment to be consistent with other LVT's.
No functional change.

diffstat:

 sys/arch/x86/include/i82489reg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c4fd65ddd75a -r 95fb40e6c1dd sys/arch/x86/include/i82489reg.h
--- a/sys/arch/x86/include/i82489reg.h  Thu Jun 13 07:42:45 2019 +0000
+++ b/sys/arch/x86/include/i82489reg.h  Thu Jun 13 07:44:27 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i82489reg.h,v 1.16 2017/04/28 01:23:58 nonaka Exp $    */
+/*     $NetBSD: i82489reg.h,v 1.17 2019/06/13 07:44:27 msaitoh Exp $   */
 
 /*-
  * Copyright (c) 1998, 2008 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@
 #define LAPIC_IRR      0x200           /* Interrupt Req RO */
 #define LAPIC_ESR      0x280           /* Err status. RW */
 
-#define LAPIC_LVT_CMCI 0x2f0           /* LVT CMCI RW */
+#define LAPIC_LVT_CMCI 0x2f0           /* Loc.vec (CMCI) RW */
 
 #define LAPIC_ICRLO    0x300           /* Int. cmd. (xAPIC: RW, x2APIC: RW64) */
 #      define LAPIC_DLMODE_MASK        0x00000700      /* Delivery Mode */



Home | Main Index | Thread Index | Old Index