Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf add mgx driver



details:   https://anonhg.NetBSD.org/src/rev/b81a8806959b
branches:  trunk
changeset: 335435:b81a8806959b
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Jan 06 17:51:57 2015 +0000

description:
add mgx driver

diffstat:

 sys/arch/sparc64/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 1ea73624b32b -r b81a8806959b sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Tue Jan 06 17:50:24 2015 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Tue Jan 06 17:51:57 2015 +0000
@@ -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 @@
 
 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 @@
 ## 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?



Home | Main Index | Thread Index | Old Index