CVS commit: src/sys/arch/evbmips/sbmips

2019-04-10 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 11 01:53:41 UTC 2019 Modified Files: src/sys/arch/evbmips/sbmips: sb1250_icu.c Log Message: Force all devices to IPL_VM. For some reason serial interrupts at SPL_SERIAL (SPL_HIGH) wedge. Gets sbmips to ~multiuser

CVS commit: src/sys/arch/evbmips/sbmips

2019-04-01 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Apr 1 06:33:57 UTC 2019 Modified Files: src/sys/arch/evbmips/sbmips: machdep.c Log Message: Handling CFE addresses in 64-bit mode. From the comment in the code: * We do this KSEG0 to PHYS to KSEG0 dance if running 64-bit

CVS commit: src/sys/arch/evbmips/sbmips

2019-03-28 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Mar 29 00:24:56 UTC 2019 Modified Files: src/sys/arch/evbmips/sbmips: machdep.c Log Message: Don't need an 'X' printf specifier if using PRIx64. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/evbmips/sbmips

2017-08-02 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Aug 2 12:23:43 UTC 2017 Modified Files: src/sys/arch/evbmips/sbmips: cpu.c Log Message: Kernel output format nit. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/sbmips/cpu.c Please note