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 - Add MSGBUFSIZE=32768 because 4K is ve...



details:   https://anonhg.NetBSD.org/src/rev/57ea2fcc5b63
branches:  trunk
changeset: 783075:57ea2fcc5b63
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Dec 03 23:38:29 2012 +0000

description:
- Add MSGBUFSIZE=32768 because 4K is very small
- Add commented out entry for MVGBE_EVENT_COUNTERS
- Comment out COPTS="-O1"
- Enable mvpex, pci and pchb to share with OPENRD
- Enable mvsata to share with DREAMPLUG
- Enable mvsocgpp, gpio, atabus and wd

diffstat:

 sys/arch/evbarm/conf/SHEEVAPLUG |  22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diffs (82 lines):

diff -r 4ae869dd8ee5 -r 57ea2fcc5b63 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG   Mon Dec 03 21:29:15 2012 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG   Mon Dec 03 23:38:29 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHEEVAPLUG,v 1.25 2012/10/17 14:48:10 apb Exp $
+#      $NetBSD: SHEEVAPLUG,v 1.26 2012/12/03 23:38:29 msaitoh Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -27,6 +27,7 @@
 
 # Standard system options
 
+options        MSGBUFSIZE=32768
 options        RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 #options       NTP             # NTP phase/frequency locked loop
 
@@ -95,6 +96,7 @@
 #options       INET_CSUM_COUNTERS
 #options       TCP_CSUM_COUNTERS
 #options       UDP_CSUM_COUNTERS
+#options       MVGBE_EVENT_COUNTERS
 
 #options       NFS_BOOT_BOOTP
 options        NFS_BOOT_DHCP
@@ -166,7 +168,7 @@
 #options       KGDB
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-makeoptions    COPTS="-O1"
+#makeoptions   COPTS="-O1"
 options        SYMTAB_SPACE=800000
 #options       AUDIO_DEBUG=2
 
@@ -182,18 +184,18 @@
 mvsoc0 at mainbus?
 
 # On-chip PCI Express Interface
-#mvpex*        at mvsoc? offset ? irq ?
+mvpex* at mvsoc? offset ? irq ?
 
 # PCI bus support
 options        PCI_NETBSD_CONFIGURE
 #options       PCI_CONFIG_DUMP         # verbosely dump PCI config space
 
-#pci*  at mvpex?
+pci*   at mvpex?
 
-#pchb* at pci? dev ? function ?        # PCI-Host bridges
+pchb*  at pci? dev ? function ?        # PCI-Host bridges
 
 # On-chip Serial-ATA II Host Controller (SATAHC)
-#mvsata* at mvsoc? offset ? irq ?
+mvsata* at mvsoc? offset ? irq ?
 
 # On-chip Gigabit Ethernet Controller Interface
 mvgbec* at mvsoc? offset ?
@@ -217,8 +219,8 @@
 gtidmac* at mvsoc? offset ? irq ?
 
 # On-chip General Purpose I/O Port Interface
-#mvsocgpp* at mvsoc? offset ? irq ?
-#gpio* at mvsocgpp?
+mvsocgpp* at mvsoc? offset ? irq ?
+gpio*  at mvsocgpp?
 
 # On-chip Timers
 mvsoctmr* at mvsoc? offset ? irq ?
@@ -230,11 +232,11 @@
 ld*    at sdmmc?
 
 # ATA (IDE) bus support
-#atabus* at ata?
+atabus* at ata?
 #options       ATADEBUG
 
 # IDE drives
-#wd*   at atabus? drive ? flags 0x0000
+wd*    at atabus? drive ? flags 0x0000
 
 # ATAPI bus support
 atapibus* at atapi?



Home | Main Index | Thread Index | Old Index