[BACK]Return to sa1111.c CVS log [TXT][DIR] Up to [local] / sys / arch / arm / sa11x0

Diff for /sys/arch/arm/sa11x0/sa1111.c between version 1.2 and 1.3

version 1.2, 2008/03/05 11:11:22 version 1.3, 2008/03/05 13:35:45
Line 184 
Line 184 
   
         aa.sac_iot = sc->sc_bust;          aa.sac_iot = sc->sc_bust;
         aa.sac_dmat = sc->sc_dmat;          aa.sac_dmat = sc->sc_dmat;
           aa.sac_bush = sc->sc_ioh;
   
         aa.sac_xintr = (cf->cf_loc)[0];          aa.sac_xintr = (cf->cf_loc)[0];
   
Line 214 
Line 215 
   
         saa.sac_iot = sc->sc_bust;          saa.sac_iot = sc->sc_bust;
         saa.sac_dmat = sc->sc_dmat;          saa.sac_dmat = sc->sc_dmat;
           saa.sac_bush = sc->sc_ioh;
   
         /* XXX sac_xintr is an internal to us interrupt number, but here we use it          /* XXX sac_xintr is an internal to us interrupt number, but here we use it
                         to inform our INTC about which intr line it uses on main INTC.  */                          to inform our INTC about which intr line it uses on main INTC.  */
Line 221 
Line 223 
         saa.sac_typecookie = SACC_TYPE_INTC;          saa.sac_typecookie = SACC_TYPE_INTC;
         config_found(&sc->sc_dev, &saa, sacc_print);          config_found(&sc->sc_dev, &saa, sacc_print);
   
 #if 0  
         saa.sac_xintr = -1;     /* is not widely used, spec defines most of them */          saa.sac_xintr = -1;     /* is not widely used, spec defines most of them */
         saa.sac_typecookie = SACC_TYPE_GPIO;          saa.sac_typecookie = SACC_TYPE_GPIO;
         config_found(&sc->sc_dev, &saa, sacc_print);          config_found(&sc->sc_dev, &saa, sacc_print);
 #endif  
 }  }
   

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

CVSweb