Module Name:    src
Committed By:   riastradh
Date:           Fri Mar  6 15:09:50 UTC 2015

Modified Files:
        src/sys/arch/amd64/conf: ALL GENERIC

Log Message:
Fix tabbing of drm lines.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.409 -r1.410 src/sys/arch/amd64/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/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.26 src/sys/arch/amd64/conf/ALL:1.27
--- src/sys/arch/amd64/conf/ALL:1.26	Fri Mar  6 02:55:11 2015
+++ src/sys/arch/amd64/conf/ALL	Fri Mar  6 15:09:50 2015
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.26 2015/03/06 02:55:11 riastradh Exp $
+# $NetBSD: ALL,v 1.27 2015/03/06 15:09:50 riastradh Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.26 $"
+#ident 		"ALL-$Revision: 1.27 $"
 
 maxusers	64		# estimated number of users
 
@@ -526,10 +526,10 @@ wsdisplay*	at wsemuldisplaydev?
 #viadrm* 	at drm?		# VIA UniChrome DRM driver
 
 # DRMKMS drivers
-i915drmkms*     at pci? dev ? function ?
-intelfb*        at intelfbbus?
+i915drmkms* 	at pci? dev ? function ?
+intelfb* 	at intelfbbus?
 
-radeon*         at pci? dev ? function ?
+radeon* 	at pci? dev ? function ?
 radeondrmkmsfb* at radeonfbbus?
 
 nouveau* 	at pci? dev ? function ?

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.409 src/sys/arch/amd64/conf/GENERIC:1.410
--- src/sys/arch/amd64/conf/GENERIC:1.409	Fri Mar  6 02:55:11 2015
+++ src/sys/arch/amd64/conf/GENERIC	Fri Mar  6 15:09:50 2015
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.409 2015/03/06 02:55:11 riastradh Exp $
+# $NetBSD: GENERIC,v 1.410 2015/03/06 15:09:50 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.409 $"
+#ident 		"GENERIC-$Revision: 1.410 $"
 
 maxusers	64		# estimated number of users
 
@@ -409,10 +409,10 @@ sysbeep0	at pcppi?
 #viadrm*	at drm?		# VIA DRM driver
 
 # DRMKMS drivers
-i915drmkms*     at pci? dev ? function ?
-intelfb*        at intelfbbus?
+i915drmkms* 	at pci? dev ? function ?
+intelfb* 	at intelfbbus?
 
-radeon*         at pci? dev ? function ?
+radeon* 	at pci? dev ? function ?
 radeondrmkmsfb* at radeonfbbus?
 
 #nouveau* 	at pci? dev ? function ?

Reply via email to