Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 1999 13:07:28 -0700 (PDT)
From:      Julian Elischer <julian@whistle.com>
To:        Poul-Henning Kamp <phk@FreeBSD.org>
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
Message-ID:  <Pine.BSF.3.95.990922130718.1211E-100000@current1.whistle.com>
In-Reply-To: <199909221956.MAA97431@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.990922130718.1211E-100000>