8000 sys/dev/pci: New bochsfb driver by FlyGoat · Pull Request #48 · NetBSD/src · GitHub
[go: up one dir, main page]

Skip to content

sys/dev/pci: New bochsfb driver #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
sys/dev/pci: New bochsfb driver
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
  • Loading branch information
FlyGoat committed May 9, 2025
commit 9ea9514fa39317953d50e9c64f7f9a21a3bff92c
1 change: 1 addition & 0 deletions sys/arch/evbarm/conf/GENERIC
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ hdmicec* at hdmicecbus?
#tegradrm* at fdt? # NVIDIA Tegra Display
#tegrafb* at tegrafbbus?
dwhdmi* at fdt? # Designware HDMI TX
bochsfb* at pci? dev ? function ? # Bochs framebuffer (QEMU)
genfb* at fdt? # Simple Framebuffer
mesonfb* at fdt? # Amlogic Meson Framebuffer
omapfb* at fdt? # TI OMAP3 Framebuffer
Expand Down
1 change: 1 addition & 0 deletions sys/arch/evbarm/conf/GENERIC64
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ sunxilcdc* at fdt? # Allwinner DE2 timing controller
sunximixer* at fdt? # Allwinner DE2 mixer
#tegradrm* at fdt? # NVIDIA Tegra Display
#tegrafb* at tegrafbbus?
bochsfb* at pci? dev ? function ? # Bochs framebuffer (QEMU)
genfb* at fdt? # Simple Framebuffer
wsdisplay* at wsemuldisplaydev?
options VCONS_DRAW_INTR
Expand Down
Loading
0