[BACK]Return to pcmcia.c CVS log [TXT][DIR] Up to [local] / sys / dev / pcmcia

Diff for /sys/dev/pcmcia/pcmcia.c between version 1.1 and 1.2

version 1.1, 2008/03/04 16:14:06 version 1.2, 2008/05/11 10:26:13
Line 170 
Line 170 
         /*          /*
          * this is here so that when socket_enable calls gettype, trt happens           * this is here so that when socket_enable calls gettype, trt happens
          */           */
           printf("pcmcia_card_attach\n");
         SIMPLEQ_FIRST(&sc->card.pf_head) = NULL;          SIMPLEQ_FIRST(&sc->card.pf_head) = NULL;
   
         pcmcia_chip_socket_enable(sc->pct, sc->pch);          pcmcia_chip_socket_enable(sc->pct, sc->pch);
           printf("pcmcia_chip_socket_enable\n");
   
         pcmcia_read_cis(sc);          pcmcia_read_cis(sc);
           printf("pcmcia_read_cis\n");
   
         pcmcia_chip_socket_disable(sc->pct, sc->pch);          pcmcia_chip_socket_disable(sc->pct, sc->pch);
           printf("pcmcia_chip_socket_disable\n");
   
         pcmcia_check_cis_quirks(sc);          pcmcia_check_cis_quirks(sc);
           printf("pcmcia_check_cis_quirks\n");
   
         /*          /*
          * Bail now if there was an error in the CIS.           * Bail now if there was an error in the CIS.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb