Module Name:    src
Committed By:   macallan
Date:           Tue Jan  6 17:51:57 UTC 2015

Modified Files:
        src/sys/arch/sparc64/conf: GENERIC

Log Message:
add mgx driver


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/sys/arch/sparc64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.177 src/sys/arch/sparc64/conf/GENERIC:1.178
--- src/sys/arch/sparc64/conf/GENERIC:1.177	Sun Nov 16 16:01:43 2014
+++ src/sys/arch/sparc64/conf/GENERIC	Tue Jan  6 17:51:57 2015
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.177 2014/11/16 16:01:43 manu Exp $
+# $NetBSD: GENERIC,v 1.178 2015/01/06 17:51:57 macallan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/sparc64/conf/std.sparc64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.177 $"
+#ident 		"GENERIC-$Revision: 1.178 $"
 
 maxusers	64
 
@@ -888,6 +888,9 @@ cgthree*	at sbus? slot ? offset ?
 ## Sun "cgsix" accelerated color framebuffer.
 cgsix*		at sbus? slot ? offset ?
 
+## Southland Media Systems (now Quantum 3D) MGX
+mgx* 		at sbus? slot ? offset ?
+
 ## Sun FFB
 ffb*		at mainbus0
 upa*		at mainbus?

Reply via email to