Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci missing bits for pm3fb, should have went with pr...



details:   https://anonhg.NetBSD.org/src/rev/37954fe80e28
branches:  trunk
changeset: 819190:37954fe80e28
user:      macallan <macallan%NetBSD.org@localhost>
date:      Mon Nov 21 16:34:34 2016 +0000

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

diffstat:

 sys/dev/pci/files.pci |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 6285e6a08c4b -r 37954fe80e28 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Mon Nov 21 16:26:16 2016 +0000
+++ b/sys/dev/pci/files.pci     Mon Nov 21 16:34:34 2016 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index