以下は、あなたが挙げた 3 つの参照(デバドラ書き方・genfb_pci.c・genfb_machdep.c)の“やり方”に合わせて、ISA VGA(VESA LFB 前提)で genfb を wsdisplay フレームバッファコンソールとして使うための
src/sys/dev/isa/genfb_isa.cの設計書(要点)- 実装(KNF寄り)
を、NetBSD/x86(i386/amd64)限定としてまとめたものです。
| /* | |
| * gpio_mmap_test.c | |
| * Minimal Raspberry Pi GPIO test using GPIO access via /dev/mem mmap(2) | |
| * | |
| * Wiring: | |
| * GPIO20 -> LED (1: on, 0: off) | |
| * | |
| * Build: | |
| * cc -O2 -Wall -Wextra -o gpio_mmap_test gpio_mmap_test.c | |
| */ |
| Index: sys/lib/libsa/bootcfg.c | |
| =================================================================== | |
| RCS file: /cvsroot/src/sys/lib/libsa/bootcfg.c,v | |
| retrieving revision 1.10 | |
| diff -u -p -d -r1.10 bootcfg.c | |
| --- sys/lib/libsa/bootcfg.c 6 May 2025 18:16:12 -0000 1.10 | |
| +++ sys/lib/libsa/bootcfg.c 24 Dec 2025 16:34:02 -0000 | |
| @@ -291,11 +291,11 @@ print_bootcfg_banner(const char *bootpro | |
| /* If the user has not specified a banner, print a default one. */ | |
| HP9000/362,382 Ethernet |
PC-6001 PSG音源ドライバ用 MMLコンパイラ (C言語コマンドライン版)
よっしゅさん作の PC-6001用PSG音源ドライバ ver1.1c 向けの MMLソーステキストを、音源ドライバがそのまま演奏可能な
| Index: pmap_68k.c | |
| =================================================================== | |
| RCS file: /cvsroot/src/sys/arch/m68k/m68k/pmap_68k.c,v | |
| retrieving revision 1.29 | |
| diff -u -p -d -r1.29 pmap_68k.c | |
| --- pmap_68k.c 24 Nov 2025 21:56:19 -0000 1.29 | |
| +++ pmap_68k.c 26 Nov 2025 16:44:43 -0000 | |
| @@ -1600,8 +1600,10 @@ pmap_pv_pte(struct pv_entry * const pv) | |
| * the storage for the new PV entry. | |
| * |
| [ 1066.400] | |
| X.Org X Server 1.21.1.14 | |
| X Protocol Version 11, Revision 0 | |
| [ 1066.850] Current Operating System: NetBSD lunatic 10.1 NetBSD 10.1 (LUNATIC) #4: Sun Jul 27 22:51:25 JST 2025 tsutsui@mirage:/s/netbsd-10/src/sys/arch/luna68k/compile/LUNATIC luna68k | |
| [ 1066.900] | |
| [ 1067.033] Current version of pixman: 0.38.4 | |
| [ 1067.150] Before reporting problems, check http://wiki.x.org | |
| to make sure that you have the latest version. | |
| [ 1067.166] Markers: (--) probed, (**) from config file, (==) default setting, | |
| (++) from command line, (!!) notice, (II) informational, |
| [ 41667.260] (II) Sun type 4 Keyboard, layout 0 | |
| [ 41670.410] (II) /dev/bwtwo0 is really a SUN2BW (bw2) | |
| [ 41670.480] (II) Initializing extension Generic Event Extension | |
| [ 41672.920] (II) Initializing extension SHAPE | |
| [ 41675.590] (II) Initializing extension MIT-SHM | |
| [ 41678.250] (II) Initializing extension XInputExtension | |
| [ 41680.780] (II) Initializing extension XTEST | |
| [ 41683.260] (II) Initializing extension BIG-REQUESTS | |
| [ 41685.770] (II) Initializing extension SYNC | |
| [ 41688.400] (II) Initializing extension XKEYBOARD |