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

Nate Lawson nate at root.org
Fri Oct 31 17:06:15 PST 2003


On Sat, 1 Nov 2003, Mitsuru IWASAKI wrote:
> >   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

You are right, change committed.  Thank you.

-Nate


More information about the cvs-all mailing list