Searched hist:"67 d33338c0b29cc5c64af79f31d79b8e5c7125da" (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/i386/include/ |
H A D | vmparam.h | diff 67d33338c0b29cc5c64af79f31d79b8e5c7125da Fri Jul 27 20:34:20 CEST 2018 Warner Losh <imp@FreeBSD.org> Rename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.
There's no differene between VM_FREELIST_ISADMA and VM_FREELIST_LOWMEM except for the default boundary (16MB on x86 and 256MB on MIPS, but they are otherwise the same). We don't need both for any system we support (there were some really old ARC systems that did have ISA/EISA bus, but we never ran on them and they are too old to ever grow support for).
Differential Review: https://reviews.freebsd.org/D16290
|
/freebsd/sys/amd64/include/ |
H A D | vmparam.h | diff 67d33338c0b29cc5c64af79f31d79b8e5c7125da Fri Jul 27 20:34:20 CEST 2018 Warner Losh <imp@FreeBSD.org> Rename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.
There's no differene between VM_FREELIST_ISADMA and VM_FREELIST_LOWMEM except for the default boundary (16MB on x86 and 256MB on MIPS, but they are otherwise the same). We don't need both for any system we support (there were some really old ARC systems that did have ISA/EISA bus, but we never ran on them and they are too old to ever grow support for).
Differential Review: https://reviews.freebsd.org/D16290
|
/freebsd/sys/vm/ |
H A D | vm_phys.c | diff 67d33338c0b29cc5c64af79f31d79b8e5c7125da Fri Jul 27 20:34:20 CEST 2018 Warner Losh <imp@FreeBSD.org> Rename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.
There's no differene between VM_FREELIST_ISADMA and VM_FREELIST_LOWMEM except for the default boundary (16MB on x86 and 256MB on MIPS, but they are otherwise the same). We don't need both for any system we support (there were some really old ARC systems that did have ISA/EISA bus, but we never ran on them and they are too old to ever grow support for).
Differential Review: https://reviews.freebsd.org/D16290
|