Source-Changes-HG archive

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

[src/riastradh-drm2]: src/sys/conf Restore config `drm' attribute in sys/conf...



details:   https://anonhg.NetBSD.org/src/rev/4cbd6b3c565b
branches:  riastradh-drm2
changeset: 788504:4cbd6b3c565b
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Sep 08 15:33:06 2013 +0000

description:
Restore config `drm' attribute in sys/conf/files.

Not sure why this started to be necessary after the merge, but
whatever...

diffstat:

 sys/conf/files |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9b1ca0496500 -r 4cbd6b3c565b sys/conf/files
--- a/sys/conf/files    Sun Sep 08 15:26:24 2013 +0000
+++ b/sys/conf/files    Sun Sep 08 15:33:06 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1077.2.1 2013/07/24 03:53:14 riastradh Exp $
+#      $NetBSD: files,v 1.1077.2.2 2013/09/08 15:33:06 riastradh Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20100430
@@ -1093,7 +1093,7 @@
 file   dev/ic/lan9118.c                smsh
 
 # DRM - Direct Rendering Infrastructure: dev/drm
-#define drm {}
+define drm {}
 #include "external/bsd/drm/conf/files.drm"
 #include "dev/drm/files.drm"
 



Home | Main Index | Thread Index | Old Index