summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-02-26 03:15:42 +0000
committerscottl <scottl@FreeBSD.org>2003-02-26 03:15:42 +0000
commit9317dd98415bf426c742032e63da549a3488b8a1 (patch)
treead64b7fff0868ef683f7e5764838fab2d311b965 /sys/modules
parent9390269c86215a6c8dfb14df61c198cfe89e7fc7 (diff)
downloadFreeBSD-src-9317dd98415bf426c742032e63da549a3488b8a1.zip
FreeBSD-src-9317dd98415bf426c742032e63da549a3488b8a1.tar.gz
Introduce a new taskqueue that runs completely free of Giant, and in
turns runs its tasks free of Giant too. It is intended that as drivers become locked down, they will move out of the old, Giant-bound taskqueue and into this new one. The old taskqueue has been renamed to taskqueue_swi_giant, and the new one keeps the name taskqueue_swi.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/aac/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/aac/Makefile b/sys/modules/aac/Makefile
index f4f0175..782b1a5 100644
--- a/sys/modules/aac/Makefile
+++ b/sys/modules/aac/Makefile
@@ -12,5 +12,6 @@ SRCS+= device_if.h bus_if.h pci_if.h
# To enable debug output from the driver, uncomment these two lines.
#CFLAGS+= -DAAC_DEBUG=2
#SRCS+= aac_debug.c
+CFLAGS+= -g
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud