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 - Delete "no" entries for mvsdio sdmmc ...



details:   https://anonhg.NetBSD.org/src/rev/666d0855b19e
branches:  trunk
changeset: 783077:666d0855b19e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Dec 03 23:41:35 2012 +0000

description:
- Delete "no" entries for mvsdio sdmmc sbt and ld. The bug was fixed.
- Delete mvpex, pci, pchb, mvsata, atabus and wd. These are defined in
  conf/SHEEVAPLUG

diffstat:

 sys/arch/evbarm/conf/OPENRD |  20 ++------------------
 1 files changed, 2 insertions(+), 18 deletions(-)

diffs (34 lines):

diff -r 6278ed77210f -r 666d0855b19e sys/arch/evbarm/conf/OPENRD
--- a/sys/arch/evbarm/conf/OPENRD       Mon Dec 03 23:39:30 2012 +0000
+++ b/sys/arch/evbarm/conf/OPENRD       Mon Dec 03 23:41:35 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENRD,v 1.3 2012/10/26 19:15:52 msaitoh Exp $
+#      $NetBSD: OPENRD,v 1.4 2012/12/03 23:41:35 msaitoh Exp $
 #
 # This is a working config file for OpenRD(.org) Client.  Note that the
 # default boot address will not work and the kernel has to load at 8MB
@@ -20,23 +20,7 @@
 options        COMPAT_NETBSD32
 no options     COMPAT_LINUX
 
-# this just emits endless errors, disable for now.
-no mvsdio*
-no sdmmc* at mvsdio?
-no sbt* at sdmmc?
-no ld* at sdmmc?
-
-# On-chip PCI Express Interface
-mvpex* at mvsoc? offset ? irq ?
-
-pci*   at mvpex?
-
-pchb*  at pci? dev ? function ?        # PCI-Host bridges
+# On-board PCI vga
 
 vga*           at pci? dev ? function ?
 wsdisplay*     at vga? console ?
-
-# This has two SATA ports
-mvsata*                at mvsoc? offset ? irq ?
-atabus*                at ata?
-wd*            at atabus? drive ?



Home | Main Index | Thread Index | Old Index