Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Nov 2003 09:54:09 +0900 (JST)
From:      Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
To:        njl@FreeBSD.org
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/conf options src/sys/i386/conf NOTES src/sys/i386/acpica Makefile acpi_machdep.c acpi_wakecode.S acpi_wakeup.c
Message-ID:  <20031101.095409.35051619.iwasaki@jp.FreeBSD.org>
In-Reply-To: <200311010018.hA10ITLV034890@repoman.freebsd.org>
References:  <200311010018.hA10ITLV034890@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> njl         2003/10/31 16:18:29 PST
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/conf             options 
>     sys/i386/conf        NOTES 
>     sys/i386/acpica      Makefile acpi_machdep.c acpi_wakecode.S 
>                          acpi_wakeup.c 
>   Log:
>   Change the reset video option to be positive (hw.acpi.reset_video).
>   Requested by:   jhb

Thanks Nate, but

+	/* Re-initialize video BIOS if the reset_video tunable is set. */
+	cmp	$1,reset_video
+	je	wakeup_16_gdt
+	lcall	$0xc000,$3

this should be

+	cmp	$0,reset_video
+	je	wakeup_16_gdt

right?

Thanks



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031101.095409.35051619.iwasaki>