From owner-cvs-all Wed Sep 22 13: 7:44 1999 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id 11A3E14DE7; Wed, 22 Sep 1999 13:07:33 -0700 (PDT) (envelope-from julian@whistle.com) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.9.1a/8.9.1) with SMTP id NAA50420; Wed, 22 Sep 1999 13:07:29 -0700 (PDT) Date: Wed, 22 Sep 1999 13:07:28 -0700 (PDT) From: Julian Elischer 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: <199909221956.MAA97431@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk good work On Wed, 22 Sep 1999, Poul-Henning Kamp wrote: > phk 1999/09/22 12:56:14 PDT > > 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. > > Revision Changes Path > 1.41 +3 -8 src/sys/kern/kern_physio.c > 1.111 +11 -9 src/sys/miscfs/specfs/spec_vnops.c > 1.89 +3 -4 src/sys/sys/conf.h > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message