DragonFly BSD
DragonFly commits List (threaded) for 2005-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/netif/cm if_cm_isa.c smc90cx6.c


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 1 Sep 2005 02:17:19 -0700 (PDT)

sephe       2005/09/01 02:17:19 PDT

DragonFly src repository

  Modified files:
    sys/dev/netif/cm     if_cm_isa.c smc90cx6.c 
  Log:
  1) in cm_isa_attach(), setup intr in the last step
  2) in cm_attach()
     - after 1), cm_attach() is intr safe, remove crit-sect
     - initialize callout before cm_stop()
  3) in cm_stop(), add missing callout_stop()
  4) instead of clearing IFF_RUNNING immediately after every call of cm_stop(),
     move this clearing into cm_stop()
  
  Revision  Changes    Path
  1.11      +6 -3      src/sys/dev/netif/cm/if_cm_isa.c
  1.18      +7 -8      src/sys/dev/netif/cm/smc90cx6.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/cm/if_cm_isa.c.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/cm/smc90cx6.c.diff?r1=1.17&r2=1.18&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]