diff options
author | scottl <scottl@FreeBSD.org> | 2007-10-12 16:51:22 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2007-10-12 16:51:22 +0000 |
commit | 98878fd53d71cf90eba6491be546fd2b1e987410 (patch) | |
tree | 205a0b4e27609af4883e57bbc0029204b4410d45 /sys | |
parent | 42544287c5892ecdc0eaf760d4e1921ea72d031a (diff) | |
download | FreeBSD-src-98878fd53d71cf90eba6491be546fd2b1e987410.zip FreeBSD-src-98878fd53d71cf90eba6491be546fd2b1e987410.tar.gz |
Deferred interrupts don't work yet, disable them.
Submitted by: Manjunath Ranganathaiah
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/twa/tw_osl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/twa/tw_osl.h b/sys/dev/twa/tw_osl.h index 5718311..d68cc5e 100644 --- a/sys/dev/twa/tw_osl.h +++ b/sys/dev/twa/tw_osl.h @@ -53,7 +53,9 @@ #define TW_OSLI_MAX_NUM_IOS TW_CL_MAX_SIMULTANEOUS_REQUESTS #define TW_OSLI_MAX_NUM_AENS 0x100 +/* Disabled, doesn't work yet. #define TW_OSLI_DEFERRED_INTR_USED +*/ /* Possible values of req->state. */ #define TW_OSLI_REQ_STATE_INIT 0x0 /* being initialized */ |