Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm Until config supports multiple 'attach driver a...



details:   https://anonhg.NetBSD.org/src/rev/a877f3b1402e
branches:  trunk
changeset: 826282:a877f3b1402e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Aug 26 15:05:48 2017 +0000

description:
Until config supports multiple 'attach driver at bus with <foo>' lines,
move plfb from common files.fdt to files.vexpress

diffstat:

 sys/arch/arm/fdt/files.fdt           |  5 +----
 sys/arch/arm/vexpress/files.vexpress |  5 ++++-
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 3492671478c5 -r a877f3b1402e sys/arch/arm/fdt/files.fdt
--- a/sys/arch/arm/fdt/files.fdt        Sat Aug 26 07:17:12 2017 +0000
+++ b/sys/arch/arm/fdt/files.fdt        Sat Aug 26 15:05:48 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.fdt,v 1.12 2017/06/28 23:48:22 jmcneill Exp $
+# $NetBSD: files.fdt,v 1.13 2017/08/26 15:05:48 jmcneill Exp $
 
 include        "dev/pckbport/files.pckbport"
 
@@ -20,9 +20,6 @@
 attach plcom at fdt with plcom_fdt
 file   arch/arm/fdt/plcom_fdt.c                plcom_fdt
 
-attach genfb at fdt with plfb_fdt: fdt_display_timing
-file   arch/arm/fdt/plfb_fdt.c                 plfb_fdt
-
 attach plkmi at fdt with plkmi_fdt
 file   arch/arm/fdt/plkmi_fdt.c                plkmi_fdt
 
diff -r 3492671478c5 -r a877f3b1402e sys/arch/arm/vexpress/files.vexpress
--- a/sys/arch/arm/vexpress/files.vexpress      Sat Aug 26 07:17:12 2017 +0000
+++ b/sys/arch/arm/vexpress/files.vexpress      Sat Aug 26 15:05:48 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.vexpress,v 1.2 2017/06/02 21:16:42 jmcneill Exp $
+#      $NetBSD: files.vexpress,v 1.3 2017/08/26 15:05:48 jmcneill Exp $
 #
 # Configuration info for ARM Ltd. Versatile Express peripherals
 #
@@ -20,3 +20,6 @@
 device vxsysreg
 attach vxsysreg at fdt with vexpress_sysreg
 file   arch/arm/vexpress/vexpress_sysreg.c     vexpress_sysreg 
+
+attach genfb at fdt with plfb_fdt: fdt_display_timing
+file   arch/arm/fdt/plfb_fdt.c                 plfb_fdt



Home | Main Index | Thread Index | Old Index