Module Name: src
Committed By: msaitoh
Date: Tue Apr 21 05:18:14 UTC 2020
Modified Files:
src/sys/arch/x86/x86: i8259.c
Log Message:
Whitespace fix. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x86/x86/i8259.c
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/x86/i8259.c
diff -u src/sys/arch/x86/x86/i8259.c:1.23 src/sys/arch/x86/x86/i8259.c:1.24
--- src/sys/arch/x86/x86/i8259.c:1.23 Mon Feb 11 14:59:33 2019
+++ src/sys/arch/x86/x86/i8259.c Tue Apr 21 05:18:14 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: i8259.c,v 1.23 2019/02/11 14:59:33 cherry Exp $ */
+/* $NetBSD: i8259.c,v 1.24 2020/04/21 05:18:14 msaitoh Exp $ */
/*
* Copyright 2002 (c) Wasabi Systems, Inc.
@@ -70,9 +70,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i8259.c,v 1.23 2019/02/11 14:59:33 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i8259.c,v 1.24 2020/04/21 05:18:14 msaitoh Exp $");
-#include <sys/param.h>
+#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/syslog.h>
@@ -83,7 +83,7 @@ __KERNEL_RCSID(0, "$NetBSD: i8259.c,v 1.
#include <dev/ic/i8259reg.h>
#include <machine/pio.h>
-#include <machine/cpufunc.h>
+#include <machine/cpufunc.h>
#include <machine/cpu.h>
#include <machine/pic.h>
#include <machine/i8259.h>
@@ -163,7 +163,7 @@ i8259_default_setup(void)
/* reset; program device, level-triggered, four bytes */
outb(IO_ICU2 + PIC_ICW1, ICW1_SELECT | ICW1_LTIM | ICW1_IC4);
else
-#endif
+#endif
/* reset; program device, four bytes */
outb(IO_ICU2 + PIC_ICW1, ICW1_SELECT | ICW1_IC4);
@@ -243,7 +243,7 @@ i8259_reinit_irqs(void)
irqs = 0;
for (irq = 0; irq < array_len; irq++)
-#if !defined(XENPV)
+#if !defined(XENPV)
if (ci->ci_isources[irq] != NULL)
#else
if (ci->ci_xsources[irq] != NULL)