Module Name:    src
Committed By:   msaitoh
Date:           Thu Jun 13 07:44:27 UTC 2019

Modified Files:
        src/sys/arch/x86/include: i82489reg.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x86/include/i82489reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/include/i82489reg.h
diff -u src/sys/arch/x86/include/i82489reg.h:1.16 src/sys/arch/x86/include/i82489reg.h:1.17
--- src/sys/arch/x86/include/i82489reg.h:1.16	Fri Apr 28 01:23:58 2017
+++ src/sys/arch/x86/include/i82489reg.h	Thu Jun 13 07:44:27 2019
@@ -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 */

Reply via email to