[BACK]Return to gus.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/gus.c between version 1.3 and 1.4

version 1.3, 1995/11/10 04:30:44 version 1.4, 1995/12/24 02:31:17
Line 911  gusattach(parent, self, aux)
Line 911  gusattach(parent, self, aux)
          */           */
   
         /* XXX we shouldn't have to use splgus == splclock, nor should          /* XXX we shouldn't have to use splgus == splclock, nor should
          * we use ISA_IPL_CLOCK.           * we use IPL_CLOCK.
          */           */
         sc->sc_ih = isa_intr_establish(ia->ia_irq, ISA_IST_EDGE, ISA_IPL_AUDIO,          sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_AUDIO, gusintr,
                                        gusintr, sc /* sc->sc_gusdsp */);              sc /* sc->sc_gusdsp */);
   
         /*          /*
          * Set some default values           * Set some default values

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

CVSweb <webmaster@jp.NetBSD.org>