diff options
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r-- | sys/pccard/pccard.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index a59133a..f3187a9 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -41,16 +41,11 @@ #include <sys/select.h> #include <sys/sysctl.h> #include <sys/conf.h> -#include <sys/module.h> #include <sys/uio.h> #include <sys/poll.h> #include <sys/bus.h> #include <machine/bus.h> -#include <i386/isa/isa_device.h> -#include <i386/isa/icu.h> -#include <i386/isa/intr_machdep.h> - #include <pccard/cardinfo.h> #include <pccard/driver.h> #include <pccard/pcic.h> @@ -282,7 +277,7 @@ inserted(void *arg) * Enable 5V to the card so that the CIS can be read. */ slt->pwr.vcc = 50; - slt->pwr.vpp = 0; + slt->pwr.vpp = 50; /* * Disable any pending timeouts for this slot, and explicitly |