svn commit: r368124 - in head/sys: cam cam/ata cam/ctl cam/mmc cam/nvme cam/scsi compat/linprocfs compat/linux conf contrib/openzfs/module/os/freebsd/zfs dev/ahci dev/ata dev/firewire dev/flash dev...

Ed Maste emaste at freebsd.org
Sun Nov 29 17:46:34 UTC 2020


On Sun, 29 Nov 2020 at 12:36, Konstantin Belousov <kostikbel at gmail.com> wrote:
>
> I think it is reasonable to return to 128KB for 32bit systems.
...
> +#ifndef MAXPHYS                                /* max raw I/O transfer size */
> +#ifdef __ILP32__
> +#define MAXPHYS                (128 * 1024)
> +#else
> +#define MAXPHYS                (1024 * 1024)
> +#endif

This seems reasonable to me.


More information about the svn-src-head mailing list