[BACK]Return to dwcmmc_fdt.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / fdt

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

Diff for /src/sys/dev/fdt/dwcmmc_fdt.c between version 1.7 and 1.8

version 1.7, 2018/08/12 16:34:28 version 1.8, 2019/04/30 23:10:33
Line 70  struct dwcmmc_fdt_softc {
Line 70  struct dwcmmc_fdt_softc {
         u_int                   sc_ciu_div;          u_int                   sc_ciu_div;
 };  };
   
 CFATTACH_DECL_NEW(dwcmmc_fdt, sizeof(struct dwc_mmc_softc),  CFATTACH_DECL_NEW(dwcmmc_fdt, sizeof(struct dwcmmc_fdt_softc),
         dwcmmc_fdt_match, dwcmmc_fdt_attach, NULL, NULL);          dwcmmc_fdt_match, dwcmmc_fdt_attach, NULL, NULL);
   
 static int  static int

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

CVSweb <webmaster@jp.NetBSD.org>