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 Fix tabbing of drm lines.



details:   https://anonhg.NetBSD.org/src/rev/b6301def82dc
branches:  trunk
changeset: 806716:b6301def82dc
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Mar 06 15:09:50 2015 +0000

description:
Fix tabbing of drm lines.

diffstat:

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

diffs (64 lines):

diff -r fcba1cdb3e16 -r b6301def82dc sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Fri Mar 06 15:08:02 2015 +0000
+++ b/sys/arch/amd64/conf/ALL   Fri Mar 06 15:09:50 2015 +0000
@@ -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 @@
 
 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 @@
 #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 ?
diff -r fcba1cdb3e16 -r b6301def82dc sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Fri Mar 06 15:08:02 2015 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Fri Mar 06 15:09:50 2015 +0000
@@ -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 @@
 
 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 @@
 #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 ?



Home | Main Index | Thread Index | Old Index