From owner-cvs-all Wed Sep 22 13:53:45 1999 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 8317F151B9; Wed, 22 Sep 1999 13:53:41 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id NAA20220; Wed, 22 Sep 1999 13:53:37 -0700 (PDT) (envelope-from dillon) Date: Wed, 22 Sep 1999 13:53:37 -0700 (PDT) From: Matthew Dillon Message-Id: <199909222053.NAA20220@apollo.backplane.com> To: Poul-Henning Kamp Cc: mjacob@feral.com, 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 References: <35615.938033333@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk :>Can si_iosize_max be a sized integer? : :If by this you mean that it should be number of DEV_BSIZE sectors the :answer is no, there is/should be nothing which limit us to sectors :of DEV_BSIZE (think audio CDs). I don't think a transaction size :limit of ~1GB is going to be a limitation in the near future. : :-- :Poul-Henning Kamp FreeBSD coreteam member This is true for raw devices, but not true for anything that runs through the VM system or buffer cache. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message