Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/i386/acpica/acpi_machdep.c 121743 2003-10-30 16:14:55Z iwasaki $");
---
> __FBSDID("$FreeBSD: head/sys/i386/acpica/acpi_machdep.c 121830 2003-11-01 00:18:29Z njl $");
64,65c64,65
< u_int32_t acpi_no_reset_video = 0;
< TUNABLE_INT("hw.acpi.no_reset_video", &acpi_no_reset_video);
---
> u_int32_t acpi_reset_video = 1;
> TUNABLE_INT("hw.acpi.reset_video", &acpi_reset_video);
336,338c336,339
< SYSCTL_ADD_UINT(&sc->acpi_sysctl_ctx, SYSCTL_CHILDREN(sc->acpi_sysctl_tree),
< OID_AUTO, "no_reset_video", CTLFLAG_RD | CTLFLAG_RW, &acpi_no_reset_video, 0,
< "Disable calling the VESA reset BIOS vector on the resume path");
---
> SYSCTL_ADD_UINT(&sc->acpi_sysctl_ctx,
> SYSCTL_CHILDREN(sc->acpi_sysctl_tree), OID_AUTO,
> "reset_video", CTLFLAG_RD | CTLFLAG_RW, &acpi_reset_video, 0,
> "Call the VESA reset BIOS vector on the resume path");