NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59410 CVS commit: src



The following reply was made to PR kern/59410; it has been noted by GNATS.

From: "Nia Alarie" <nia%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59410 CVS commit: src
Date: Sat, 31 Jan 2026 12:12:58 +0000

 Module Name:	src
 Committed By:	nia
 Date:		Sat Jan 31 12:12:58 UTC 2026
 
 Modified Files:
 	src/distrib/sets/lists/man: mi
 	src/distrib/sets/lists/manhtml: mi
 	src/share/man/man4: Makefile
 	src/sys/arch/evbarm/conf: GENERIC64
 	src/sys/dev/pci: files.pci
 Added Files:
 	src/share/man/man4: bochsfb.4
 	src/sys/dev/pci: bochsfb.c bochsfbreg.h bochsfbvar.h
 
 Log Message:
 Import Jiaxun Yang's bochsfb(4) driver.
 
 This is useful for getting graphics on qemu-system-aarch64 without
 firmware runtime video support (e.g. using the -kernel option). At the
 moment it is only wired up for -device VGA and -device secondary-vga
 so that it doesn't conflict with viogpu.
 
 PR kern/59410
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1826 -r1.1827 src/distrib/sets/lists/man/mi
 cvs rdiff -u -r1.45 -r1.46 src/distrib/sets/lists/manhtml/mi
 cvs rdiff -u -r1.749 -r1.750 src/share/man/man4/Makefile
 cvs rdiff -u -r0 -r1.1 src/share/man/man4/bochsfb.4
 cvs rdiff -u -r1.229 -r1.230 src/sys/arch/evbarm/conf/GENERIC64
 cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/bochsfb.c src/sys/dev/pci/bochsfbreg.h \
     src/sys/dev/pci/bochsfbvar.h
 cvs rdiff -u -r1.451 -r1.452 src/sys/dev/pci/files.pci
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index