[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.97 and 1.97.2.1

version 1.97, 2007/03/04 06:02:11 version 1.97.2.1, 2007/07/01 21:48:01
Line 188  struct gus_softc {
Line 188  struct gus_softc {
         bus_space_handle_t sc_ioh3;     /* ICS2101 handle */          bus_space_handle_t sc_ioh3;     /* ICS2101 handle */
         bus_space_handle_t sc_ioh4;     /* MIDI handle */          bus_space_handle_t sc_ioh4;     /* MIDI handle */
   
         struct callout sc_dmaout_ch;          callout_t sc_dmaout_ch;
   
         int sc_iobase;                  /* I/O base address */          int sc_iobase;                  /* I/O base address */
         int sc_irq;                     /* IRQ used */          int sc_irq;                     /* IRQ used */
Line 834  gusattach(struct device *parent, struct 
Line 834  gusattach(struct device *parent, struct 
   
         sc = (void *) self;          sc = (void *) self;
         ia = aux;          ia = aux;
         callout_init(&sc->sc_dmaout_ch);          callout_init(&sc->sc_dmaout_ch, 0);
   
         sc->sc_iot = iot = ia->ia_iot;          sc->sc_iot = iot = ia->ia_iot;
         sc->sc_ic = ia->ia_ic;          sc->sc_ic = ia->ia_ic;

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.97.2.1

CVSweb <webmaster@jp.NetBSD.org>