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

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

Diff for /src/sys/dev/isa/sf16fmr2.c between version 1.4 and 1.5

version 1.4, 2002/01/07 21:47:15 version 1.5, 2002/09/03 18:53:41
Line 168  sf2r_attach(struct device *parent, struc
Line 168  sf2r_attach(struct device *parent, struc
         struct isa_attach_args *ia = aux;          struct isa_attach_args *ia = aux;
   
         sc->tea.iot = ia->ia_iot;          sc->tea.iot = ia->ia_iot;
           sc->tea.flags = 0;
         sc->mute = 0;          sc->mute = 0;
         sc->vol = 0;          sc->vol = 0;
         sc->freq = MIN_FM_FREQ;          sc->freq = MIN_FM_FREQ;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>