From owner-freebsd-commit Wed Oct 11 19:02:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA28060 for freebsd-commit-outgoing; Wed, 11 Oct 1995 19:02:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA28041 for cvs-all-outgoing; Wed, 11 Oct 1995 19:02:19 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA28030 for cvs-sys-outgoing; Wed, 11 Oct 1995 19:02:16 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA28012 ; Wed, 11 Oct 1995 19:02:06 -0700 Date: Wed, 11 Oct 1995 19:02:06 -0700 From: Julian Elischer Message-Id: <199510120202.TAA28012@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/scsi sd.c st.c Sender: owner-commit@FreeBSD.org Precedence: bulk julian 95/10/11 19:02:06 Modified: sys/scsi sd.c st.c Log: Ack! sometime around 1.51, the check for minphys dissappeared out of transfers for disks.. we weren't hecking that the adapter could handle a transfer of the size we were requesting.. Peter!? :) this explains the rash of failures I've seen reported recently with "too many DMA segments" on raw devices (added one for st as well)