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

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/imx/imxuart.c between version 1.11 and 1.11.2.1

version 1.11, 2014/03/16 05:20:23 version 1.11.2.1, 2014/04/07 03:37:30
Line 504  imxuart_attach_common(device_t parent, d
Line 504  imxuart_attach_common(device_t parent, d
   
 #ifdef RND_COM  #ifdef RND_COM
         rnd_attach_source(&sc->rnd_source, device_xname(sc->sc_dev),          rnd_attach_source(&sc->rnd_source, device_xname(sc->sc_dev),
                           RND_TYPE_TTY, 0);                            RND_TYPE_TTY, RND_FLAG_COLLECT_TIME |
                                           RND_FLAG_ESTIMATE_TIME);
 #endif  #endif
   
         /* if there are no enable/disable functions, assume the device          /* if there are no enable/disable functions, assume the device

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.2.1

CVSweb <webmaster@jp.NetBSD.org>