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 Cleanup.



details:   https://anonhg.NetBSD.org/src/rev/ba945afe8bcb
branches:  trunk
changeset: 790379:ba945afe8bcb
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Oct 05 06:10:35 2013 +0000

description:
Cleanup.

diffstat:

 sys/arch/evbarm/conf/OPENBLOCKS_A6  |  31 ++++++++++-----------
 sys/arch/evbarm/conf/OPENBLOCKS_AX3 |  51 ++++++++++++++++--------------------
 2 files changed, 38 insertions(+), 44 deletions(-)

diffs (172 lines):

diff -r 63eb729fe2fd -r ba945afe8bcb sys/arch/evbarm/conf/OPENBLOCKS_A6
--- a/sys/arch/evbarm/conf/OPENBLOCKS_A6        Sat Oct 05 03:59:49 2013 +0000
+++ b/sys/arch/evbarm/conf/OPENBLOCKS_A6        Sat Oct 05 06:10:35 2013 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: OPENBLOCKS_A6,v 1.15 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: OPENBLOCKS_A6,v 1.16 2013/10/05 06:10:35 kiyohara Exp $
 #
-#  OPENBLOCKS_A6 -- Plat'Home. OpenBlockS A6 kernel
+#      OPENBLOCKS_A6 -- Plat'Home. OpenBlockS A6 kernel
 #
 
 include        "arch/evbarm/conf/std.marvell"
@@ -36,21 +36,20 @@
 file-system    EXT2FS          # second extended file system (linux)
 #file-system   LFS             # log-structured file system
 #file-system   MFS             # memory file system
-file-system    NFS             # Network File System client
-#file-system   NTFS            # Windows/NT file system (experimental)
-#file-system   CD9660          # ISO 9660 + Rock Ridge file system
+file-system    NFS             # Network file system
+file-system    CD9660          # ISO 9660 + Rock Ridge file system
 file-system    MSDOSFS         # MS-DOS file system
-file-system    FDESC           # /dev/fd
+#file-system   FDESC           # /dev/fd
 file-system    KERNFS          # /kern
-#file-system   NULLFS          # loopback file system
+file-system    NULLFS          # loopback file system
 #file-system   OVERLAY         # overlay file system
 file-system    PROCFS          # /proc
-#file-system   PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
+file-system    PTYFS           # /dev/ptm support
+#file-system   PUFFS           # Pass-to-Userspace Framework File System
 #file-system   UMAPFS          # NULLFS + uid and gid remapping
-#file-system   UNION           # union file system
+file-system    UNION           # union file system
 #file-system   CODA            # Coda File System; also needs vcoda (below)
 #file-system   SMBFS           # experimental - CIFS; also needs nsmb (below)
-file-system    PTYFS           # /dev/ptm support
 file-system    TMPFS           # Efficient memory file-system
 #file-system   UDF             # experimental - OSTA UDF CD/DVD file-system
 #file-system   HFS             # experimental - Apple HFS+ (read-only)
@@ -75,8 +74,8 @@
 options        INET6           # IPv6
 options        IPSEC           # IP security
 #options       IPSEC_DEBUG     # debug for IP security
-#options       MROUTING        # IP multicast routing
-#options       PIM             # Protocol Independent Multicast
+options        MROUTING        # IP multicast routing
+options        PIM             # Protocol Independent Multicast
 options        NETATALK        # AppleTalk networking protocols
 options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
 options        PPP_DEFLATE     # Deflate compression support for PPP
@@ -131,11 +130,11 @@
 
 #options       KTRACE          # system call tracing, a la ktrace(1)
 options        IRQSTATS        # manage IRQ statistics
-#options       LKM             # loadable kernel modules
 #options       KMEMSTATS       # kernel memory statistics
-options        MIIVERBOSE      # Verbose MII autoconfuration messages
+#options       MIIVERBOSE      # Verbose MII auto configuration messages
 #options       PCIVERBOSE      # Verbose PCI descriptions
-options        USBVERBOSE      # verbose USB device autoconfig messages
+#options       SCSIVERBOSE     # Verbose SCSI errors
+options        USBVERBOSE      # Verbose USB device auto configuration messages
 #options       DDB_KEYCODE=0x40
 #options       USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
@@ -367,7 +366,7 @@
 pseudo-device  stf                     # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  bridge                  # simple inter-network bridging
-options        BRIDGE_IPF                      # bridge uses IP/IPv6 pfil hooks too
+options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
 pseudo-device  agr                     # IEEE 802.3ad link aggregation
 pseudo-device  pf                      # PF packet filter
 pseudo-device  pflog                   # PF log if
diff -r 63eb729fe2fd -r ba945afe8bcb sys/arch/evbarm/conf/OPENBLOCKS_AX3
--- a/sys/arch/evbarm/conf/OPENBLOCKS_AX3       Sat Oct 05 03:59:49 2013 +0000
+++ b/sys/arch/evbarm/conf/OPENBLOCKS_AX3       Sat Oct 05 06:10:35 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENBLOCKS_AX3,v 1.2 2013/10/05 02:47:44 kiyohara Exp $
+#      $NetBSD: OPENBLOCKS_AX3,v 1.3 2013/10/05 06:10:35 kiyohara Exp $
 #
 #      OPENBLOCKS_AX3 -- Plat'Home. OpenBlockS AX3 kernel
 #
@@ -56,7 +56,7 @@
 #options       QUOTA           # legacy UFS quotas
 #options       QUOTA2          # new, in-filesystem UFS quotas
 options        FFS_EI          # FFS Endian Independent support
-options        NFSSERVER
+options        NFSSERVER       # Network File System server
 options        WAPBL           # File system journaling support
 #options       FFS_NO_SNAPSHOT # No FFS snapshot support
 
@@ -70,7 +70,6 @@
 options        MROUTING        # IP multicast routing
 options        PIM             # Protocol Independent Multicast
 options        NETATALK        # AppleTalk networking protocols
-options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
 options        PPP_DEFLATE     # Deflate compression support for PPP
 options        PPP_FILTER      # Active filter support for PPP (requires bpf)
@@ -164,19 +163,12 @@
 # The boot cpu
 cpu0   at mainbus?
 
-# Marvell SoC Bus
+# Marvell MV88F78260 ARMADA XP System-on-chip
 mvsoc0 at mainbus?
 options        MVSOC_FIXUP_DEVID=0x7826
 
-# On-chip Timers
-mvsoctmr* at mvsoc? offset ? irq ?
-
-# Serial Peripheral Interface (SPI)
-#mvspi*        at mvsoc? offset ? irq ?
-#spi*  at mvspi?
-
-# On-chip PCI Express Interface
-mvpex* at mvsoc? offset ? irq ?
+# On-chip Serial-ATA II Host Controller (SATAHC)
+mvsata* at mvsoc? offset ? irq ?
 
 # On-chip Gigabit Ethernet Controller Interface
 mvgbec* at mvsoc? offset ?
@@ -187,8 +179,22 @@
 ehci0  at mvsoc? offset ? irq ?
 ehci1  at mvsoc? offset ? irq ?
 
-# On-chip Serial-ATA II Host Controller (SATAHC)
-mvsata* at mvsoc? offset ? irq ?
+# Serial Peripheral Interface (SPI)
+#mvspi*        at mvsoc? offset ? irq ?
+#spi*  at mvspi?
+
+# On-chip Two-Wire Serial Interface (TWSI)
+gttwsi* at mvsoc? offset ? irq ?
+iic*   at gttwsi?
+s390rtc* at iic1 addr 0x30
+
+# On-chip UART Interface
+com*   at mvsoc? offset ? irq ?
+options        COM_16750               # XXXX: required
+#options       COM_DEBUG
+
+# On-chip PCI Express Interface
+mvpex* at mvsoc? offset ? irq ?
 
 # On-chip IDMA Controller
 gtidmac* at mvsoc? offset ? irq ?
@@ -197,19 +203,8 @@
 mvsdio* at mvsoc? offset ? irq ?
 sdmmc* at mvsdio?
 
-# On-chip UART Interface
-com*   at mvsoc?
-options        COM_16750               # XXXX: required
-#options       COM_DEBUG
-
-# On-chip Two-Wire Serial Interface (TWSI)
-gttwsi* at mvsoc? offset ? irq ?
-iic*   at gttwsi?
-s390rtc* at iic1 addr 0x30
-
-# On-chip General Purpose I/O Port Interface
-mvsocgpp* at mvsoc? offset ? irq ?
-gpio*  at mvsocgpp?
+# On-chip Timers
+mvsoctmr* at mvsoc? offset ? irq ?
 
 
 # PCI bus support



Home | Main Index | Thread Index | Old Index