Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf remove some cargoculted goop



details:   https://anonhg.NetBSD.org/src/rev/582a0d81c700
branches:  trunk
changeset: 804131:582a0d81c700
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Nov 25 04:55:13 2014 +0000

description:
remove some cargoculted goop

diffstat:

 sys/arch/evbmips/conf/CI20 |  31 ++++++++++---------------------
 1 files changed, 10 insertions(+), 21 deletions(-)

diffs (74 lines):

diff -r 7b090a810cc1 -r 582a0d81c700 sys/arch/evbmips/conf/CI20
--- a/sys/arch/evbmips/conf/CI20        Tue Nov 25 03:31:12 2014 +0000
+++ b/sys/arch/evbmips/conf/CI20        Tue Nov 25 04:55:13 2014 +0000
@@ -1,14 +1,13 @@
-#      $NetBSD: CI20,v 1.2 2014/11/22 19:48:36 martin Exp $
+#      $NetBSD: CI20,v 1.3 2014/11/25 04:55:13 macallan Exp $
 #
 # MIPS Creator CI20
 #
 
-# for now
 include        "arch/evbmips/conf/std.ingenic"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "CI20-$Revision: 1.2 $"
+#ident                 "CI20-$Revision: 1.3 $"
 
 maxusers       32
 
@@ -19,10 +18,8 @@
 makeoptions    NEED_MDSETIMAGE="yes"
 makeoptions    NEED_BINARY="yes"
 makeoptions    NEED_UBOOTIMAGE="gz"
-options        COM_16650,COM_TOLERANCE=50      # +/- 5%
+options        COM_TOLERANCE=50        # +/- 5%
 options        CONSPEED=115200 # u-boot default
-options                CONSADDR=0x10030000
-options        MEMSIZE="(256*1024*1024)"
 
 # Options for necessary to use MD
 #options       MEMORY_DISK_HOOKS
@@ -126,13 +123,6 @@
 # Warning, these may compile large string tables into the kernel!
 options        MIIVERBOSE      # verbose PHY autoconfig messages
 
-# Bitmask for enabling the PCI IDE channels in the southbridge.
-# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
-#
-# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
-# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
-#options       PCI_NETBSD_ENABLE_IDE=0x1
-
 options        NFS_BOOT_BOOTP
 #options       NFS_BOOT_DHCP
 #options       NFS_V2_ONLY
@@ -142,20 +132,19 @@
 mainbus0       at root
 cpu0           at mainbus?
 #wdog0         at mainbus?
-#options               COM_REGMAP
 com*           at mainbus?
-#ehci*         at arbus? addr ?
-#usb*          at ehci?
+#apbus0        at mainbus?
+
+# On-board USB
+#dwctwo*       at apbus?
+#usb*          at dwctwo?
 #uhub*         at usb?
 #uhub*         at uhub? port ?
 #umass*                at uhub? port ? configuration ? interface ?
 #scsibus*      at umass? channel ?
 #sd*           at scsibus? target ? lun ?
-#ae*           at arbus? addr ?
-#ath*          at arbus? addr ?
-#athflash*     at arbus? addr ?
-#argpio*       at arbus? addr ?
-#gpio*         at argpio?
+#jzgpio*       at apbus? addr ?
+#gpio*         at jzgpio?
 
 # no RTC!  so fake with a stub (required to prevent evbmips panic)
 



Home | Main Index | Thread Index | Old Index