From 3dbeebf69c1673116e0f97a02de14a677422d8df Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Tue, 11 Nov 1997 00:47:01 +0000 Subject: [PATCH] - Added PSM_HOOKAPM & PSM_RESETAFTERSUSPEND options. OK'd by: Kazutaka YOKOTA --- sys/i386/conf/PCCARD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/i386/conf/PCCARD b/sys/i386/conf/PCCARD index 350f89ef3df..738c1eebcab 100644 --- a/sys/i386/conf/PCCARD +++ b/sys/i386/conf/PCCARD @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id$ +# $Id: PCCARD,v 1.1 1997/11/01 18:54:10 nate Exp $ machine "i386" cpu "I386_CPU" @@ -89,6 +89,8 @@ device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr +options PSM_HOOKAPM #hook the APM resume event +options PSM_RESETAFTERSUSPEND #reset the device at the resume event device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr device ep0 at isa? port 0x300 net irq 10 vector epintr