cvs commit: src/sys/dev/netif/cm if_cm_isa.c smc90cx6.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Thu Sep 1 02:19:13 PDT 2005
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
More information about the Commits
mailing list