Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf make platinumfb.c conditional on platin...



details:   https://anonhg.NetBSD.org/src/rev/d9374358d977
branches:  trunk
changeset: 816087:d9374358d977
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Jun 16 14:51:56 2016 +0000

description:
make platinumfb.c conditional on platinumfb
somehow that fell through the cracks too...

diffstat:

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

diffs (15 lines):

diff -r 9eabb2d46d34 -r d9374358d977 sys/arch/macppc/conf/files.macppc
--- a/sys/arch/macppc/conf/files.macppc Thu Jun 16 14:46:12 2016 +0000
+++ b/sys/arch/macppc/conf/files.macppc Thu Jun 16 14:51:56 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.macppc,v 1.102 2016/06/10 21:32:46 macallan Exp $
+#      $NetBSD: files.macppc,v 1.103 2016/06/16 14:51:56 macallan Exp $
 #
 # macppc-specific configuration info
 
@@ -310,4 +310,4 @@
 
 device platinumfb: wsemuldisplaydev, rasops8, vcons, videomode
 attach platinumfb at mainbus
-file arch/macppc/dev/platinumfb.c
+file arch/macppc/dev/platinumfb.c                      platinumfb



Home | Main Index | Thread Index | Old Index