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

Diff for /sys/arch/arm/sa11x0/sa11xx_pcicvar.h between version 1.1.1.1 and 1.2

version 1.1.1.1, 2008/03/04 16:05:17 version 1.2, 2008/05/11 10:26:11
Line 83 
Line 83 
 struct sapcic_softc {  struct sapcic_softc {
         struct device sc_dev;          struct device sc_dev;
         bus_space_tag_t sc_iot;          bus_space_tag_t sc_iot;
         kmutex_t sc_lock;          struct mutex sc_lock;
 };  };
   
 int     sapcic_intr(void *);  int     sapcic_intr(void *);

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

CVSweb