From owner-cvs-all Wed Sep 22 13:35:21 1999 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 788A814D56; Wed, 22 Sep 1999 13:35:16 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.8.7/8.8.7) with ESMTP id NAA02401; Wed, 22 Sep 1999 13:33:34 -0700 Date: Wed, 22 Sep 1999 13:35:15 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_physio.c src/sys/miscfs/specfs spec_vnops.c src/sys/sys conf.h In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > > > Modified files: > > sys/kern kern_physio.c > > sys/miscfs/specfs spec_vnops.c > > sys/sys conf.h > > Log: > > Kill the cdevsw->d_maxio field. > > > > d_maxio is replaced by the dev->si_iosize_max field which the driver > > should be set in all calls to cdevsw->d_open if it has a better > > idea than the system wide default. > > > > The field is a generic dev_t field (ie: not disk specific) so that > > tapes and other devices can use physio as well. Should si_iosize_max be cognizant of all limitations (e.g., HBA DMA limitations)? Can si_iosize_max be a sized integer? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message