Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Move 'include files.sdmmc' to files.evb...



details:   https://anonhg.NetBSD.org/src/rev/64e79c9b8853
branches:  trunk
changeset: 757783:64e79c9b8853
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Sep 23 07:08:57 2010 +0000

description:
Move 'include files.sdmmc' to files.evbarm.

diffstat:

 sys/arch/evbarm/conf/files.evbarm  |  3 ++-
 sys/arch/evbarm/conf/files.g42xxeb |  5 +----
 sys/arch/evbarm/conf/files.gumstix |  4 +---
 3 files changed, 4 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r 6be8b044d9d4 -r 64e79c9b8853 sys/arch/evbarm/conf/files.evbarm
--- a/sys/arch/evbarm/conf/files.evbarm Thu Sep 23 07:01:41 2010 +0000
+++ b/sys/arch/evbarm/conf/files.evbarm Thu Sep 23 07:08:57 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.evbarm,v 1.21 2008/03/17 09:30:02 kiyohara Exp $
+#      $NetBSD: files.evbarm,v 1.22 2010/09/23 07:08:57 kiyohara Exp $
 #
 # First try for arm-specific configuration info
 #
@@ -35,6 +35,7 @@
 include "dev/pci/files.pci"                    # PCI devices
 include "dev/cardbus/files.cardbus"            #   and CardBus devices
 include "dev/pcmcia/files.pcmcia"              # PCMCIA devices
+include "dev/sdmmc/files.sdmmc"                        # SD/MMC devices
 include "dev/scsipi/files.scsipi"              # SCSI devices
 include "dev/usb/files.usb"                    # USB devices
 
diff -r 6be8b044d9d4 -r 64e79c9b8853 sys/arch/evbarm/conf/files.g42xxeb
--- a/sys/arch/evbarm/conf/files.g42xxeb        Thu Sep 23 07:01:41 2010 +0000
+++ b/sys/arch/evbarm/conf/files.g42xxeb        Thu Sep 23 07:08:57 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.g42xxeb,v 1.6 2010/03/13 11:37:47 bsh Exp $
+#      $NetBSD: files.g42xxeb,v 1.7 2010/09/23 07:08:57 kiyohara Exp $
 #
 # Genetec corp. G4255EB evaluation board configuration info
 #
@@ -8,9 +8,6 @@
 # CPU support and integrated peripherals
 include "arch/arm/xscale/files.pxa2x0"
 
-# Machine-independent SD/MMC drivers
-include "dev/sdmmc/files.sdmmc"
-
 # G4250EBX on-board devices (including CPLD)
 device obio {[addr=-1], [intr=-1]}
 attach obio at pxaip
diff -r 6be8b044d9d4 -r 64e79c9b8853 sys/arch/evbarm/conf/files.gumstix
--- a/sys/arch/evbarm/conf/files.gumstix        Thu Sep 23 07:01:41 2010 +0000
+++ b/sys/arch/evbarm/conf/files.gumstix        Thu Sep 23 07:08:57 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.gumstix,v 1.16 2010/07/10 08:17:48 kiyohara Exp $
+#      $NetBSD: files.gumstix,v 1.17 2010/09/23 07:08:57 kiyohara Exp $
 #
 # Gumstix. Inc. Gumstix boards configuration info
 #
@@ -31,8 +31,6 @@
 attach gxiic at pxaip
 file   arch/evbarm/gumstix/gxiic.c                     gxiic
 
-include "dev/sdmmc/files.sdmmc"
-
 # MMC/SD controller
 attach pxamci at pxaip with gxmci
 file   arch/evbarm/gumstix/gxmci.c                     gxmci



Home | Main Index | Thread Index | Old Index