Plan 9 from Bell Labs 2002-07-02
1 files changed, 1 insertions(+), 0 deletions(-) M bitsy/devpcmcia.c
M bitsy/devpcmcia.c => bitsy/devpcmcia.c +1 -0
@@ 423,6 423,7 @@ iprint("pcmciapower %d\n", on); if (sp->dev){ increfp(sp); iprint("pcmciapower: %s\n", sp->verstr); + delay(10000); if (sp->dev->power) sp->dev->power(on); }