Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/evbppc/conf/PMPPC,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/evbppc/conf/PMPPC,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.49 retrieving revision 1.50 diff -u -p -r1.49 -r1.50 --- src/sys/arch/evbppc/conf/PMPPC 2019/04/13 08:22:59 1.49 +++ src/sys/arch/evbppc/conf/PMPPC 2019/04/26 21:40:29 1.50 @@ -1,4 +1,4 @@ -# $NetBSD: PMPPC,v 1.49 2019/04/13 08:22:59 isaki Exp $ +# $NetBSD: PMPPC,v 1.50 2019/04/26 21:40:29 sevan Exp $ # # PMPPC # @@ -27,6 +27,11 @@ options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel +# Alternate buffer queue strategies for better responsiveness under high +# disk I/O load. +#options BUFQ_READPRIO +options BUFQ_PRIOCSCAN + # Diagnostic/debugging support options options DIAGNOSTIC # cheap kernel consistency checks #options DEBUG # expensive debugging checks/support @@ -422,6 +427,7 @@ pseudo-device vnd # disk-like interfac #pseudo-device md # memory disk device pseudo-device loop # network loopback pseudo-device bpfilter # packet filter +pseudo-device carp # Common Address Redundancy Protocol pseudo-device npf # NPF packet filter pseudo-device ppp # Point-to-Point Protocol pseudo-device sl # Serial Line IP @@ -441,3 +447,4 @@ pseudo-device ksyms pseudo-device wsmux # mouse & keyboard multiplexor pseudo-device wsfont +include "dev/veriexec.config"