[BACK]Return to opl_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/opl_isa.c between version 1.20 and 1.20.2.1

version 1.20, 2011/11/23 23:07:32 version 1.20.2.1, 2012/04/29 23:04:50
Line 105  opl_isa_attach(device_t parent, device_t
Line 105  opl_isa_attach(device_t parent, device_t
         struct opl_isa_softc *isa = device_private(self);          struct opl_isa_softc *isa = device_private(self);
         struct isa_attach_args *ia = aux;          struct isa_attach_args *ia = aux;
   
         sc->mididev.dev = self;          sc->dev = self;
         sc->iot = ia->ia_iot;          sc->iot = ia->ia_iot;
   
         if (bus_space_map(sc->iot, ia->ia_io[0].ir_addr, OPL_SIZE,          if (bus_space_map(sc->iot, ia->ia_io[0].ir_addr, OPL_SIZE,

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.20.2.1

CVSweb <webmaster@jp.NetBSD.org>