Enabled bounce buffers by default. This should be done via a probe for

the specific controller type, so this change is temporary.
This commit is contained in:
David Greenman 1994-03-24 02:23:00 +00:00
parent 5d8d655374
commit 6378ff1e87
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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