cvs commit: src/sys/dev/pccbb pccbb.c
Warner Losh
imp at FreeBSD.org
Thu Mar 30 04:25:45 UTC 2006
imp 2006-03-30 04:25:45 UTC
FreeBSD src repository
Modified files:
sys/dev/pccbb pccbb.c
Log:
On some laptops, under very high loads, the socket event register read
in the ISR doesn't read the actual socket event register, but instead
reads garbage (usually 0xffffffff, but other times other things).
This totally violates the PCI spec, but happens rarely enough that a
workaround is in order. This adds one test when we have a real
interrupt to service (which is very rare), and doesn't affect the
usualy 'nothing to see here' case at all.
Problem reported by many, but sam@ gave me this workaround after
diagnosing the problem.
Revision Changes Path
1.141 +13 -2 src/sys/dev/pccbb/pccbb.c
More information about the cvs-src
mailing list