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

2022-11-23 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 23 18:53:22 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Fix "rd(4) at punits not configured on HPDisk are misprobed" problem. - check not only stat value returned by C_QSTAT command against each

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

2022-11-23 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Nov 23 18:53:22 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c Log Message: Fix "rd(4) at punits not configured on HPDisk are misprobed" problem. - check not only stat value returned by C_QSTAT command against each

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

2022-11-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Nov 22 16:17:29 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: siotty.c Log Message: Use explicit struct to represent RX queue buffer data structure. No binary change. Maybe the similar change should be applied to MI co

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

2022-11-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Nov 22 16:17:29 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: siotty.c Log Message: Use explicit struct to represent RX queue buffer data structure. No binary change. Maybe the similar change should be applied to MI co

CVS commit: src/sys/arch/hp300

2022-11-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Nov 21 16:22:37 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c rdreg.h src/sys/arch/hp300/stand/common: rd.c Log Message: Use common macro for numbers of cylinders and blocks for HP-IB disks. No binary changes

CVS commit: src/sys/arch/hp300

2022-11-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Nov 21 16:22:37 UTC 2022 Modified Files: src/sys/arch/hp300/dev: rd.c rdreg.h src/sys/arch/hp300/stand/common: rd.c Log Message: Use common macro for numbers of cylinders and blocks for HP-IB disks. No binary changes

CVS commit: src/sys/arch/hp300/stand/common

2022-11-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Nov 21 15:36:29 UTC 2022 Modified Files: src/sys/arch/hp300/stand/common: if_le.c Log Message: Make local functions and variables static. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp300/stan

CVS commit: src/sys/arch/hp300/stand/common

2022-11-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Nov 21 15:36:29 UTC 2022 Modified Files: src/sys/arch/hp300/stand/common: if_le.c Log Message: Make local functions and variables static. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp300/stan

CVS commit: src/sys/arch/hp300/stand/common

2022-11-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Nov 21 15:05:44 UTC 2022 Modified Files: src/sys/arch/hp300/stand/common: rd.c Log Message: Make local variables static and read only ones const. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp

CVS commit: src/sys/arch/hp300/stand/common

2022-11-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Nov 21 15:05:44 UTC 2022 Modified Files: src/sys/arch/hp300/stand/common: rd.c Log Message: Make local variables static and read only ones const. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp

CVS commit: src/sys/arch/hp300/stand/common

2022-11-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Nov 21 14:55:08 UTC 2022 Modified Files: src/sys/arch/hp300/stand/common: rd.c Log Message: Sync a list of HP-IB disk IDs with kernel's one. Now bootloader can boot from 2202A, 7908A, 7911A, and 7941A. Tested on 425t and HPD

CVS commit: src/sys/arch/hp300/stand/common

2022-11-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Nov 21 14:55:08 UTC 2022 Modified Files: src/sys/arch/hp300/stand/common: rd.c Log Message: Sync a list of HP-IB disk IDs with kernel's one. Now bootloader can boot from 2202A, 7908A, 7911A, and 7941A. Tested on 425t and HPD

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

2022-10-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Oct 16 15:21:00 UTC 2022 Modified Files: src/sys/arch/hp300/hp300: machdep.c Log Message: Use complete cpu name strings for readability. To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/sys/arch/hp300/hp3

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

2022-10-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Oct 16 15:21:00 UTC 2022 Modified Files: src/sys/arch/hp300/hp300: machdep.c Log Message: Use complete cpu name strings for readability. To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/sys/arch/hp300/hp3

CVS commit: src/sys/dev/pci

2022-10-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Oct 16 15:16:12 UTC 2022 Modified Files: src/sys/dev/pci: tga.c Log Message: Use a consistent pointer variable. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/dev/pci/tga.c Ple

CVS commit: src/sys/dev/pci

2022-10-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Oct 16 15:16:12 UTC 2022 Modified Files: src/sys/dev/pci: tga.c Log Message: Use a consistent pointer variable. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/dev/pci/tga.c Ple

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

2022-10-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Oct 3 17:42:36 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: lunafb.c omrasops.c omrasopsvar.h Log Message: Remove global hwplanecount and use ri_depth in struct rasops instead. No functional change. To generate a di

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

2022-10-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Oct 3 17:42:36 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: lunafb.c omrasops.c omrasopsvar.h Log Message: Remove global hwplanecount and use ri_depth in struct rasops instead. No functional change. To generate a di

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

2022-10-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 1 14:02:08 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Set an actual framebuffer depth (bpp) to rasops ri_depth. The previous value was derived from OpenBSD/luna88k but it has not been refer

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

2022-10-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 1 14:02:08 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Set an actual framebuffer depth (bpp) to rasops ri_depth. The previous value was derived from OpenBSD/luna88k but it has not been refer

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

2022-10-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 1 13:51:55 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: omrasops.c Log Message: Explicitly limit a number of rasops rows per size of rowattr[]. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sy

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

2022-10-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 1 13:51:55 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: omrasops.c Log Message: Explicitly limit a number of rasops rows per size of rowattr[]. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sy

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

2022-10-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 1 13:41:12 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: omrasopsvar.h psgpam_enc.c xplxfirm.c Log Message: Remove trailing whitespaces. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/lun

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

2022-10-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 1 13:41:12 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: omrasopsvar.h psgpam_enc.c xplxfirm.c Log Message: Remove trailing whitespaces. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/lun

Re: CVS commit: src/distrib/notes/sparc64

2022-09-28 Thread Izumi Tsutsui
> Modified Files: > src/distrib/notes/sparc64: prep > > Log Message: > Avoid dead link to the NVRAM/Hostid FAQ Maybe this mirror is better than archive.org: http://www.obsolyte.com/sunFAQ/faq_nvram.html --- Izumi Tsutsui

CVS commit: src/sys/dev/pci

2022-09-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 17 18:41:26 UTC 2022 Modified Files: src/sys/dev/pci: tga.c Log Message: Use C99 designated initializers. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/pci/tga.c Please note that diffs are n

CVS commit: src/sys/dev/pci

2022-09-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 17 18:41:26 UTC 2022 Modified Files: src/sys/dev/pci: tga.c Log Message: Use C99 designated initializers. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/pci/tga.c Please note that diffs are n

CVS commit: src/sys/dev/pci

2022-09-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 17 18:29:54 UTC 2022 Modified Files: src/sys/dev/pci: tga.c Log Message: Make local functions static. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/dev/pci/tga.c Please note that diffs are not p

CVS commit: src/sys/dev/pci

2022-09-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 17 18:29:54 UTC 2022 Modified Files: src/sys/dev/pci: tga.c Log Message: Make local functions static. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/dev/pci/tga.c Please note that diffs are not p

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2022-09-10 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sat Sep 10 19:25:44 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: wsfb: disable xf86DisableRandR() only on newer X.org Servers. ABI_VIDEODRV_VERSION has been bumped to 24.0 sinc

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2022-09-10 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sat Sep 10 19:25:44 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: wsfb: disable xf86DisableRandR() only on newer X.org Servers. ABI_VIDEODRV_VERSION has been bumped to 24.0 sinc

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2022-09-10 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sat Sep 10 19:23:03 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: wsfb: reduce diffs from upstream. Mostly pulled/merged from the following upstream changes: - Fix for d

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2022-09-10 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sat Sep 10 19:23:03 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: wsfb: reduce diffs from upstream. Mostly pulled/merged from the following upstream changes: - Fix for d

CVS commit: src/sys

2022-09-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Sep 5 14:14:42 UTC 2022 Modified Files: src/sys/arch/evbarm/stand/board: epcom.c ns16550.c sscom.c src/sys/arch/hpcmips/stand/lcboot: extern.h src/sys/arch/i386/stand/lib: comio_direct.c src/sys/compat

CVS commit: src/sys

2022-09-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Sep 5 14:14:42 UTC 2022 Modified Files: src/sys/arch/evbarm/stand/board: epcom.c ns16550.c sscom.c src/sys/arch/hpcmips/stand/lcboot: extern.h src/sys/arch/i386/stand/lib: comio_direct.c src/sys/compat

CVS commit: src/usr.sbin/rbootd

2022-09-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 3 07:45:08 UTC 2022 Modified Files: src/usr.sbin/rbootd: Makefile bpf.c parseconf.c utils.c Log Message: Make build with WARNS=5. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/rbootd/Makefi

CVS commit: src/usr.sbin/rbootd

2022-09-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 3 07:45:08 UTC 2022 Modified Files: src/usr.sbin/rbootd: Makefile bpf.c parseconf.c utils.c Log Message: Make build with WARNS=5. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/rbootd/Makefi

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2022-08-30 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Tue Aug 30 15:09:51 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: wsfb: add 8bpp planar support for LUNA using amiga's Afb. Reviewed on tech-x11@: https://mail-index.netbsd.org

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2022-08-30 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Tue Aug 30 15:09:51 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: wsfb: add 8bpp planar support for LUNA using amiga's Afb. Reviewed on tech-x11@: https://mail-index.netbsd.org

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2022-08-30 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Tue Aug 30 15:08:49 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: wsfb: fix mmap size in Afb planar case. Reviewed on tech-x11@: https://mail-index.netbsd.org/tech-x11/2022/08/

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2022-08-30 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Tue Aug 30 15:08:49 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: wsfb: fix mmap size in Afb planar case. Reviewed on tech-x11@: https://mail-index.netbsd.org/tech-x11/2022/08/

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2022-08-30 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Tue Aug 30 15:05:21 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: wsfb: reorganize implementation of Afb support. - use XORG_VERSION_NUMERIC() to check if Afb is avaiable

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2022-08-30 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Tue Aug 30 15:05:21 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: wsfb: reorganize implementation of Afb support. - use XORG_VERSION_NUMERIC() to check if Afb is avaiable

CVS commit: src/usr.sbin/sysinst/arch/atari

2022-08-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Aug 28 13:56:56 UTC 2022 Modified Files: src/usr.sbin/sysinst/arch/atari: md.c Log Message: Choose a proper kernel set per a running kernel during installation. Mostly taken from sgimips. This avoids users from overwriting b

CVS commit: src/usr.sbin/sysinst/arch/atari

2022-08-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Aug 28 13:56:56 UTC 2022 Modified Files: src/usr.sbin/sysinst/arch/atari: md.c Log Message: Choose a proper kernel set per a running kernel during installation. Mostly taken from sgimips. This avoids users from overwriting b

CVS commit: src/distrib

2022-08-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Aug 28 12:44:01 UTC 2022 Modified Files: src/distrib/amiga/floppies/inst-common: dot.commonutils src/distrib/amiga/miniroot: dot.profile src/distrib/utils/script-installer: dot.commonutils src/distrib/v

CVS commit: src/distrib

2022-08-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Aug 28 12:44:01 UTC 2022 Modified Files: src/distrib/amiga/floppies/inst-common: dot.commonutils src/distrib/amiga/miniroot: dot.profile src/distrib/utils/script-installer: dot.commonutils src/distrib/v

CVS commit: src/distrib/atari/floppies/common

2022-08-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 20 20:50:41 UTC 2022 Modified Files: src/distrib/atari/floppies/common: dot.profile Log Message: Fix yet another "[: SMALL test, no fallback usage" error on installation. The same problem as PR/54835 of the miniroot scri

CVS commit: src/distrib/atari/floppies/common

2022-08-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 20 20:50:41 UTC 2022 Modified Files: src/distrib/atari/floppies/common: dot.profile Log Message: Fix yet another "[: SMALL test, no fallback usage" error on installation. The same problem as PR/54835 of the miniroot scri

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

2022-08-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 20 20:02:22 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: Unmap resources and print error messages properly in error paths. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/

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

2022-08-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 20 20:02:22 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: Unmap resources and print error messages properly in error paths. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/

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

2022-08-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 20 19:05:07 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: KNF and misc style fixes. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/mac68k/obio/wdc_obio.c Please

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

2022-08-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 20 19:05:07 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: KNF and misc style fixes. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/mac68k/obio/wdc_obio.c Please

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

2022-08-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Aug 17 19:13:05 UTC 2022 Modified Files: src/sys/arch/sun3/conf: GENERIC3X Log Message: Add bwtwo0 config on P4 cgfour overlay plane on 3/80, as 3/60 in bw2.sun3. Note the ancient Xsun server supports multiple framebuffers w

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

2022-08-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Aug 17 19:13:05 UTC 2022 Modified Files: src/sys/arch/sun3/conf: GENERIC3X Log Message: Add bwtwo0 config on P4 cgfour overlay plane on 3/80, as 3/60 in bw2.sun3. Note the ancient Xsun server supports multiple framebuffers w

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

2022-08-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Aug 15 04:58:52 UTC 2022 Modified Files: src/sys/arch/atari/conf: MILAN-ISAIDE MILAN-PCIIDE Log Message: Regen from MILAN.in rev 1.30. > Specify options FONT_VT220L8x16 to get similar glyphs as past font_8x16.c. To generat

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

2022-08-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Aug 15 04:58:52 UTC 2022 Modified Files: src/sys/arch/atari/conf: MILAN-ISAIDE MILAN-PCIIDE Log Message: Regen from MILAN.in rev 1.30. > Specify options FONT_VT220L8x16 to get similar glyphs as past font_8x16.c. To generat

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

2022-08-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Aug 15 04:40:20 UTC 2022 Modified Files: src/sys/arch/atari/conf: MILAN.in Log Message: Specify options FONT_VT220L8x16 to get similar glyphs as past font_8x16.c. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.3

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

2022-08-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Aug 15 04:40:20 UTC 2022 Modified Files: src/sys/arch/atari/conf: MILAN.in Log Message: Specify options FONT_VT220L8x16 to get similar glyphs as past font_8x16.c. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.3

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

2022-08-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Aug 15 04:37:47 UTC 2022 Modified Files: src/sys/arch/atari/pci: pci_vga.c Log Message: Improve VGA console settings for Milan, especially for sysinst. - use explicit WSDISPLAY_FONTENC_IBM font that MI vga(4) assumes (so t

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

2022-08-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Aug 15 04:37:47 UTC 2022 Modified Files: src/sys/arch/atari/pci: pci_vga.c Log Message: Improve VGA console settings for Milan, especially for sysinst. - use explicit WSDISPLAY_FONTENC_IBM font that MI vga(4) assumes (so t

CVS commit: src/sys

2022-08-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Aug 7 20:14:01 UTC 2022 Modified Files: src/sys/compat/linux/arch/m68k: linux_machdep.c src/sys/netinet6: ip6_mroute.h Log Message: Remove extra whitespaces added by an ancient stupid script. To generate a diff of

CVS commit: src/sys

2022-08-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Aug 7 20:14:01 UTC 2022 Modified Files: src/sys/compat/linux/arch/m68k: linux_machdep.c src/sys/netinet6: ip6_mroute.h Log Message: Remove extra whitespaces added by an ancient stupid script. To generate a diff of

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/modes

2022-07-30 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sat Jul 30 16:34:00 UTC 2022 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/modes: xf86Crtc.h Log Message: Pull an upstream (post-21.1) fix for xf86CompatOutput(). https://gitlab.freedesktop.org/xorg/xserver/-/co

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/modes

2022-07-30 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sat Jul 30 16:34:00 UTC 2022 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/modes: xf86Crtc.h Log Message: Pull an upstream (post-21.1) fix for xf86CompatOutput(). https://gitlab.freedesktop.org/xorg/xserver/-/co

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86

2022-07-30 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sat Jul 30 16:13:54 UTC 2022 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86.h xf86Globals.c xf86Helper.c xf86Init.c xf86Priv.h xsrc/external/mit/xorg-server/dist/hw/xfree86/doc: ddx

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86

2022-07-30 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sat Jul 30 16:13:54 UTC 2022 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86.h xf86Globals.c xf86Helper.c xf86Init.c xf86Priv.h xsrc/external/mit/xorg-server/dist/hw/xfree86/doc: ddx

Re: CVS commit: xsrc/external/mit/xorg-server/dist/hw

2022-07-16 Thread Izumi Tsutsui
ere is something wrong around the kernel scheduler that stops responding..). --- Izumi Tsutsui

CVS commit: xsrc/external/mit/xorg-server/dist/hw

2022-07-15 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sat Jul 16 00:02:18 UTC 2022 Modified Files: xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k: x68kInit.c xsrc/external/mit/xorg-server/dist/hw/sun: sunIo.c Log Message: Merge AbortDDX() into ddxGiveUp() as other upstre

CVS commit: xsrc/external/mit/xorg-server/dist/hw

2022-07-15 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Sat Jul 16 00:02:18 UTC 2022 Modified Files: xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k: x68kInit.c xsrc/external/mit/xorg-server/dist/hw/sun: sunIo.c Log Message: Merge AbortDDX() into ddxGiveUp() as other upstre

Re: CVS commit: xsrc/external/mit/xorg-server/include

2022-07-15 Thread Izumi Tsutsui
| reallocarr /home/source/ab/HEAD/xsrc/external/mit/xorg-server/dist/../include/dix-config.h:471: error: "_XTYPEDEF_POINTER" redefined [-Werror] 471 | #define _XTYPEDEF_POINTER 1 --- Izumi Tsutsui

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

2022-07-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jul 14 20:13:21 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Misc KNF and cosmetics. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/luna68k/dev/lunafb.c Please note t

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

2022-07-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jul 14 20:13:21 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Misc KNF and cosmetics. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/luna68k/dev/lunafb.c Please note t

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

2022-07-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jul 14 19:55:56 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Fix pasto. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/luna68k/dev/lunafb.c Please note that diffs are

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

2022-07-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jul 14 19:55:56 UTC 2022 Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Fix pasto. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/luna68k/dev/lunafb.c Please note that diffs are

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

2022-07-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jul 5 15:37:13 UTC 2022 Modified Files: src/sys/arch/luna68k/include: cdefs.h elf_machdep.h kcore.h reg.h types.h Log Message: Remove unnecessary multiple inclusion protections. To generate a diff of this commi

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

2022-07-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jul 5 15:37:13 UTC 2022 Modified Files: src/sys/arch/luna68k/include: cdefs.h elf_machdep.h kcore.h reg.h types.h Log Message: Remove unnecessary multiple inclusion protections. To generate a diff of this commi

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

2022-07-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jul 5 15:32:45 UTC 2022 Modified Files: src/sys/arch/luna68k/include: aout_machdep.h Log Message: Remove unnecessary and incorrect mulitple inclusion protection. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2022-07-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jul 5 15:32:45 UTC 2022 Modified Files: src/sys/arch/luna68k/include: aout_machdep.h Log Message: Remove unnecessary and incorrect mulitple inclusion protection. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/atari/atari

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 16:48:03 UTC 2022 Modified Files: src/sys/arch/atari/atari: bus.c Log Message: Use __func__ to print function names. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/atari/atari/bus.c Pleas

CVS commit: src/sys/arch/atari/atari

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 16:48:03 UTC 2022 Modified Files: src/sys/arch/atari/atari: bus.c Log Message: Use __func__ to print function names. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/atari/atari/bus.c Pleas

CVS commit: src/sys/arch/atari/atari

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 16:40:29 UTC 2022 Modified Files: src/sys/arch/atari/atari: bus.c Log Message: Use proper TAILQ(3) macro as other bus_dma(9) implementation. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.64 -

CVS commit: src/sys/arch/atari/atari

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 16:40:29 UTC 2022 Modified Files: src/sys/arch/atari/atari: bus.c Log Message: Use proper TAILQ(3) macro as other bus_dma(9) implementation. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.64 -

CVS commit: src/sys/arch/atari/atari

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 16:33:31 UTC 2022 Modified Files: src/sys/arch/atari/atari: bus.c Log Message: Misc KNF. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/atari/atari/bus.c Please note th

CVS commit: src/sys/arch/atari/atari

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 16:33:31 UTC 2022 Modified Files: src/sys/arch/atari/atari: bus.c Log Message: Misc KNF. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/atari/atari/bus.c Please note th

CVS commit: src/sys/arch/atari/stand/installboot

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 16:16:50 UTC 2022 Modified Files: src/sys/arch/atari/stand/installboot: Makefile installboot.c Log Message: Fix inverted logic. My fault back in 2015.. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 s

CVS commit: src/sys/arch/atari/stand/installboot

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 16:16:50 UTC 2022 Modified Files: src/sys/arch/atari/stand/installboot: Makefile installboot.c Log Message: Fix inverted logic. My fault back in 2015.. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 s

CVS commit: src/sys/arch/atari

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 16:03:08 UTC 2022 Modified Files: src/sys/arch/atari/atari: atari_init.c bus.c machdep.c src/sys/arch/atari/include: bus_funcs.h Log Message: Move the iomem extent stuff managed by bus_space(9) and make them st

CVS commit: src/sys/arch/atari

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 16:03:08 UTC 2022 Modified Files: src/sys/arch/atari/atari: atari_init.c bus.c machdep.c src/sys/arch/atari/include: bus_funcs.h Log Message: Move the iomem extent stuff managed by bus_space(9) and make them st

CVS commit: src/sys/arch/atari/vme

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 15:25:54 UTC 2022 Modified Files: src/sys/arch/atari/vme: et4000.c leo.c Log Message: Make local cdevsw functions static. XXX: there is no config file that has leo(4) (though it still compiles) To generate a diff of

CVS commit: src/sys/arch/atari/vme

2022-07-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 3 15:25:54 UTC 2022 Modified Files: src/sys/arch/atari/vme: et4000.c leo.c Log Message: Make local cdevsw functions static. XXX: there is no config file that has leo(4) (though it still compiles) To generate a diff of

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

2022-07-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jul 2 14:29:04 UTC 2022 Modified Files: src/sys/arch/atari/dev: nvram.c nvramvar.h Log Message: Use aprint_*(9) for attach messages and misc KNF. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/a

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

2022-07-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jul 2 14:29:04 UTC 2022 Modified Files: src/sys/arch/atari/dev: nvram.c nvramvar.h Log Message: Use aprint_*(9) for attach messages and misc KNF. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/a

CVS commit: src/sys/arch/atari/atari

2022-07-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jul 2 13:47:53 UTC 2022 Modified Files: src/sys/arch/atari/atari: autoconf.c Log Message: Use aprint_normal(9) for attach messages. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/arch/atari/atari/aut

CVS commit: src/sys/arch/atari/atari

2022-07-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jul 2 13:47:53 UTC 2022 Modified Files: src/sys/arch/atari/atari: autoconf.c Log Message: Use aprint_normal(9) for attach messages. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/arch/atari/atari/aut

CVS commit: src/sys/arch/atari/atari

2022-07-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jul 2 08:43:28 UTC 2022 Modified Files: src/sys/arch/atari/atari: stalloc.c Log Message: Misc KNF. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/atari/atari/stalloc.c Please

CVS commit: src/sys/arch/atari/atari

2022-07-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jul 2 08:43:28 UTC 2022 Modified Files: src/sys/arch/atari/atari: stalloc.c Log Message: Misc KNF. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/atari/atari/stalloc.c Please

CVS commit: src/sys/arch/atari/atari

2022-07-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jul 2 08:35:50 UTC 2022 Modified Files: src/sys/arch/atari/atari: fpu_machdep.c machdep.c Log Message: Use and print consistent CPU/MMU/FPU names. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/at

CVS commit: src/sys/arch/atari/atari

2022-07-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jul 2 08:35:50 UTC 2022 Modified Files: src/sys/arch/atari/atari: fpu_machdep.c machdep.c Log Message: Use and print consistent CPU/MMU/FPU names. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/at

CVS commit: src/sys/arch/atari/atari

2022-07-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jul 2 08:25:21 UTC 2022 Modified Files: src/sys/arch/atari/atari: intr.c Log Message: Misc cleanup. - make local variables static - use __func__ to print function names - KNF To generate a diff of this commit: cvs rdiff -

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