Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/x86/x86 Pullup rev 1.6 (requested by kochi in ...



details:   https://anonhg.NetBSD.org/src/rev/586ba7f3e431
branches:  netbsd-2-0
changeset: 561248:586ba7f3e431
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Jun 01 04:30:40 2004 +0000

description:
Pullup rev 1.6 (requested by kochi in ticket #427)

Lots of fixes to prevents panic's on HT motherboards

diffstat:

 sys/arch/x86/x86/acpi_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 59c110806645 -r 586ba7f3e431 sys/arch/x86/x86/acpi_machdep.c
--- a/sys/arch/x86/x86/acpi_machdep.c   Mon May 31 21:00:53 2004 +0000
+++ b/sys/arch/x86/x86/acpi_machdep.c   Tue Jun 01 04:30:40 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi_machdep.c,v 1.5 2003/10/10 20:16:54 tron Exp $    */
+/*     $NetBSD: acpi_machdep.c,v 1.5.2.1 2004/06/01 04:30:40 jmc Exp $ */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_machdep.c,v 1.5 2003/10/10 20:16:54 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_machdep.c,v 1.5.2.1 2004/06/01 04:30:40 jmc Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -323,7 +323,7 @@
        return (rv);
 }
 
-void 
+void
 acpi_md_OsDisableInterrupt(void)
 {
        disable_intr();



Home | Main Index | Thread Index | Old Index