[BACK]Return to ess_isa.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/ess_isa.c between version 1.14 and 1.14.12.1

version 1.14, 2005/12/11 12:22:02 version 1.14.12.1, 2006/03/31 09:45:20
Line 155  ess_isa_attach(struct device *parent, st
Line 155  ess_isa_attach(struct device *parent, st
         sc->sc_audio2.drq = ia->ia_ndrq > 1 ? ia->ia_drq[1].ir_drq : -1;          sc->sc_audio2.drq = ia->ia_ndrq > 1 ? ia->ia_drq[1].ir_drq : -1;
   
 #if NJOY_ESS > 0  #if NJOY_ESS > 0
         if (sc->sc_dev.dv_cfdata->cf_flags & 1) {          if (device_cfdata(&sc->sc_dev)->cf_flags & 1) {
                 sc->sc_joy_iot = ia->ia_iot;                  sc->sc_joy_iot = ia->ia_iot;
                 if (!bus_space_map(sc->sc_joy_iot, 0x201, 1, 0,                  if (!bus_space_map(sc->sc_joy_iot, 0x201, 1, 0,
                                    &sc->sc_joy_ioh))                                     &sc->sc_joy_ioh))

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.12.1

CVSweb <webmaster@jp.NetBSD.org>