[BACK]Return to isapnp_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / isa

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

Diff for /src/sys/arch/i386/isa/isapnp_machdep.c between version 1.13 and 1.13.14.1

version 1.13, 2008/04/28 20:23:24 version 1.13.14.1, 2010/10/24 22:48:03
Line 67  isapnp_map(struct isapnp_softc *sc)
Line 67  isapnp_map(struct isapnp_softc *sc)
 {  {
   
 #ifdef DIAGNOSTIC  #ifdef DIAGNOSTIC
         if (sc->sc_iot != X86_BUS_SPACE_IO)          if (!bus_space_is_equal(sc->sc_iot, x86_bus_space_io))
                 panic("isapnp_map: bogus bus space tag");                  panic("isapnp_map: bogus bus space tag");
 #endif  #endif
   
Line 100  isapnp_map_readport(struct isapnp_softc 
Line 100  isapnp_map_readport(struct isapnp_softc 
 #endif  #endif
   
 #ifdef DIAGNOSTIC  #ifdef DIAGNOSTIC
         if (sc->sc_iot != X86_BUS_SPACE_IO)          if (!bus_space_is_equal(sc->sc_iot, x86_bus_space_io))
                 panic("isapnp_map_readport: bogus bus space tag");                  panic("isapnp_map_readport: bogus bus space tag");
 #endif  #endif
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.14.1

CVSweb <webmaster@jp.NetBSD.org>