From 99b2687d6c503523e52a8c29f46999cb495539c8 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 3 May 1995 03:04:02 +0000 Subject: Forgot this part of the if_ze power off patch. --- sys/i386/isa/pcic.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sys') diff --git a/sys/i386/isa/pcic.c b/sys/i386/isa/pcic.c index 887e357..01f9f02 100644 --- a/sys/i386/isa/pcic.c +++ b/sys/i386/isa/pcic.c @@ -229,12 +229,8 @@ pcic_power_on (int slot) void pcic_power_off (int slot) { - /* - * If you success to power-off the PCMCIA slots and - * resume safely, please tell me your way to implement it. - * - * HOSOKAWA, Tatsumi - */ + pcic_putb (slot, PCIC_POWER, + pcic_getb (slot, PCIC_POWER) & ~(PCIC_OUTENA|PCIC_PCPWRE)); } void -- cgit v1.1