Module Name:    src
Committed By:   macallan
Date:           Mon Nov 21 16:34:34 UTC 2016

Modified Files:
        src/sys/dev/pci: files.pci

Log Message:
missing bits for pm3fb, should have went with previous...


To generate a diff of this commit:
cvs rdiff -u -r1.381 -r1.382 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.

Modified files:

Index: src/sys/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.381 src/sys/dev/pci/files.pci:1.382
--- src/sys/dev/pci/files.pci:1.381	Sun May  1 10:21:02 2016
+++ src/sys/dev/pci/files.pci	Mon Nov 21 16:34:34 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: files.pci,v 1.381 2016/05/01 10:21:02 nonaka Exp $
+#	$NetBSD: files.pci,v 1.382 2016/11/21 16:34:34 macallan Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -1078,6 +1078,11 @@ attach	pm2fb at pci
 file	dev/pci/pm2fb.c		pm2fb
 defflag	opt_pm2fb.h	PM2FB_DEBUG
 
+# Permedia 3 / Oxygen VX1 / Proformance 3  
+device  pm3fb: wsemuldisplaydev, rasops8, vcons, videomode, i2cbus, i2c_bitbang, ddc_read_edid, edid
+attach  pm3fb at pci
+file	dev/pci/pm3fb.c		pm3fb
+
 # 3Dlabs Wildcat / Sun XVR-500, 1200, Expert3D etc.
 device		wcfb: wsemuldisplaydev, rasops8, vcons
 attach		wcfb at pci

Reply via email to