CVS commit: src/sys/arch/powerpc/pic

2021-03-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 22 01:36:10 UTC 2021 Modified Files: src/sys/arch/powerpc/pic: intr.c picvar.h Log Message: Brush up previous, or make things more similar to x86: - Prevent pic_name from appearing vmstat(1) twice. - Restore "irq" in

CVS commit: src/sys/arch/powerpc/oea

2021-03-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 21 23:41:52 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: cpu_subr.c Log Message: Fix copy-paste. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/sys/arch/powerpc/oea/cpu_subr.c Please note that

CVS commit: src/sys/arch/aarch64/aarch64

2021-03-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 21 09:08:40 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: locore.S Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/aarch64/aarch64/locore.S Please note that

CVS commit: src/sys/arch

2021-03-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 21 09:00:55 UTC 2021 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c src/sys/arch/evbarm/conf: Makefile.evbarm.inc std.generic std.rpi Log Message: -DKERNEL_BASE_VOFFSET= has annoyed me for the last time...

CVS commit: src/sys/arch/aarch64

2021-03-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 21 07:32:44 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c src/sys/arch/aarch64/include: asan.h vmparam.h Log Message: Adjust the kernel virtual address space so that KASAN will map the

CVS commit: src/sys/arch/aarch64/aarch64

2021-03-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 21 07:17:12 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c Log Message: Tweak a comment To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/arch/aarch64/aarch64

2021-03-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 21 07:09:54 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: efi_machdep.c Log Message: Remove the unnecessary invalidation code in arm_efirt_md_map_range. pmapboot_enter will panic if any overlapping mappings

CVS commit: src/sys/arch/aarch64

2021-03-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 20 14:30:50 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: locore.S pmapboot.c src/sys/arch/aarch64/include: pmap.h Log Message: Make pmapboot_enter panic if anything goes wrong and any mappings overlap

CVS commit: src/sys/arch/aarch64/aarch64

2021-03-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 20 06:48:23 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: efi_machdep.c Log Message: Don't mark EFI runtime pages LX_BLKPAG_OS_READ | LX_BLKPAG_OS_WRITE as these bits are only used by the current pmap fault code

CVS commit: src/sys/arch/evbarm

2021-03-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 20 05:58:23 UTC 2021 Modified Files: src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c src/sys/arch/evbarm/beagle: beagle_machdep.c src/sys/arch/evbarm/zynq: zynq_machdep.c Log Message: Apply the

CVS commit: src/sys/arch/evbarm/fdt

2021-03-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Mar 19 10:23:34 UTC 2021 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: earlyconsgetc: return -1 instead of 0 because we will never produce input To generate a diff of this commit: cvs rdiff -u -r1.86

CVS commit: src/sys/arch/mips/include

2021-03-18 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Mar 18 23:18:36 UTC 2021 Modified Files: src/sys/arch/mips/include: ptrace.h Log Message: Add PTRACE_ILLEGAL_ASM using the MIPS32r6/MIPS64r6 backwards and forwards compatible "sigrie" instruction to generate a Reserved

CVS commit: src/sys/arch/x86/include

2021-03-17 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Mar 18 01:50:12 UTC 2021 Modified Files: src/sys/arch/x86/include: intrdefs.h Log Message: LIR_HV priority should be lower than softint. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/arch/sandpoint/pci

2021-03-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Mar 17 14:58:16 UTC 2021 Modified Files: src/sys/arch/sandpoint/pci: pciide_machdep.c Log Message: Make this distinguishable with native PCI interrupt. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/sandpoint

2021-03-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Mar 17 14:50:11 UTC 2021 Modified Files: src/sys/arch/sandpoint/pci: pciide_machdep.c src/sys/arch/sandpoint/sandpoint: com_eumb.c machdep.c nhpow.c satmgr.c Log Message: Switch to intr_establish_xname(). To generate a

CVS commit: src/sys/arch/mips

2021-03-17 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Mar 17 11:05:37 UTC 2021 Modified Files: src/sys/arch/mips/include: cpuregs.h src/sys/arch/mips/mips: trap.c Log Message: Handle gas/gcc generating a break/trap 6 for integer overflow and break/trap 7 for integer

CVS commit: src/sys/arch/sparc64/doc

2021-03-16 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Tue Mar 16 20:11:30 UTC 2021 Modified Files: src/sys/arch/sparc64/doc: TODO Log Message: sun4v: update TODO - update status after hacking on ldom virtual network interfaces To generate a diff of this commit: cvs rdiff -u -r1.37

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 16 08:16:53 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: com_elb.c Log Message: Style. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbppc/explora/dev/com_elb.c

CVS commit: src/sys/arch/mips/mips

2021-03-16 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Mar 16 07:34:44 UTC 2021 Modified Files: src/sys/arch/mips/mips: db_disasm.c Log Message: Disassemble TEQ correctly. XXX: May be others that use this format? To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/arch/sparc64/dev

2021-03-15 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Mon Mar 15 18:44:05 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: vnet.c Log Message: sun4v: vnet - cleanup of debug code (no functional changes) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2021-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 15 18:13:54 UTC 2021 Modified Files: src/sys/arch/evbmips/stand/sbmips: Makefile.bootprogs Log Message: - 32 bit mips uses oabi, don't force it to n32. - compile assembly code with soft-float to kill linker warnings

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

2021-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 14 22:58:11 UTC 2021 Modified Files: src/sys/arch/evbmips/stand/sbmips: Makefile.bootprogs Makefile.bootxx src/sys/arch/evbmips/stand/sbmips/boot: Makefile src/sys/arch/evbmips/stand/sbmips/netboot:

CVS commit: src/sys/arch/arm/arm32

2021-03-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 14 10:36:46 UTC 2021 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Sprinkle kpreempt_{dis,en}able ready for when preemption gets turned on. To generate a diff of this commit: cvs rdiff -u -r1.425 -r1.426

CVS commit: src/sys/arch/arm/samsung

2021-03-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 14 08:16:57 UTC 2021 Modified Files: src/sys/arch/arm/samsung: exynos_combiner.c exynos_dwcmmc.c exynos_ehci.c exynos_i2c.c exynos_ohci.c exynos_uart.c mct.c Log Message: Use fdtbus_intr_establish_xname To

CVS commit: src/sys/arch/x86/pci

2021-03-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 14 08:10:23 UTC 2021 Modified Files: src/sys/arch/x86/pci: pci_msi_machdep.c Log Message: Remoave an extra space from a comment To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/arm/cortex

2021-03-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 14 08:09:20 UTC 2021 Modified Files: src/sys/arch/arm/cortex: gic_v2m.c Log Message: Remove an unnecessary if statement in gic_v2m_msi_alloc when finding a 'count' that fits the available. To generate a diff of this

CVS commit: src/sys/arch/evbppc/conf

2021-03-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 14 03:35:39 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: EXPLORA451 Log Message: Enable NFS_BOOT_UDP; on-board NIC seems to be too slow for overhead due to NFS over TCP. Some scores of pkgsrc/benchmarks/bonnie improve

CVS commit: src/sys/arch/mac68k/mac68k

2021-03-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 14 03:25:01 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: locore.s Log Message: Fix DJMEMCMAX option for Quadra/Centris 650/800. - Use jeq instead of jra for conditional branch. - Use cmpl instead of cmp (= cmpw) for

CVS commit: src/sys/arch/sparc64/dev

2021-03-13 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sat Mar 13 20:21:37 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: vnet.c Log Message: sun4v: vnet - reception and transmission of eternet frames seems to work now (it is possible to ping 8.8.8.8 from inside a sun4v ldom).

CVS commit: src/sys/arch/powerpc/oea

2021-03-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Mar 12 18:10:00 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: pmap.c Log Message: Fix paste-o in last. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/arch/powerpc/oea/pmap.c Please note that

CVS commit: src/sys/arch/powerpc

2021-03-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Mar 12 04:57:42 UTC 2021 Modified Files: src/sys/arch/powerpc/include/oea: pmap.h src/sys/arch/powerpc/oea: pmap.c Log Message: Re-factor the code in pmap_extract() that checks the 601 I/O segment table and the BAT

CVS commit: src/sys/arch/macppc/dev

2021-03-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Mar 11 19:36:11 UTC 2021 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: add basic support for iMac G5 audio: - match AOAShasta - deal with headphone gpios labeled as lineout in OF - set sc_mode to

CVS commit: src/sys/arch/sparc64/dev

2021-03-11 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Mar 11 19:34:11 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: vnet.c Log Message: sun4v: vnet - reception of ethernet frames seems to work now (WIP and code is still full of debug code) To generate a diff of this

CVS commit: src/sys/arch/aarch64

2021-03-11 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Mar 11 09:48:40 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: db_machdep.c src/sys/arch/aarch64/include: db_machdep.h Log Message: - fixed a problem where hardware {break,watch}points other than #0 could not be

CVS commit: src/sys/arch/powerpc/include

2021-03-11 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Mar 11 08:33:34 UTC 2021 Modified Files: src/sys/arch/powerpc/include: db_machdep.h Log Message: Use ifdef _KERNEL_OPT instead of ifdef _KERNEL before including "opt_ppcarch.h". To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/powerpc/oea

2021-03-10 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Mar 11 04:43:47 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: pmap.c Log Message: Tidy up initialization of the kernel SRs just a bit. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103

CVS commit: src/sys/arch/macppc/macppc

2021-03-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 10 19:45:41 UTC 2021 Modified Files: src/sys/arch/macppc/macppc: machdep.c Log Message: switch G5 iMacs to full speed To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174

CVS commit: src/sys/arch/powerpc/oea

2021-03-10 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 10 18:29:07 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: pmap.c Log Message: - In pmap_bootstrap1(), make sure to initialize pmap_kernel()->pm_vsid with the kernel's base VSID. - In va_to_vsid(), always compute

CVS commit: src/sys/arch/arm/broadcom

2021-03-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Mar 10 11:03:49 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: files.bcm2835 Log Message: Add PCIe driver to build. You still need: bcm2838pcie* at fdt?# STB PCIe host controller in kernel

CVS commit: src/sys/arch

2021-03-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Mar 10 06:38:44 UTC 2021 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC Log Message: Add micphy(4). To generate a diff of this commit: cvs rdiff -u -r1.586 -r1.587

CVS commit: src/sys/arch/aarch64

2021-03-09 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Mar 9 16:44:27 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c cpuswitch.S db_machdep.c trap.c vectors.S src/sys/arch/aarch64/include: db_machdep.h Log Message: Add support hardware breakpoint

CVS commit: src/sys/arch/aarch64/aarch64

2021-03-09 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Mar 9 16:43:13 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: db_machdep.c Log Message: "machine cpu" command shows pc of trapframe and the symbol To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/arch/aarch64/aarch64

2021-03-09 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Mar 9 16:42:36 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: db_machdep.c Log Message: match the macro name to the order of the arguments. NFC. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/arch/aarch64/include

2021-03-09 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Mar 9 16:41:43 UTC 2021 Modified Files: src/sys/arch/aarch64/include: armreg.h Log Message: fixed mask width of DBGWVR_MASK, and added definition of DBGBVR_MASK To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/arch/aarch64/aarch64

2021-03-09 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Mar 9 16:40:59 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: fix build error without options DDB. kvtopte() is referenced from arm/acpi/acpi_machdep.c To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/macppc/dev

2021-03-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 9 01:17:37 UTC 2021 Modified Files: src/sys/arch/macppc/dev: smu.c Log Message: add support for the CPU temperature sensor found in iMac G5s To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/m68k/fpe

2021-03-08 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Mar 8 14:37:55 UTC 2021 Modified Files: src/sys/arch/m68k/fpe: fpu_explode.c Log Message: Remove incorrect byte and word conversions from fpu_explode. The correct operation here is arithmetic right shift, but nobody calls it.

CVS commit: src/sys/arch/arm/broadcom

2021-03-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 8 14:27:46 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835reg.h Log Message: Add comments for 2711 local peripherals To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/arch/arm/broadcom

2021-03-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 8 14:22:42 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c bcm2835reg.h Log Message: Move interrupt register definitions to driver. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/arch/arm/broadcom

2021-03-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 8 13:59:29 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2835_gpioreg.h Log Message: Undocumented register to multiplex emmc2 pins to legacy sdhc To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/evbarm/rpi

2021-03-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 8 13:53:08 UTC 2021 Modified Files: src/sys/arch/evbarm/rpi: rpi_vcmbox.c vcprop.h vcprop_subr.c Log Message: Add some firmware support functions and define more properties - framebuffer - power management - vchiq init

CVS commit: src/sys/arch/arm/broadcom

2021-03-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 8 13:49:02 UTC 2021 Added Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c bcm2838_pcie.h Log Message: RPI4 PCIe driver, based on pcihost_fdt.c To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch/evbarm/conf

2021-03-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 8 06:31:42 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Add bluetooth also to 32bit kernel. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/evbarm/conf/GENERIC

CVS commit: src/sys/arch/evbarm/conf

2021-03-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 8 06:27:06 UTC 2021 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: early console for pico-pi-imx7 To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/arch/evbarm/conf/GENERIC Please

CVS commit: src/sys/arch/arm/imx

2021-03-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 8 06:23:32 UTC 2021 Modified Files: src/sys/arch/arm/imx: imxuart.c Log Message: always re-read status register in the loop. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/imx/imxuart.c

CVS commit: src/sys/arch/mips/mips

2021-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 7 15:10:06 UTC 2021 Modified Files: src/sys/arch/mips/mips: trap.c Log Message: add TRAP_SIGDEBUG support to mips. To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257 src/sys/arch/mips/mips/trap.c Please

CVS commit: src/sys/arch/powerpc/include

2021-03-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 7 14:42:53 UTC 2021 Modified Files: src/sys/arch/powerpc/include: cpu.h Log Message: For LP64, remove members of struct cpu_info that exist just for compatible with booke or ibm4xx. Even if MODULAR || _MODULE, these members

CVS commit: src/sys/arch/powerpc/include

2021-03-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 7 14:31:53 UTC 2021 Modified Files: src/sys/arch/powerpc/include: proc.h Log Message: For _LP64, disable members of struct mdproc just for compatible with booke and ibm4xx, even if MODULAR or _MODULE is defined. Fix build

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 7 10:33:07 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: fb_elb.c Log Message: Add initial support for Xorg server for wsfb(4): - Fix WSDISPLAYIO_GTYPE ioctl. - Support WSDISPLAYIO_LINEBYTES, _{GET,PUT}CMAP,

CVS commit: src/sys/arch/hp300/include

2021-03-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 7 10:01:09 UTC 2021 Modified Files: src/sys/arch/hp300/include: bus.h Log Message: Provide a bus_space_mmap that always fails. Nothing uses it yet, but it will be very soon. OK tsutsui@ To generate a diff of this

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 7 10:01:03 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: fb_elb.c Log Message: Misc cleanup for clarity. No functional changes. - Group function declarations, and reorder function bodies accordingly. - Misc

CVS commit: src/sys/arch/evbppc/explora

2021-03-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 7 09:48:33 UTC 2021 Modified Files: src/sys/arch/evbppc/explora: consinit.c Log Message: No need to clear framebuffer here; rasops(4) takes care of it. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/evbppc/explora

2021-03-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 7 09:47:00 UTC 2021 Modified Files: src/sys/arch/evbppc/explora: consinit.c Log Message: Reduce ifdef. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/evbppc

2021-03-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 7 09:43:57 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: files.explora src/sys/arch/evbppc/explora: machdep.c Log Message: Revert this commit:

CVS commit: src/sys/arch/powerpc/ibm4xx/openbios

2021-03-06 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Mar 7 02:54:07 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx/openbios: locore.S Log Message: Remove unused/unreferenced legacy intrcnt/intrnames. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/x86/x86

2021-03-06 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Mar 6 19:16:45 UTC 2021 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: return early from identify_hypervisor() if we already know we're running Xen PV or PVH, as this was before 1.119. Trying to read the BIOS

CVS commit: src/sys/arch/m68k/m68k

2021-03-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 6 13:32:56 UTC 2021 Modified Files: src/sys/arch/m68k/m68k: m68k_trap.c Log Message: Minimal (but hackish) change to make a DEBUG kernel compilable. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/powerpc/powerpc

2021-03-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Mar 6 08:34:58 UTC 2021 Modified Files: src/sys/arch/powerpc/powerpc: locore_subr.S Log Message: For ibm4xx and booke, restore saved PSL_EE bit as done for oea, instead of forcibly enabling interrupts. To generate a diff of

CVS commit: src/sys/arch/powerpc/powerpc

2021-03-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Mar 6 08:32:17 UTC 2021 Modified Files: src/sys/arch/powerpc/powerpc: powerpc_machdep.c Log Message: Convert to KASSERTMSG(9) to display wrong IPL. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82

CVS commit: src/sys/arch/evbppc/obs405

2021-03-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Mar 6 08:29:19 UTC 2021 Modified Files: src/sys/arch/evbppc/obs405: obs600_machdep.c Log Message: Reorder things in cpu_startup() for clarity. No functional changes intended. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/powerpc

2021-03-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Mar 6 08:08:19 UTC 2021 Modified Files: src/sys/arch/powerpc/booke: trap.c src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c trap.c src/sys/arch/powerpc/include: proc.h psl.h ptrace.h

CVS commit: src/sys/arch/macppc/macppc

2021-03-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Mar 6 07:29:05 UTC 2021 Modified Files: src/sys/arch/macppc/macppc: pic_u3_ht.c Log Message: Change pic_name from "openpic" to "u3_ht" so that it can be distinguishable with generic OpenPIC driver. To generate a diff of this

CVS commit: src/sys/arch/powerpc/pic

2021-03-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Mar 6 07:24:25 UTC 2021 Modified Files: src/sys/arch/powerpc/pic: intr.c Log Message: Include PIC name to interrupt source, instead of just "irq", so that it appears in "interrupt id" field of intrctl(8). Should be useful when

CVS commit: src/sys/arch/amd64/conf

2021-03-05 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Fri Mar 5 20:30:56 UTC 2021 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 Log Message: XEN3_DOM0: Approach GENERIC When processed to remove comments, blank lines, normalize whitespace, and sort/uniq (one line was previously

CVS commit: src/sys/arch/amd64/conf

2021-03-05 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Fri Mar 5 20:18:39 UTC 2021 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: GENERIC: comment typo fix (spacing) To generate a diff of this commit: cvs rdiff -u -r1.585 -r1.586 src/sys/arch/amd64/conf/GENERIC Please

CVS commit: src/sys/arch/powerpc

2021-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Mar 5 18:10:07 UTC 2021 Modified Files: src/sys/arch/powerpc/include: ofw_cons.h src/sys/arch/powerpc/oea: ofw_consinit.c ofwoea_machdep.c Log Message: Separate probing for the console device and initializing it, so

CVS commit: src/sys/arch/powerpc/pic

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 07:16:33 UTC 2021 Modified Files: src/sys/arch/powerpc/pic: ipi_openpic.c Log Message: Convert to intr_establish_xname(). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/macppc

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 07:15:53 UTC 2021 Modified Files: src/sys/arch/macppc/dev: adb.c awacs.c com_mainbus.c cuda.c esp.c gpio.c if_bm.c if_gm.c if_mc.c if_wi_obio.c kauai.c mediabay.c mesh.c pmu.c smu.c snapper.c

CVS commit: src/sys/arch/powerpc/ibm4xx

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 07:11:24 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: cpu.c Log Message: Show PVR as 8-digit hex. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/powerpc/ibm4xx/cpu.c Please note

CVS commit: src/sys/arch/powerpc

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 07:10:27 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: cpu.c src/sys/arch/powerpc/include/ibm4xx: spr.h Log Message: Add 403 family processors other than 403GCX. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/evbppc

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 07:06:15 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: EXPLORA451 src/sys/arch/evbppc/explora: machdep.c Log Message: Identify oneself as ``Explora 450'' instead of 451. There are models numbered 450 to 454.

CVS commit: src/sys/arch/evbppc/conf

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:57:02 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: EXPLORA451 Log Message: Add tmpfs. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/arch/evbppc/conf/EXPLORA451 Please note that diffs

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:50:57 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: fb_elb.c Log Message: Fix color map. Almost all colors except *green* were wrong for the apparent reason ;). To generate a diff of this commit: cvs

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:48:21 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: fb_elb.c Log Message: Configure fb(4) appropriately also when it is not console. Now, wsdisplay(4) can be used with serial console. To generate a diff

CVS commit: src/sys/arch/evbppc/conf

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:45:12 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: std.explora Log Message: Bump INTSTK to 16KB, i.e., one VM page, in the same manner as other boards. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/arch/evbppc

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:40:16 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: files.explora src/sys/arch/evbppc/explora: machdep.c Log Message: Map framebuffer to virtual space when fb(4) is present, even if it is not console. To

CVS commit: src/sys/arch/evbppc/explora

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:30:45 UTC 2021 Modified Files: src/sys/arch/evbppc/explora: machdep.c Log Message: Call bus_space_mallocok() appropriately. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/sys/arch/evbppc

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:26:57 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: files.explora src/sys/arch/evbppc/explora: autoconf.c machdep.c Log Message: For very MD codes for Explora, reorder things, and use more common codes for

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:17:02 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: pckbc_elb.c Log Message: Avoid doubly bus_space_map(9) when pckbc(4) is already attached as console. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:14:47 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: pckbc_elb.c Log Message: pckbcintr() must be running with IPL_TTY, not IPL_SERIAL. Otherwise, tty(4) routines are unexpectedly interrupted, which results

CVS commit: src/sys/arch

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:06:34 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: std.explora src/sys/arch/evbppc/explora: consinit.c src/sys/arch/powerpc/conf: files.powerpc src/sys/arch/powerpc/ibm4xx: clock.c Log

CVS commit: src/sys/arch/powerpc/ibm4xx

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 05:35:50 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pic_uic.c Log Message: Fix hard freeze in pic_handle_intr() for PPC_IBM403. Not clearly documented in reference manual, but DCR_EXISR register is not updated

CVS commit: src/sys/arch/powerpc/oea

2021-03-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Mar 5 02:58:13 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: Split set_timebase() into get_timebase_frequency() and init_decrementer(). Call get_timebase_frequency() much earlier. To

CVS commit: src/sys/arch

2021-03-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Mar 5 01:33:33 UTC 2021 Modified Files: src/sys/arch/ofppc/ofppc: machdep.c src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: Move ofppc-specific CPU spinup code to ofppc/machdep.c To generate a diff of this

CVS commit: src/sys/arch/ofppc/conf

2021-03-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Mar 5 01:31:43 UTC 2021 Modified Files: src/sys/arch/ofppc/conf: GENERIC.MP Log Message: Don't include mvgbe in this kernel config; that driver has an explicit warning for the MULTIPROCESSOR case. To generate a diff of

CVS commit: src/sys/arch/sparc64/dev

2021-03-04 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Mar 4 20:59:39 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: vnet.c Log Message: sun4v: add vnet driver from openbsd - compiles but probably does not work yet - still WIP (now with NetBSD cvs tag and compiles for 32-bit

CVS commit: src/sys/arch/sparc64

2021-03-04 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Mar 4 20:17:00 UTC 2021 Modified Files: src/sys/arch/sparc64/conf: GENERIC files.sparc64 Added Files: src/sys/arch/sparc64/dev: vnet.c Log Message: sun4v: add vnet driver from openbsd - compiles but probably does not

CVS commit: src/sys/arch/sparc64/doc

2021-03-04 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Mar 4 20:00:51 UTC 2021 Modified Files: src/sys/arch/sparc64/doc: TODO Log Message: sun4v: update TODO - removed leftover OpenFirmware interface comment and add comment on idle handling To generate a diff of this commit:

CVS commit: src/sys/arch/amd64/conf

2021-03-04 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Thu Mar 4 19:01:41 UTC 2021 Modified Files: src/sys/arch/amd64/conf: std.xen Log Message: std.xen: Move towards std.amd64 (No functional change.) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/amd64/conf

2021-03-04 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Thu Mar 4 16:02:11 UTC 2021 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 Log Message: XEN3_DOM0: Move closer to GENERIC (NFC) This is another step in making XEN3_DOM0 closer to GENERIC. It is just reordering lines, adding

<    1   2   3   4   5   6   7   8   9   10   >