diff options
Diffstat (limited to 'sys/dev/pcmcia/cfxga.c')
-rw-r--r-- | sys/dev/pcmcia/cfxga.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pcmcia/cfxga.c b/sys/dev/pcmcia/cfxga.c index ac7949ca9e4..acf73b5bc95 100644 --- a/sys/dev/pcmcia/cfxga.c +++ b/sys/dev/pcmcia/cfxga.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cfxga.c,v 1.20 2010/08/30 20:33:18 deraadt Exp $ */ +/* $OpenBSD: cfxga.c,v 1.21 2011/07/03 15:47:17 matthew Exp $ */ /* * Copyright (c) 2005, 2006, Matthieu Herrb and Miodrag Vallat @@ -318,10 +318,6 @@ cfxga_activate(struct device *dev, int act) struct cfxga_softc *sc = (void *)dev; switch (act) { - case DVACT_ACTIVATE: - pcmcia_function_enable(sc->sc_pf); - cfxga_reset_and_repaint(sc); - break; case DVACT_DEACTIVATE: pcmcia_function_disable(sc->sc_pf); break; |