From 69b32346a7d1b6aa3dccbe8f8a21e8b17023db39 Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 8 Jul 2002 11:56:44 +0000 Subject: Comment out apm; ACPI is the modern replacement, and folks who really need it can uncomment it. This may buy us some kernel space. Discussed with: imp & msmith (quite a while ago) --- sys/i386/conf/GENERIC | 2 +- sys/i386/conf/NEWCARD | 2 +- sys/i386/conf/OLDCARD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/i386/conf') diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 208ceae..3e9194c 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -144,7 +144,7 @@ device sc 1 device npx # Power management support (see NOTES for more options) -device apm +#device apm # Add suspend/resume support for the i8254. device pmtimer diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD index 4fe4c85..a6aba3d 100644 --- a/sys/i386/conf/NEWCARD +++ b/sys/i386/conf/NEWCARD @@ -146,7 +146,7 @@ device sc 1 device npx # Power management support (see NOTES for more options) -device apm +#device apm # Add suspend/resume support for the i8254. device pmtimer diff --git a/sys/i386/conf/OLDCARD b/sys/i386/conf/OLDCARD index 28b8d53..ae6daf8 100644 --- a/sys/i386/conf/OLDCARD +++ b/sys/i386/conf/OLDCARD @@ -145,7 +145,7 @@ device sc 1 device npx # Power management support (see NOTES for more options) -device apm +#device apm # Add suspend/resume support for the i8254. device pmtimer -- cgit v1.1