[BACK]Return to omap2_icu.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / arm / omap

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/arm/omap/Attic/omap2_icu.c between version 1.8 and 1.9

version 1.8, 2011/07/01 20:30:21 version 1.9, 2012/08/20 12:38:28
Line 172  omap2icu_match(device_t parent, cfdata_t
Line 172  omap2icu_match(device_t parent, cfdata_t
   
 #if defined(OMAP_2430) || defined(OMAP_2420)  #if defined(OMAP_2430) || defined(OMAP_2420)
         return oa->obio_addr == INTC_BASE;          return oa->obio_addr == INTC_BASE;
 #elif defined(OMAP_3530)  #elif defined(OMAP3)
         return oa->obio_addr == INTC_BASE_3530;          return oa->obio_addr == INTC_BASE_3530;
 #else  #else
 #error unsupported OMAP variant  #error unsupported OMAP variant

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>