diff options
author | peter <peter@FreeBSD.org> | 2003-05-12 04:57:05 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-05-12 04:57:05 +0000 |
commit | 25e260ffe6ac67dfb3b96e886ac95cf43771ccf9 (patch) | |
tree | 65dba1b7b618d6c1d90cb14703a5a6e3b6bea788 /sys/boot/i386/libi386/i386_module.c | |
parent | 6dcde98e0344f84913c0e57bc5eba039bbe14534 (diff) | |
download | FreeBSD-src-25e260ffe6ac67dfb3b96e886ac95cf43771ccf9.zip FreeBSD-src-25e260ffe6ac67dfb3b96e886ac95cf43771ccf9.tar.gz |
Revert leftover AMD64 disable-acpi-module stuff.
Diffstat (limited to 'sys/boot/i386/libi386/i386_module.c')
-rw-r--r-- | sys/boot/i386/libi386/i386_module.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/i386/libi386/i386_module.c b/sys/boot/i386/libi386/i386_module.c index a640a41..a7f5d56 100644 --- a/sys/boot/i386/libi386/i386_module.c +++ b/sys/boot/i386/libi386/i386_module.c @@ -50,9 +50,6 @@ i386_autoload(void) /* XXX use PnP to locate stuff here */ /* autoload ACPI support */ - if (file_findfile(NULL, "elf64 kernel") != NULL) - return (0); /* ACPI is mandatory */ - /* XXX should be in 4th keyed off acpi_load */ disabled = 0; rv = getenv("hint.acpi.0.disabled"); |