diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/isa/pcic.c | 8 |
1 files changed, 2 insertions, 6 deletions
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 <hosokawa@mt.cs.keio.ac.jp> - */ + pcic_putb (slot, PCIC_POWER, + pcic_getb (slot, PCIC_POWER) & ~(PCIC_OUTENA|PCIC_PCPWRE)); } void |