part of the changes made to /sys/src/9/pc/devi82365.c
on Nov 6 18:12:33 MET 2004 (thanks, sourcesdump)
seems to stop a (mk5002mpl) pcmcia hard disk from working.
it works without the line /sys/src/9/pc/devi82365.c:1027
x |= Cfunc|Cdecode|Cirq;
with it, it doesn't.
with that line rewritten to
x |= Cirq;
it doesn't work either.
I did not check (yet) check what happens with only Cfunc or Cdecode.
The wavelan pcmcia card seems unaffected by changes to that line.
I don't have much of a clue (yet?) about this all;
I just tracked down the changes between the old (working) version
and the current (nonworking) one.
leaving out that line breaks other things, I guess?
any suggestions?
Axel.