Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/omap Indent.
details: https://anonhg.NetBSD.org/src/rev/e828ae8cde9e
branches: trunk
changeset: 757482:e828ae8cde9e
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Wed Sep 01 06:23:59 2010 +0000
description:
Indent.
diffstat:
sys/arch/arm/omap/files.omap2 | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diffs (67 lines):
diff -r 61b6d28325e8 -r e828ae8cde9e sys/arch/arm/omap/files.omap2
--- a/sys/arch/arm/omap/files.omap2 Wed Sep 01 06:20:23 2010 +0000
+++ b/sys/arch/arm/omap/files.omap2 Wed Sep 01 06:23:59 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.omap2,v 1.5 2010/08/28 13:02:32 ahoka Exp $
+# $NetBSD: files.omap2,v 1.6 2010/09/01 06:23:59 kiyohara Exp $
#
# Configuration info for Texas Instruments OMAP2/OMAP3 CPU support
# Based on xscale/files.pxa2x0
@@ -19,9 +19,9 @@
defflag opt_omap.h OMAP_3530: OMAP3
# OBIO just an attach point
-device obio { [addr=-1], [size=0], [intr=-1], [mult=1], [intrbase=-1], [nobyteacc=0]
+device obio { [addr=-1], [size=0], [intr=-1], [mult=1], [intrbase=-1], [nobyteacc=0]
} : bus_space_generic
-attach obio at mainbus
+attach obio at mainbus
file arch/arm/omap/omap2_obio.c obio needs-count
# OBIO files
@@ -59,24 +59,24 @@
# Watchdog timers
-device omapwdt32k: sysmon_wdog
-file arch/arm/omap/omap_wdt.c omapwdt32k needs-flag
+device omapwdt32k: sysmon_wdog
+file arch/arm/omap/omap_wdt.c omapwdt32k needs-flag
-attach omapwdt32k at obio with obiowdt32k
-file arch/arm/omap/obio_wdt.c obiowdt32k
+attach omapwdt32k at obio with obiowdt32k
+file arch/arm/omap/obio_wdt.c obiowdt32k
# L3 Interconnect
-device L3i { [addr=-1], [size=0], [intr=-1], [mult=1], [nobyteacc=0]
- } : bus_space_generic
-attach L3i at mainbus
+device L3i { [addr=-1], [size=0], [intr=-1], [mult=1], [nobyteacc=0]
+ } : bus_space_generic
+attach L3i at mainbus
file arch/arm/omap/omap2_l3i.c omap2 | omap3
# General Purpose Memory Controller
# XXX some addl. chip select config parms may be desired here (e.g. timing)
# XXX so far we just use the setup established by boot firmware
-device gpmc { [addr=-1], [size=0], [intr=-1], [mult=1], [nobyteacc=0]
- } : bus_space_generic
-attach gpmc at mainbus
+device gpmc { [addr=-1], [size=0], [intr=-1], [mult=1], [nobyteacc=0]
+ } : bus_space_generic
+attach gpmc at mainbus
file arch/arm/omap/omap2_gpmc.c gpmc
# PRCM interface
@@ -89,8 +89,8 @@
attach ohci at obio with obioohci
file arch/arm/omap/obio_ohci.c obioohci
-device omapfb: rasops16, rasops8, wsemuldisplaydev, vcons
-attach omapfb at obio
+device omapfb: rasops16, rasops8, wsemuldisplaydev, vcons
+attach omapfb at obio
file arch/arm/omap/omapfb.c omapfb
# these bus space methods are not bus-specific ...
Home |
Main Index |
Thread Index |
Old Index