[BACK]Return to omap3_sdhc.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/omap3_sdhc.c between version 1.22 and 1.23

version 1.22, 2016/08/04 07:14:50 version 1.23, 2016/08/04 20:07:18
Line 225  obiosdhc_attach(device_t parent, device_
Line 225  obiosdhc_attach(device_t parent, device_
         sc->sc.sc_flags |= SDHC_FLAG_RSP136_CRC;          sc->sc.sc_flags |= SDHC_FLAG_RSP136_CRC;
         if (support8bit)          if (support8bit)
                 sc->sc.sc_flags |= SDHC_FLAG_8BIT_MODE;                  sc->sc.sc_flags |= SDHC_FLAG_8BIT_MODE;
 #if defined(OMAP_3430)  #if defined(OMAP_3430) || /* XXX until TI_DM37XX has working omap_devid() */ defined(TI_DM37XX)
         sc->sc.sc_flags |= SDHC_FLAG_SINGLE_ONLY;          sc->sc.sc_flags |= SDHC_FLAG_SINGLE_ONLY;
 #elif defined(OMAP_3530) || defined(TI_DM37XX)  #elif defined(OMAP_3530) || defined(TI_DM37XX)
         /*          /*

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>