summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-02-04 08:39:02 +0000
committermjacob <mjacob@FreeBSD.org>2006-02-04 08:39:02 +0000
commitcf93cd9ef8504e4355b07bc18bd285dd035f1edd (patch)
tree235954b102413cdf926094f727cf4c71fbd0ab04 /sys/dev/isp/isp_freebsd.h
parent9f216f68227ee1018bb1532b8ead15db564f9b0b (diff)
downloadFreeBSD-src-cf93cd9ef8504e4355b07bc18bd285dd035f1edd.zip
FreeBSD-src-cf93cd9ef8504e4355b07bc18bd285dd035f1edd.tar.gz
Actually, no, I had it wrong in 1.109. The arguments to bus_dma_create_tag
are bus_addr_t, not bus_size_t. In any case, turn off DAC support entirely until it is revamped to actually work *correctly* for 64 bit platforms (not using a PAE definition and for both initiator and target mode).
Diffstat (limited to 'sys/dev/isp/isp_freebsd.h')
-rw-r--r--sys/dev/isp/isp_freebsd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h
index bc9d218..f2b2fd8 100644
--- a/sys/dev/isp/isp_freebsd.h
+++ b/sys/dev/isp/isp_freebsd.h
@@ -61,9 +61,8 @@
#include "opt_ddb.h"
#include "opt_isp.h"
-#ifdef PAE
-#define ISP_DAC_SUPPORTED 1
-#endif
+/* disabled until done correctly */
+/* #define ISP_DAC_SUPPORTED 1 */
/*
* Efficiency- get rid of SBus code && tests unless we need them.
OpenPOWER on IntegriCloud