1) in cm_isa_attach(), setup intr in the last step
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 1 Sep 2005 09:17:19 +0000 (09:17 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 1 Sep 2005 09:17:19 +0000 (09:17 +0000)
commit3f9026f28ba9fdd8a9d35c4df4a3d85803159cf1
treebd52049be8d2bec2b584a71a32b815655ef00ec8
parent657f24739427fbee41b98e8351b076d3985bf583
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()
sys/dev/netif/cm/if_cm_isa.c
sys/dev/netif/cm/smc90cx6.c