[BACK]Return to if_tl.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci

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

Diff for /src/sys/dev/pci/if_tl.c between version 1.89 and 1.89.4.2

version 1.89, 2008/06/01 00:38:29 version 1.89.4.2, 2008/12/13 01:14:35
Line 385  tl_pci_attach(device_t parent, device_t 
Line 385  tl_pci_attach(device_t parent, device_t 
         sc->sc_i2c.ic_write_byte = tl_i2c_write_byte;          sc->sc_i2c.ic_write_byte = tl_i2c_write_byte;
   
 #ifdef TLDEBUG  #ifdef TLDEBUG
         aprint_debug_dev(sefl, "default values of INTreg: 0x%x\n",          aprint_debug_dev(self, "default values of INTreg: 0x%x\n",
             tl_intreg_read(sc, TL_INT_Defaults));              tl_intreg_read(sc, TL_INT_Defaults));
 #endif  #endif
   
Line 765  tl_init(struct ifnet *ifp)
Line 765  tl_init(struct ifnet *ifp)
             HOST_CMD_GO | HOST_CMD_RT | HOST_CMD_Nes | HOST_CMD_IntOn);              HOST_CMD_GO | HOST_CMD_RT | HOST_CMD_Nes | HOST_CMD_IntOn);
         sc->tl_if.if_flags |= IFF_RUNNING;          sc->tl_if.if_flags |= IFF_RUNNING;
         sc->tl_if.if_flags &= ~IFF_OACTIVE;          sc->tl_if.if_flags &= ~IFF_OACTIVE;
           splx(s);
         return 0;          return 0;
 bad:  bad:
         printf("%s: %s\n", device_xname(sc->sc_dev), errstring);          printf("%s: %s\n", device_xname(sc->sc_dev), errstring);

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.89.4.2

CVSweb <webmaster@jp.NetBSD.org>