Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/acpi Add definition for WAKEUP_vesa_modenum



details:   https://anonhg.NetBSD.org/src/rev/c1e6a75b9a6b
branches:  trunk
changeset: 746964:c1e6a75b9a6b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Aug 24 22:06:50 2009 +0000

description:
Add definition for WAKEUP_vesa_modenum

diffstat:

 sys/arch/amd64/acpi/acpi_wakecode.S |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9a90151837a7 -r c1e6a75b9a6b sys/arch/amd64/acpi/acpi_wakecode.S
--- a/sys/arch/amd64/acpi/acpi_wakecode.S       Mon Aug 24 22:05:26 2009 +0000
+++ b/sys/arch/amd64/acpi/acpi_wakecode.S       Mon Aug 24 22:06:50 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi_wakecode.S,v 1.9 2009/08/24 10:16:12 jmcneill Exp $       */
+/*     $NetBSD: acpi_wakecode.S,v 1.10 2009/08/24 22:06:50 jmcneill Exp $      */
 
 /*-
  * Copyright (c) 2007 Joerg Sonnenberger <joerg%netbsd.org@localhost>
@@ -265,6 +265,8 @@
 
        .global WAKEUP_vbios_reset
 WAKEUP_vbios_reset:    .byte 0
+       .global WAKEUP_vesa_modenum
+WAKEUP_vesa_modenum:    .word 0
        .global WAKEUP_beep_on_reset
 WAKEUP_beep_on_reset:  .byte 0
 



Home | Main Index | Thread Index | Old Index