Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 18:35:09 -0700 (PDT)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_sis.c if_sisreg.h
Message-ID:  <200307220135.h6M1Z9q5026345@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cognet      2003/07/21 18:35:09 PDT

  FreeBSD src repository

  Modified files:
    sys/pci              if_sis.c if_sisreg.h 
  Log:
  Erm, my previous commit was wrong and sis_tick() was only called each time
  sis_ioctl() was called, so one had to use ifconfig each time the cable got
  plugged in to be able to use the connection.
  Do it a better way now, add a "in_tick" field in the softc structure,
  call timeout() in sis_tick() and don't call it in sis_init() if in_tick is
  non-zero.
  Reported by:    Landmark Networks
  Pointy hat to:  cognet
  
  Revision  Changes    Path
  1.79      +5 -1      src/sys/pci/if_sis.c
  1.22      +1 -0      src/sys/pci/if_sisreg.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307220135.h6M1Z9q5026345>