rwatson 2004/05/23 15:22:29 PDT
FreeBSD src repository
Modified files:
sys/pci if_sis.c
Log:
Only initialize the if_sis callout as MPSAFE if debug.mpsafenet is set
true. Otherwise, assertion checks for Giant in the network stack will
fail causing a panic.
Reported by: simon
Revision Changes Path
1.99 +4 -1 src/sys/pci/if_sis.c