summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2007-05-10 15:36:58 +0000
committerScott Long <scottl@FreeBSD.org>2007-05-10 15:36:58 +0000
commit4d190d01aba4aec1676ab570e73b8efeefaba7e8 (patch)
tree53ad99cad95dc0d591f6b24fbfb4ed8b3c95be22 /sys
parentddfae47b9d0305762c63519054e1e7025279cbda (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/twa/tw_osl_freebsd.c2
-rw-r--r--sys/dev/twa/tw_osl_share.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/twa/tw_osl_freebsd.c b/sys/dev/twa/tw_osl_freebsd.c
index 979228e4dca6..98ac6cc31217 100644
--- a/sys/dev/twa/tw_osl_freebsd.c
+++ b/sys/dev/twa/tw_osl_freebsd.c
@@ -359,7 +359,7 @@ twa_attach(device_t dev)
return(ENXIO);
}
if ((error = bus_setup_intr(sc->bus_dev, sc->irq_res,
- INTR_TYPE_CAM | INTR_MPSAFE,
+ INTR_TYPE_CAM,
#ifdef TW_OSLI_DEFERRED_INTR_USED
twa_pci_intr_fast, NULL,
#else
diff --git a/sys/dev/twa/tw_osl_share.h b/sys/dev/twa/tw_osl_share.h
index 2bb28a33bb0d..cdb6a02b4758 100644
--- a/sys/dev/twa/tw_osl_share.h
+++ b/sys/dev/twa/tw_osl_share.h
@@ -75,7 +75,7 @@
#define TW_OSL_ENCLOSURE_SUPPORT
#endif
-#define TW_OSL_DRIVER_VERSION_STRING "3.60.03.006"
+#define TW_OSL_DRIVER_VERSION_STRING "3.70.03.006"
#define TW_OSL_CAN_SLEEP