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...

Michal Meloun meloun.michal at gmail.com
Sun Nov 29 18:00:51 UTC 2020



On 29.11.2020 18:46, Ed Maste wrote:
> 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.
> 
Agree. Please commit it.
Michal


More information about the svn-src-head mailing list