summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1999-12-15 10:04:05 +0000
committeryokota <yokota@FreeBSD.org>1999-12-15 10:04:05 +0000
commita917920b0c753ac42902c50c3c77ded28e2c4512 (patch)
tree801f81b93e3b00e6a037be0d1603de95e4e194df /sys/i386/conf
parent19ab44d39bd7d4ec22f8b3ae1b32f2394a5b25e6 (diff)
downloadFreeBSD-src-a917920b0c753ac42902c50c3c77ded28e2c4512.zip
FreeBSD-src-a917920b0c753ac42902c50c3c77ded28e2c4512.tar.gz
- Add the device resume method. It supercedes the existing resume
routine which hooks the apm driver. - Rename the PSM_HOOKAPM option to PSM_HOOKRESUME. - Delete unnecessary #include.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT2
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/i386/conf/options.i3862
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 099f25c..32f493f 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -933,7 +933,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
device psm0 at atkbdc? irq 12
# Options for psm:
-options PSM_HOOKAPM #hook the APM resume event, useful
+options PSM_HOOKRESUME #hook the system resume event, useful
#for some laptops
options PSM_RESETAFTERSUSPEND #reset the device at the resume event
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 099f25c..32f493f 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -933,7 +933,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
device psm0 at atkbdc? irq 12
# Options for psm:
-options PSM_HOOKAPM #hook the APM resume event, useful
+options PSM_HOOKRESUME #hook the system resume event, useful
#for some laptops
options PSM_RESETAFTERSUSPEND #reset the device at the resume event
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index fe38c4e..384638b 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -94,7 +94,7 @@ VGA_WIDTH90 opt_vga.h
VESA opt_vesa.h
VESA_DEBUG opt_vesa.h
-PSM_HOOKAPM opt_psm.h
+PSM_HOOKRESUME opt_psm.h
PSM_RESETAFTERSUSPEND opt_psm.h
PSM_DEBUG opt_psm.h
OpenPOWER on IntegriCloud