Skip to content

Commit 417c06d

Browse files
committed
a driver for Matrox Millennium I graphics cards
from Radoslaw Kujawa
1 parent 32034d0 commit 417c06d

4 files changed

Lines changed: 2931 additions & 1 deletion

File tree

sys/dev/pci/files.pci

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: files.pci,v 1.452 2026/01/31 12:12:58 nia Exp $
1+
# $NetBSD: files.pci,v 1.453 2026/03/17 10:03:02 macallan Exp $
22
#
33
# Config file and device description for machine-independent PCI code.
44
# Included by ports that need it. Requires that the SCSI files be
@@ -1229,3 +1229,9 @@ file dev/pci/if_rge.c rge
12291229
device bochsfb: wsemuldisplaydev, rasops32, fb, vcons, videomode, edid
12301230
attach bochsfb at pci
12311231
file dev/pci/bochsfb.c bochsfb
1232+
1233+
defflag opt_mgafb.h MGAFB_NO_HW_INIT MGAFB_CONSOLE MGAFB_ACCEL MGAFB_PINS MGAFB_8BPP
1234+
device mgafb: wsemuldisplaydev, rasops8, rasops16, vcons, videomode, i2cexec, i2c_bitbang, ddc_read_edid, edid, glyphcache
1235+
attach mgafb at pci
1236+
file dev/pci/mgafb.c mgafb
1237+

0 commit comments

Comments
 (0)