Build date: 1760911203 - Sun Oct 19 22:00:03 UTC 2025 Build cvs date: 1760906632 - Sun Oct 19 20:43:52 UTC 2025 Build id: 2025-10-20.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-llvm-ubsan.diff /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P sys/arch/hppa/hppa/in_cksum.c P sys/arch/i386/stand/libsa/biosdev.c P sys/arch/luna88k/luna88k/pmap_table.c P sys/arch/m88k/include/pmap_table.h P sys/arch/m88k/m88k/pmap.c M usr.sbin/bgpd/session.c commit OZOzeKIX8KEfR27x Author: deraadt Date: 2025/10/19 20:43:52 previous change forgot to increment to the next character... sys/arch/i386/stand/libsa/biosdev.c commit Hn25UIrVLwInc7sT Author: miod Date: 2025/10/19 18:06:57 The pmap_table array comes from Mach on luna88k and is used to specify what memory areas should be mapped in the kernel. In Mach, this table contained the main memory, which is why it had a cacheability field. In BSD, main memory is handled separately, and the pmap_table is only used to map the few hardware resources for which a driver does not necessarily attaches - or which needs to be used by the kernel before a driver gets a chance to attach. Drop the cacheability field, since all entries will require cache inhibited mappings. Tested & ok aoyama@ sys/arch/luna88k/luna88k/pmap_table.c sys/arch/m88k/include/pmap_table.h sys/arch/m88k/m88k/pmap.c commit 4rAU8mFppFFHGUoI Author: miod Date: 2025/10/19 17:59:19 De-register. ok jsg@ (quite some time ago) sys/arch/hppa/hppa/in_cksum.c commit RTfm2oNKCEcoHw3w Author: deraadt Date: 2025/10/19 06:17:26 oops, did not assign part sys/arch/i386/stand/libsa/biosdev.c