cvs commit: src/sys/dev/sn if_sn.c if_sn_isa.c
Warner Losh
imp at FreeBSD.org
Mon Nov 10 08:04:13 PST 2003
imp 2003/11/10 08:04:11 PST
FreeBSD src repository
Modified files:
sys/dev/sn if_sn.c if_sn_isa.c
Log:
Don't establish the ISR in the sn_activate routine. I've had two
crashes that had sn0 as the irq that's being serviced, when there was
no sn0 in the system. This seems to prevent them. Also, we want to
wait until after we've registered with the network layer before we
turn on the interrupt spigot to avoid races.
Revision Changes Path
1.31 +11 -7 src/sys/dev/sn/if_sn.c
1.12 +0 -5 src/sys/dev/sn/if_sn_isa.c
More information about the cvs-src
mailing list