K 10 svn:author V 5 guido K 8 svn:date V 27 1999-02-14T20:16:15.000000Z K 7 svn:log V 320 Somehow, it is possible to get a pcicintr() when in the resume process. This will trigger inserted()) to be called twice which confuses pccardd. Add code to not process pcicitr())'s when in the middle of a resume process. The real insertion of cards and the emulated one in the suspend/resume code really do not mix up. END