From a917920b0c753ac42902c50c3c77ded28e2c4512 Mon Sep 17 00:00:00 2001 From: yokota Date: Wed, 15 Dec 1999 10:04:05 +0000 Subject: - 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. --- sys/i386/conf/options.i386 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386/conf/options.i386') 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 -- cgit v1.1