aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>1999-05-06 21:12:58 +0000
committerKenneth D. Merry <ken@FreeBSD.org>1999-05-06 21:12:58 +0000
commit169b302922f7e5ad449ec1f07e4cba21e8c5f653 (patch)
tree5b1ec58b5c181bbe5c493f6fbf4300c9bbd24be1 /sys
parent4ea5aa83d422794d710a933397b086acffdd76e2 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ppbus/vpo.c3
-rw-r--r--sys/dev/usb/umass.c3
2 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ppbus/vpo.c b/sys/dev/ppbus/vpo.c
index 046d57590ef61..cc2f6f7cd29c3 100644
--- a/sys/dev/ppbus/vpo.c
+++ b/sys/dev/ppbus/vpo.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: vpo.c,v 1.11 1999/01/10 12:04:55 nsouch Exp $
+ * $Id: vpo.c,v 1.12 1999/05/06 20:16:27 ken Exp $
*
*/
@@ -187,7 +187,6 @@ vpoattach(struct ppb_device *dev)
return (0);
}
- cam_sim_set_basexfer_speed(vpo->sim, 93/*kB/s*/);
if (xpt_bus_register(vpo->sim, /*bus*/0) != CAM_SUCCESS) {
cam_sim_free(vpo->sim, /*free_devq*/TRUE);
return (0);
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index c0b63791ea44a..e1afd8b7c03a7 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -644,9 +644,6 @@ umass_cam_attach(umass_softc_t *sc)
return(ENOMEM);
}
- /* spec-ed sustainable xfer speed */
- cam_sim_set_basexfer_speed(sc->sim, 700/*kb/s*/);
-
if(xpt_bus_register(sc->sim, 0) != CAM_SUCCESS) {
cam_sim_free(sc->sim, 1);
return(ENOMEM);