Pull up following revision(s) (requested by tsutsui in ticket #1987):
sys/arch/mips/include/cache_r5k.h: revision 1.7
mips: Fix R5000SC cache page macro typo that broke boot.
A change in rev 1.5 to mips_r5k_round_page() and mips_r5k_trunc_page()
in cache_r5k.h (for PR/55139) had a fatal typo in the mask, so the
R5000SC cache flush code ended up operating on unintended addresses
and at least R5000SC Indy would no longer boot.
(not sure how my Qube 2700 worked at that time..)
Fix the macros to use the intended mask so that the secondary cache
flushes are done on the correct range again.
Pull up following revision(s) (requested by tsutsui in ticket #1208):
sys/arch/mips/include/cache_r5k.h: revision 1.7
mips: Fix R5000SC cache page macro typo that broke boot.
A change in rev 1.5 to mips_r5k_round_page() and mips_r5k_trunc_page()
in cache_r5k.h (for PR/55139) had a fatal typo in the mask, so the
R5000SC cache flush code ended up operating on unintended addresses
and at least R5000SC Indy would no longer boot.
(not sure how my Qube 2700 worked at that time..)
Fix the macros to use the intended mask so that the secondary cache
flushes are done on the correct range again.
Pull up following revision(s) (requested by tsutsui in ticket #125):
sys/arch/mips/include/cache_r5k.h: revision 1.7
mips: Fix R5000SC cache page macro typo that broke boot.
A change in rev 1.5 to mips_r5k_round_page() and mips_r5k_trunc_page()
in cache_r5k.h (for PR/55139) had a fatal typo in the mask, so the
R5000SC cache flush code ended up operating on unintended addresses
and at least R5000SC Indy would no longer boot.
(not sure how my Qube 2700 worked at that time..)
Fix the macros to use the intended mask so that the secondary cache
flushes are done on the correct range again.
Pull up following revision(s) (requested by tsutsui in ticket #123):
sys/arch/news68k/news68k/machdep.c: revision 1.122
sys/arch/news68k/news68k/autoconf.c: revision 1.25
Initialize interrupt handlers earlier than registering NMI handler.
Otherwise `KASSERT(ih_allocfuncs == NULL);` in m68k_intr_init() is fired.
Also fix build error without "options news1700".
XXX: maybe this KASSERT should be more consistent with m68k_intr_establish()
XXX: that allows called without m68k_intr_init()?
security/py-yubikey-manager: Fix uhid(4) handling for fido subcommand for NetBSD
* Define NetBSD specific values and structs for ioctl(2).
* Bump PKGREVISION.
Pull up following revision(s) (requested by roy in ticket #1986):
external/bsd/openresolv/dist/resolvconf.in: revision 1.17 (patch)
resolvconf: quote on printf rather than on value