Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 1999 13:53:37 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
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 
Message-ID:  <199909222053.NAA20220@apollo.backplane.com>
References:   <35615.938033333@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
:>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 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909222053.NAA20220>