diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/i386/libi386/i386_module.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/boot/i386/libi386/i386_module.c b/sys/boot/i386/libi386/i386_module.c index 5c29aee..a51a488 100644 --- a/sys/boot/i386/libi386/i386_module.c +++ b/sys/boot/i386/libi386/i386_module.c @@ -47,13 +47,5 @@ i386_autoload(void) /* XXX use PnP to locate stuff here */ - /* autoload ACPI support */ - /* XXX should be in 4th keyed off acpi_load */ - if ((getenv("acpi_load") && !getenv("hint.acpi.0.disable"))) { - error = mod_load("acpi", NULL, 0, NULL); - if (error != 0) - printf("ACPI autoload failed - %s\n", strerror(error)); - } - return(0); } |