3ware FreeBSD 7.0 update

adam radford aradford at gmail.com
Fri May 11 23:27:41 UTC 2007


Scott,

Please accept this small patch to the 3ware 'twa' driver for FreeBSD 7.0.

This patch does the following:
- Turn off un-necessary deferred interrupt handling.

Thanks,

-Adam

diff -Naur twa/tw_osl.h twa.new/tw_osl.h
--- twa/tw_osl.h	Tue May  8 21:16:32 2007
+++ twa.new/tw_osl.h	Fri May 11 23:57:47 2007
@@ -52,7 +52,7 @@
 #define TW_OSLI_MAX_NUM_IOS		TW_CL_MAX_SIMULTANEOUS_REQUESTS
 #define TW_OSLI_MAX_NUM_AENS		0x100

-#define TW_OSLI_DEFERRED_INTR_USED
+//#define TW_OSLI_DEFERRED_INTR_USED

 /* Possible values of req->state. */
 #define TW_OSLI_REQ_STATE_INIT		0x0	/* being initialized */
diff -Naur twa/tw_osl_share.h twa.new/tw_osl_share.h
--- twa/tw_osl_share.h	Thu May 10 08:36:58 2007
+++ twa.new/tw_osl_share.h	Sat May 12 00:34:30 2007
@@ -75,7 +75,7 @@
 #define TW_OSL_ENCLOSURE_SUPPORT
 #endif

-#define TW_OSL_DRIVER_VERSION_STRING	"3.70.03.006"
+#define TW_OSL_DRIVER_VERSION_STRING	"3.70.03.007"

 #define	TW_OSL_CAN_SLEEP
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3ware_freebsd7.0.patch
Type: text/x-patch
Size: 771 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20070511/a7d7a4b5/3ware_freebsd7.0.bin


More information about the freebsd-current mailing list