Date: Fri, 31 Oct 2003 17:06:15 -0800 (PST) From: Nate Lawson <nate@root.org> To: Mitsuru IWASAKI <iwasaki@jp.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: <20031031170557.X93992@root.org> In-Reply-To: <20031101.095409.35051619.iwasaki@jp.FreeBSD.org> References: <200311010018.hA10ITLV034890@repoman.freebsd.org> <20031101.095409.35051619.iwasaki@jp.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031031170557.X93992>