CVS commit: src/sys/arch/vax/boot/boot

2024-10-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 23 12:47:39 UTC 2024 Modified Files: src/sys/arch/vax/boot/boot: boot.c Log Message: vax: boot: Fix my typo in comment. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/vax/boot/

CVS commit: src/sys/arch/vax/boot/boot

2024-10-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 23 12:47:39 UTC 2024 Modified Files: src/sys/arch/vax/boot/boot: boot.c Log Message: vax: boot: Fix my typo in comment. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/vax/boot/

CVS commit: src/sys/arch/vax/boot/boot

2024-09-29 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Mon Sep 30 00:59:26 UTC 2024 Modified Files: src/sys/arch/vax/boot/boot: Makefile Log Message: vax/boot: XXX: Silence GCC12 -Warray-bounds for autoconf.c at the moment OK rin@ (from rin@) To generate a diff of this commit:

CVS commit: src/sys/arch/vax/boot/boot

2024-09-29 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Mon Sep 30 00:59:26 UTC 2024 Modified Files: src/sys/arch/vax/boot/boot: Makefile Log Message: vax/boot: XXX: Silence GCC12 -Warray-bounds for autoconf.c at the moment OK rin@ (from rin@) To generate a diff of this commit:

CVS commit: src/sys/arch/vax/boot/boot

2024-09-29 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Mon Sep 30 00:35:49 UTC 2024 Modified Files: src/sys/arch/vax/boot/boot: boot.c Log Message: vax/boot: loadpcs: Silence GCC12 -Warray-bounds for 0-th page accesss as done for evbppc: http://cvsweb.netbsd.org/cgi-bin/cvs

CVS commit: src/sys/arch/vax/boot/boot

2024-09-29 Thread Kalvis Duckmanton
Module Name:src Committed By: kalvisd Date: Mon Sep 30 00:35:49 UTC 2024 Modified Files: src/sys/arch/vax/boot/boot: boot.c Log Message: vax/boot: loadpcs: Silence GCC12 -Warray-bounds for 0-th page accesss as done for evbppc: http://cvsweb.netbsd.org/cgi-bin/cvs

CVS commit: src/sys/arch/vax/boot

2023-01-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 29 17:00:12 UTC 2023 Modified Files: src/sys/arch/vax/boot: Makefile.inc Log Message: Make a vax bootloader work on 8MB VAXen. 64KB (0x80 - 0x7f) is not enough for the bootloader itself and more spaces are requir

CVS commit: src/sys/arch/vax/boot

2023-01-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 29 17:00:12 UTC 2023 Modified Files: src/sys/arch/vax/boot: Makefile.inc Log Message: Make a vax bootloader work on 8MB VAXen. 64KB (0x80 - 0x7f) is not enough for the bootloader itself and more spaces are requir

CVS commit: src/sys/arch/vax/boot

2022-04-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 25 15:06:34 UTC 2022 Modified Files: src/sys/arch/vax/boot/boot: rom.c vaxstand.h src/sys/arch/vax/boot/xxboot: bootxx.c Log Message: libsa now needs ioctl support to handle media with large sectors. Provide dummy

CVS commit: src/sys/arch/vax/boot

2022-04-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 25 15:06:34 UTC 2022 Modified Files: src/sys/arch/vax/boot/boot: rom.c vaxstand.h src/sys/arch/vax/boot/xxboot: bootxx.c Log Message: libsa now needs ioctl support to handle media with large sectors. Provide dummy

CVS commit: src/sys/arch/vax/boot/boot

2019-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 28 21:11:23 UTC 2019 Modified Files: src/sys/arch/vax/boot/boot: mfm.c Log Message: Rewrite the floppy selection logic, and fix an always false condition. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 s

CVS commit: src/sys/arch/vax/boot/boot

2019-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 28 21:11:23 UTC 2019 Modified Files: src/sys/arch/vax/boot/boot: mfm.c Log Message: Rewrite the floppy selection logic, and fix an always false condition. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 s