K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-07-24T21:44:00.000000Z K 7 svn:log V 372 Fix a bug so that we have correct number of pccard instances in pcic_attach(). pcic_attach() got a wrong pointer to pcic_slots since device haven't set correct unit number yet, so always accessed elements of pcic_slots which belong to pcic0 (unit number 0). Now we set unit number to pcic device first, then access to pcic_slots based on the unit number we've just set. END