Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add entries for viadrmums to amd64 kerne...



details:   https://anonhg.NetBSD.org/src/rev/e28e70c6ceeb
branches:  trunk
changeset: 320555:e28e70c6ceeb
user:      maya <maya%NetBSD.org@localhost>
date:      Thu Jul 12 10:39:06 2018 +0000

description:
Add entries for viadrmums to amd64 kernel configs too.

Commented out for GENERIC, same as i386.

diffstat:

 sys/arch/amd64/conf/ALL     |  7 +++++--
 sys/arch/amd64/conf/GENERIC |  7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (56 lines):

diff -r 0dd7137db366 -r e28e70c6ceeb sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Thu Jul 12 08:20:49 2018 +0000
+++ b/sys/arch/amd64/conf/ALL   Thu Jul 12 10:39:06 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.92 2018/07/10 19:58:13 maya Exp $
+# $NetBSD: ALL,v 1.93 2018/07/12 10:39:06 maya Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.92 $"
+#ident         "ALL-$Revision: 1.93 $"
 
 maxusers       64              # estimated number of users
 
@@ -521,6 +521,9 @@
 nouveau*       at pci? dev ? function ?
 nouveaufb*     at nouveaufbbus?
 
+# DRMUMS drivers
+viadrmums*     at drm?
+
 attimer0       at isa?
 pcppi0         at isa?
 sysbeep0       at pcppi?
diff -r 0dd7137db366 -r e28e70c6ceeb sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Jul 12 08:20:49 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Jul 12 10:39:06 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.494 2018/07/10 17:01:43 maya Exp $
+# $NetBSD: GENERIC,v 1.495 2018/07/12 10:39:06 maya Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.494 $"
+#ident         "GENERIC-$Revision: 1.495 $"
 
 maxusers       64              # estimated number of users
 
@@ -429,6 +429,9 @@
 nouveau*       at pci? dev ? function ?
 nouveaufb*     at nouveaufbbus?
 
+# DRMUMS drivers
+#viadrmums*    at drm?
+
 # Cryptographic Devices
 
 # PCI cryptographic devices



Home | Main Index | Thread Index | Old Index