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 src/sys/arch/evbppc/explora/consin

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 src/sys/

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 KNF.

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, an

CVS commit: src

2021-03-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 7 10:42:27 UTC 2021 Modified Files: src/external/mit/xorg/server/drivers: Makefile src/external/mit/xorg/server/xorg-server/hw/xfree86: Makefile src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Make

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 f

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/sys

2021-03-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 14 02:53:57 UTC 2021 Modified Files: src/sys/sys: systm.h Log Message: Comment on CTASSERT() in COND_SET_STRUCT(); this is a sanity check to avoid hashing/assigning large structure. Upper-bound is arbitrary, but be carefully

CVS commit: src/share/man/man4

2021-03-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 14 02:56:07 UTC 2021 Modified Files: src/share/man/man4: options.4 Log Message: Document NFS_BOOT_UDP instead of NFS_BOOT_TCP; We've switched to NFS over TCP by default. Bump date. To generate a diff of this commit: cvs rd

CVS commit: src/sbin/mount_nfs

2021-03-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 14 02:56:51 UTC 2021 Modified Files: src/sbin/mount_nfs: mount_nfs.8 Log Message: Fix typo: s/--r/-r/ To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sbin/mount_nfs/mount_nfs.8 Please note that diffs are

CVS commit: src/sys/dev/pci

2021-03-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 14 03:14:42 UTC 2021 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: Initialize dp->rd_cmap_{red,green,blue} in radeonfb_init_palette() for 8bpp, so that color map can be obtained by WSDISPLAYIO_GETCMAP ioctl(2). No

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/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 n

CVS commit: src/sys/rump

2021-03-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 14 13:11:59 UTC 2021 Modified Files: src/sys/rump: Makefile.rump Log Message: Build rump for PPC_OEA64 on evbppc64. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/rump/Makefile.rump Please note tha

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/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/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 src/sys/arch/sa

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 di

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 interru

CVS commit: src/sys/arch/sandpoint/stand/altboot

2021-03-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 23 07:21:16 UTC 2021 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: Make sure not to run kernel if fdloadfile() fails; it returns *non-zero* value on error. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/sandpoint/stand/altboot

2021-03-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 23 07:21:41 UTC 2021 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: Make this compile with -DDEBUG. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/sandpoint/stand/altbo

CVS commit: src/sys/arch/sandpoint/stand/altboot

2021-03-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Mar 24 02:53:16 UTC 2021 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile Log Message: Remove "lib" directory for cleandir. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sandpoint/stan

CVS commit: src/sys/arch/sandpoint/stand/altboot

2021-03-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Mar 25 03:44:25 UTC 2021 Modified Files: src/sys/arch/sandpoint/stand/altboot: rge.c Log Message: Fix tftp boot with RTL8169/8110. When sending frame shorter than 60 octets, we add trailing \0's to payload to construct 60-octet

CVS commit: src/sys/dev

2021-03-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Mar 25 05:33:59 UTC 2021 Modified Files: src/sys/dev/acpi: com_acpi.c src/sys/dev/ic: com.c comvar.h src/sys/dev/pci: com_puc.c Log Message: Introduce sc_poll_ticks and obsolete COM_HW_POLL bit in sc_hwflags. Poll

CVS commit: src/sys/dev/ic

2021-03-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Mar 25 05:34:49 UTC 2021 Modified Files: src/sys/dev/ic: com.c comvar.h Log Message: Introduce COM_HW_BROKEN_ETXRDY bit in sc_hwflags; push TX queue if possible in comintr() even if IIR_NOPEND is asserted. Combined with sc_poll_

CVS commit: src/sys/arch/sandpoint

2021-03-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Mar 25 05:35:50 UTC 2021 Modified Files: src/sys/arch/sandpoint/conf: KUROBOX src/sys/arch/sandpoint/sandpoint: com_eumb.c Log Message: At least KuroBox Classic and HG seem to have buggy UART, for which ETXRDY interrupts

CVS commit: src/sys/lib/libsa

2021-03-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 26 10:35:08 UTC 2021 Modified Files: src/sys/lib/libsa: tftp.c Log Message: Twiddle also for data transfer for seek. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/lib/libsa/tftp.c Please note that d

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 29 13:12:38 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: Makefile.virtex.inc Makefile.walnut.inc Log Message: Fix copy-paste; These boards are 405, not 403. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 29 13:14:14 UTC 2021 Modified Files: src/sys/arch/evbppc/virtex: autoconf.c consinit.c design_gsrd2.c machdep.c src/sys/arch/evbppc/virtex/dev: if_temac.c tft_ll.c Log Message: Make VIRTEX_* kernels compil

CVS commit: src/sys/arch

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 29 13:17:53 UTC 2021 Modified Files: src/sys/arch/evbppc/obs405: obs405_autoconf.c src/sys/arch/evbppc/walnut: autoconf.c src/sys/arch/powerpc/ibm4xx: ibm4xx_autoconf.c Log Message: Centralize cpu_rootconf().

CVS commit: src/sys/arch/evbppc

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 29 13:38:31 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: files.obs405 src/sys/arch/evbppc/obs405: obs200_autoconf.c obs266_autoconf.c obs600_autoconf.c src/sys/arch/evbppc/walnut: autoconf.c R

CVS commit: src/sys/arch/powerpc

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 29 13:40:21 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: ibm4xx_autoconf.c src/sys/arch/powerpc/include/ibm4xx: cpu.h Log Message: Set com(4) frequency in ibm4xx_device_register() in order to dedup codes. T

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 29 13:49:15 UTC 2021 Modified Files: src/sys/arch/evbppc/walnut: autoconf.c Log Message: Use genppc_cpu_configure(). To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbppc/walnut/autoconf.c Pleas

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 29 13:59:16 UTC 2021 Modified Files: src/sys/arch/evbppc/walnut: consinit.c Log Message: Use com_opb_cnattach(). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/walnut/consinit.c Please note

CVS commit: src/sys/arch/evbppc

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 29 14:21:08 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: files.walnut src/sys/arch/evbppc/walnut: machdep.c Log Message: Use ibm40x_machdep.c. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 29 14:27:36 UTC 2021 Modified Files: src/sys/arch/evbppc/walnut: machdep.c Log Message: Use IBM405GP_UART0_BASE instead of hard-coded magic number 0xef00. No functional changes since: IBM405GP_UART0_BASE & ~(TLB

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 29 14:37:01 UTC 2021 Modified Files: src/sys/arch/evbppc/walnut: machdep.c Log Message: Use ibm4xx_cpu_startup() and board_info_init(). To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/evbppc/walnu

CVS commit: src/sys/arch/evbppc/walnut/pci

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Mar 29 22:54:19 UTC 2021 Removed Files: src/sys/arch/evbppc/walnut/pci: pchb.c Log Message: Remove obsoleted file; we had switched to powerpc/ibm4xx/pci/pchb.c long ago. To generate a diff of this commit: cvs rdiff -u -r1.15 -r

CVS commit: src/sys/arch

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 01:16:45 UTC 2021 Modified Files: src/sys/arch/evbppc/obs405: obs200_machdep.c obs266_machdep.c obs600_machdep.c src/sys/arch/evbppc/virtex: machdep.c src/sys/arch/evbppc/walnut: machdep.c

CVS commit: src/sys/arch

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 01:33:51 UTC 2021 Modified Files: src/sys/arch/evbppc/explora: machdep.c src/sys/arch/evbppc/obs405: obs200_machdep.c obs266_machdep.c obs600_machdep.c src/sys/arch/evbppc/virtex: machdep.c

CVS commit: src/sys/arch

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 01:47:45 UTC 2021 Modified Files: src/sys/arch/evbppc/obs405: obs266_machdep.c src/sys/arch/powerpc/ibm4xx/openbios: openbios.c src/sys/arch/powerpc/include/ibm4xx: openbios.h Log Message: Remove unused "st

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 01:50:13 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx/openbios: openbios.c Log Message: - Document IBM/AMCC Walnut is supported by this file. - Misc style fixes. To generate a diff of this commit: cvs rdiff -u -r

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 01:57:20 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx/openbios: locore.S Log Message: Use mnemonic "bdneq". Add missing register prefix. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: src/sys/arch

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 02:04:44 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: Makefile.walnut.inc files.walnut src/sys/arch/evbppc/walnut: machdep.c src/sys/arch/powerpc/include/ibm4xx: cpu.h Removed Files: src/sys/ar

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 02:25:24 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx/dev: emacreg.h if_emac.c Log Message: Support OPB running @ 33MHz for 405GP based boards. No need to modify EMAC_MR1 register this case (STACR_OPBC fields are r

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 02:27:00 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: cpu.c Log Message: According to "PPC405GP Embedded Processor User’s Manual", 405GP has 16KB instruction cache, not 8KB. To generate a diff of this commit: cv

CVS commit: src/sys/arch/evbppc

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 02:41:15 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: files.obs405 src/sys/arch/evbppc/evbppc: evbppc_machdep.c src/sys/arch/evbppc/explora: machdep.c src/sys/arch/evbppc/virtex: machdep.c

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 03:04:51 UTC 2021 Modified Files: src/sys/arch/evbppc/explora: machdep.c Log Message: G/C unused. No binary changes (except for __LINE__ for KASSERT). To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys

CVS commit: src/sys/arch

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 03:15:54 UTC 2021 Modified Files: src/sys/arch/evbppc/explora: machdep.c src/sys/arch/evbppc/virtex: design_gsrd2.c src/sys/arch/powerpc/ibm4xx: pmap.c src/sys/arch/powerpc/include/ibm4xx: tlb.h

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 03:20:13 UTC 2021 Modified Files: src/sys/arch/evbppc/explora: machdep.c Log Message: Sort headers. Fix style. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/evbppc/explora/

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 03:45:34 UTC 2021 Modified Files: src/sys/arch/evbppc/include: obs200.h obs266.h obs600.h Removed Files: src/sys/arch/evbppc/include: obs405.h Log Message: G/C . To generate a diff of this commit: cvs rdiff -u -r

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 03:57:03 UTC 2021 Modified Files: src/sys/arch/evbppc/obs405: obs266_machdep.c Log Message: G/C unused. Use tlb.h directly instead of uvm_extern.h. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.2

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 04:02:17 UTC 2021 Modified Files: src/sys/arch/evbppc/obs405: obs266_machdep.c Log Message: Sort & group headers. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbppc/obs40

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 04:08:02 UTC 2021 Modified Files: src/sys/arch/evbppc/include: obs200.h obs266.h obs600.h Log Message: Include for COM_FREQ. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/include/obs200

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 04:11:30 UTC 2021 Modified Files: src/sys/arch/evbppc/obs405: obs266_autoconf.c Log Message: - Explicitly include . - G/C headers. - Sort headers. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.9

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 04:28:50 UTC 2021 Modified Files: src/sys/arch/evbppc/obs405: obs600_machdep.c Log Message: - Include tlb.h directly instead of uvm_extern.h. - Remove unused/duplicated header include. - Sort and group headers. No binary

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 04:41:31 UTC 2021 Modified Files: src/sys/arch/evbppc/obs405: obs600_autoconf.c Log Message: - Explicitly include . - Drop unused headers. - Sort headers. No binary changes. To generate a diff of this commit: cvs rdiff

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 04:53:13 UTC 2021 Modified Files: src/sys/arch/evbppc/obs405: obs200_autoconf.c obs200_machdep.c Log Message: - Include tlb.h directly, instead of uvm_extern.h. - Explicitly include param.h. - Drop unused headers. - Sort a

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 05:08:16 UTC 2021 Modified Files: src/sys/arch/evbppc/walnut: machdep.c Log Message: - Include tlb.h directly, instead of uvm_extern.h. - Drop unused headers. - Sort and group headers. No binary changes. To generate a d

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 05:14:00 UTC 2021 Modified Files: src/sys/arch/evbppc/walnut: autoconf.c Log Message: - Explicitly include . - Drop unused headers. - Group headers. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1

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

2021-03-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 05:18:37 UTC 2021 Modified Files: src/sys/arch/evbppc/walnut: consinit.c Log Message: - G/C unused. - Sort headers. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbppc/wal

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

2021-03-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 14:29:54 UTC 2021 Modified Files: src/sys/arch/powerpc/booke: booke_machdep.c Log Message: - Write-back msgbuf and update bootstr for reboot from halt. - Remove dead code. To generate a diff of this commit: cvs rdiff -u

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

2021-03-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 14:33:10 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c Log Message: Use ``for (;;)'' for infinite loop, as required by style. No binary changes. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/share/man/man4

2021-03-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 30 15:29:43 UTC 2021 Modified Files: src/share/man/man4: siisata.4 Log Message: Make this format a little bit nicely. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/siisata.4 Please note tha

CVS commit: src/sys/dev/pci

2021-04-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 01:07:16 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs Log Message: PDC20265 is Ultra/100, not 66. To generate a diff of this commit: cvs rdiff -u -r1.1424 -r1.1425 src/sys/dev/pci/pcidevs Please note that diffs are

CVS commit: src/sys/dev/pci

2021-04-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 01:08:03 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1410 -r1.1411 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1409 -r1.1410 sr

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

2021-04-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 03:20:54 UTC 2021 Modified Files: src/sys/arch/powerpc/include/ibm4xx: dcr4xx.h Log Message: Add bit-field definitions for DCR_SDRAM0_B[0-3]CR registers. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sy

CVS commit: src

2021-04-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 07:00:33 UTC 2021 Modified Files: src/doc: CHANGES Added Files: src/sys/arch/evbppc/conf: DHT Makefile.dht.inc files.dht std.dht src/sys/arch/evbppc/dht: autoconf.c locore.S machdep.c src/sys/arch/ev

CVS commit: src/etc/etc.evbppc

2021-04-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 07:08:36 UTC 2021 Modified Files: src/etc/etc.evbppc: Makefile.inc Log Message: - Hook DHT kernel - Add bin and ub to KERNEL_SUFFIXES - Group and sort kernels To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/distrib/notes

2021-04-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 07:09:11 UTC 2021 Modified Files: src/distrib/notes/common: contents src/distrib/notes/evbppc: contents Log Message: Document DHT kernel for evbppc. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185

CVS commit: src/sys/arch

2021-04-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 12:11:42 UTC 2021 Modified Files: src/sys/arch/atari/include: intr.h src/sys/arch/cesfic/cesfic: isr.c src/sys/arch/luna68k/luna68k: isr.c src/sys/arch/mac68k/mac68k: intr.c src/sys/arch/mvme

CVS commit: src/doc

2021-04-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 2 14:41:07 UTC 2021 Modified Files: src/doc: CHANGES Log Message: Fix style to appease changes2html. To generate a diff of this commit: cvs rdiff -u -r1.2789 -r1.2790 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/tests/lib/libcurses/slave

2021-04-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 4 09:34:24 UTC 2021 Modified Files: src/tests/lib/libcurses/slave: curses_commands.c Log Message: s/&string/string/ for mvscanw(3); string is already pointer to buffer. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/tests/lib/libcurses

2021-04-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 4 09:42:08 UTC 2021 Modified Files: src/tests/lib/libcurses/slave: curses_commands.c src/tests/lib/libcurses/tests: mvscanw Log Message: When mvscanw(3) fails, string is not modified. Let's ignore the 2nd result for

CVS commit: src/tests/lib/libcurses

2021-04-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 4 09:49:13 UTC 2021 Modified Files: src/tests/lib/libcurses/slave: curses_commands.c src/tests/lib/libcurses/tests: mvscanw Log Message: Reapply fix for big-endian environments, which was lost when GSoC results were

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

2021-04-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 14 23:45:11 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Style fixes: - Add "static inline" to pte_enter(), to match with its declaration. - Remove parentheses from return. - Use NULL instead of

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

2021-04-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 15 00:00:46 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Use uvm_km_alloc(9) with UVM_KMF_NOWAIT flag in pte_enter(), in order not to sleep in pmap_enter(9) and pmap_kenter_pa(9), which can result

CVS commit: src/sys/arch

2021-04-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 15 00:04:07 UTC 2021 Modified Files: src/sys/arch/powerpc/powerpc: powerpc_machdep.c src/sys/arch/sandpoint/include: types.h Log Message: sandpoint has its own module_init_md(). So, do not compile in that function in

CVS commit: src/sys/arch/alpha/common

2021-04-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 15 00:11:10 UTC 2021 Modified Files: src/sys/arch/alpha/common: sgmap_typedep.c Log Message: Fix inverted logic!! vmem_xalloc(9) should be used with VM_NOSLEEP for BUS_DMA_NOWAIT. To generate a diff of this commit: cvs rdi

CVS commit: src/sys/arch/alpha/alpha

2021-04-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 15 00:19:52 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: interrupt.c Log Message: Contrary to comment here, nowadays hardclock() and statclock() should be called with cpu_intr_p() is turning on, if used from the interru

CVS commit: src/sys/dev

2021-04-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 15 00:32:50 UTC 2021 Modified Files: src/sys/dev: dksubr.c Log Message: dk_start(): retry device-dependent start() routine later, also when it returns ENOMEM in addition to EAGAIN. Device-dependent start() routine may alloca

CVS commit: src/sys/kern

2021-04-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 15 00:37:31 UTC 2021 Modified Files: src/sys/kern: subr_evcnt.c Log Message: intrcnt[] is changed from long to u_int. Use sizeof(var) instead of sizeof(type) to catch up with this change. No binary changes as all ports with

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

2021-04-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 15 08:23:24 UTC 2021 Modified Files: src/sys/arch/alpha/include: cpu.h Log Message: Fix fallout from alpha/interrupt.c rev 1.93: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/alpha/alpha/interrupt.c#rev1.93 by which inte

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2021-04-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 16 02:18:04 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: rs6000.c Log Message: Fix regression introduced to GCC10, by which inline assembler codes for 403/405 are miscompiled. Redundant .machine dir

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2021-04-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 16 02:26:43 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: rs6000.c Log Message: Fix regression introduced to GCC10, where it wrongly recognizes 32-bit processors as POWER9 if -misel flag is specified.

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2021-04-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 16 02:33:28 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: rs6000.c Log Message: Restore our local change to remove GNU_STACK program header: http://cvsweb.netbsd.org/bsdweb.cgi/src/external/

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

2021-04-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 17 09:22:29 UTC 2021 Modified Files: src/sys/arch/powerpc/include/oea: vmparam.h Log Message: Adjust TABs. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/powerpc/include/oe

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

2021-04-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 17 13:23:24 UTC 2021 Modified Files: src/sys/arch/powerpc/include/booke: vmparam.h Log Message: PR port-powerpc/56107 Decrease MAXSSIZ from ~256MB to 32MB (same as oea). This fixes tests in /usr/tests/usr.bin/make, that run

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

2021-04-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 17 13:25:57 UTC 2021 Modified Files: src/sys/arch/powerpc/include/booke: vmparam.h Log Message: Sync MAXfoo params with oea: MAXTSIZ: 512MB -> 128MB MAXDSIZ: 3.25GB -> 1GB There should be no particular reasons for havin

CVS commit: src/external/gpl3/binutils/dist/bfd

2021-04-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 22 01:09:48 UTC 2021 Modified Files: src/external/gpl3/binutils/dist/bfd: elf32-ppc.c elf64-ppc.c Log Message: Fix regression where ld(1) is trapped into infinite loop when linking binary whose text does not fit within R_PPC_

CVS commit: src/external/gpl3/binutils.old/dist/bfd

2021-04-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 22 01:14:18 UTC 2021 Modified Files: src/external/gpl3/binutils.old/dist/bfd: elf32-ppc.c elf64-ppc.c Log Message: Apply this fix also for binutils.old. http://www.nerv.org/netbsd/?q=id:20210422T010948Z.f87d2246188cfedb66a0d

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

2021-04-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 22 01:33:18 UTC 2021 Modified Files: src/sys/arch/powerpc/booke/dev: pq3etsec.c Log Message: Fix rnd(9) support; events were not sampled actually in the previous. Remove #if-0'ed and wrap long line for clarity. To generate

CVS commit: src/share/man/man8/man8.x86

2021-04-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 22 01:36:25 UTC 2021 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Capitalize /EFI and /EFI/NetBSD as usual. Both are case-insensitive although. Maybe not worth bumping dates... To generate a diff of this

CVS commit: src/distrib/sets/lists/debug

2021-04-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 23 15:21:49 UTC 2021 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add lto-dump.debug. To generate a diff of this commit: cvs rdiff -u -r1.349 -r1.350 src/distrib/sets/lists/debug/mi Please note that diffs

CVS commit: src/external/gpl3/gcc/lib/libgcc

2021-04-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 24 06:34:53 UTC 2021 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: Fix build with MKDEBUG=yes for aarch64. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/external/gpl3/gcc/li

CVS commit: src/sys/dev/usb

2021-04-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 25 05:15:20 UTC 2021 Modified Files: src/sys/dev/usb: usbnet.c Log Message: Sample # of TX packets as entropy source. For RX packets, individual drivers need to be modified. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2021-04-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 25 05:16:27 UTC 2021 Modified Files: src/sys/dev/usb: if_smsc.c Log Message: Sample # of RX packets as entropy source. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/dev/usb/if_smsc.c Please note tha

CVS commit: src/external/gpl3/gcc

2021-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 25 15:32:25 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 Log Message: Update as(1) failure on armv6; it occurs also for earmv6hfeb, whereas it does not for earmv6{,eb}. To generate a diff of this commit: cvs

CVS commit: src/share/mk

2021-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 25 15:33:15 UTC 2021 Modified Files: src/share/mk: bsd.own.mk Log Message: Add missing \ for previous. To generate a diff of this commit: cvs rdiff -u -r1.1244 -r1.1245 src/share/mk/bsd.own.mk Please note that diffs are no

CVS commit: src/external/gpl3/gdb/lib/libctf

2021-04-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 26 23:51:08 UTC 2021 Removed Files: src/external/gpl3/gdb/lib/libctf: ctf-error.h Log Message: Remove accidentally committed autogen file. Should fix periodic snapshot builds with RO mounted /usr/src. To generate a diff of

<    5   6   7   8   9   10   11   >