summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-08-05 06:20:13 +0000
committerscottl <scottl@FreeBSD.org>2001-08-05 06:20:13 +0000
commit5afb54ee1e9b6e5b842031cb2a2e525f6889f6d4 (patch)
tree3a794b5f660cb598e442eb4b8dd511317a8071d6 /sys/dev/aac/aac_pci.c
parentc694bd3c504ce908c5c5cbb914e8312a89c7185e (diff)
downloadFreeBSD-src-5afb54ee1e9b6e5b842031cb2a2e525f6889f6d4.zip
FreeBSD-src-5afb54ee1e9b6e5b842031cb2a2e525f6889f6d4.tar.gz
Bugfixes. Close a race and logic bug in the timeout handling, don't call the
interrupt handler from the upper half, etc. This fixes some serious stability problems that we were seeing on our production server. These patches have been tested for almost 6 months and are a highly recommended MFC candidate. Reviewed by: gibbs, merry, msmith MFC after: 4 days
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index ee4de0b..9d10606 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -33,6 +33,8 @@
* PCI bus interface and resource allocation.
*/
+#include "opt_aac.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud