summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-03-24 02:23:00 +0000
committerdg <dg@FreeBSD.org>1994-03-24 02:23:00 +0000
commit2f48f24d378d175cee9b6b47d4846f7225d93f1b (patch)
treecd185b5e633516c7d8ffc298f0e5075aa92e6d6a
parent44caa5dc217620219e29f980c7bd7bba634ecc58 (diff)
downloadFreeBSD-src-2f48f24d378d175cee9b6b47d4846f7225d93f1b.zip
FreeBSD-src-2f48f24d378d175cee9b6b47d4846f7225d93f1b.tar.gz
Enabled bounce buffers by default. This should be done via a probe for
the specific controller type, so this change is temporary.
-rw-r--r--sys/i386/isa/bt742a.c3
-rw-r--r--sys/i386/isa/ultra14f.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c
index 7a1333c..49369c0 100644
--- a/sys/i386/isa/bt742a.c
+++ b/sys/i386/isa/bt742a.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: bt742a.c,v 1.12 1993/12/19 00:50:29 wollman Exp $
+ * $Id: bt742a.c,v 1.13 1994/03/20 00:30:00 wollman Exp $
*/
/*
@@ -593,6 +593,7 @@ btattach(dev)
bt->sc_link.adapter_targ = bt->bt_scsi_dev;
bt->sc_link.adapter = &bt_switch;
bt->sc_link.device = &bt_dev;
+ bt->sc_link.flags = SDEV_BOUNCE;
/*
* ask the adapter what subunits are present
diff --git a/sys/i386/isa/ultra14f.c b/sys/i386/isa/ultra14f.c
index 2c922ad..c184904 100644
--- a/sys/i386/isa/ultra14f.c
+++ b/sys/i386/isa/ultra14f.c
@@ -19,7 +19,7 @@
* commenced: Sun Sep 27 18:14:01 PDT 1992
* slight mod to make work with 34F as well: Wed Jun 2 18:05:48 WST 1993
*
- * $Id: ultra14f.c,v 1.15 1994/01/29 10:29:14 rgrimes Exp $
+ * $Id: ultra14f.c,v 1.16 1994/03/20 00:30:04 wollman Exp $
*/
#include <sys/types.h>
@@ -465,6 +465,7 @@ uha_attach(dev)
uha->sc_link.adapter_targ = uha->our_id;
uha->sc_link.adapter = &uha_switch;
uha->sc_link.device = &uha_dev;
+ uha->sc_link.flags = SDEV_BOUNCE;
/*
* ask the adapter what subunits are present
OpenPOWER on IntegriCloud