Module Name:    src
Committed By:   msaitoh
Date:           Mon Dec  3 23:38:30 UTC 2012

Modified Files:
        src/sys/arch/evbarm/conf: SHEEVAPLUG

Log Message:
- 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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/conf/SHEEVAPLUG

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/SHEEVAPLUG
diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.25 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.26
--- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.25	Wed Oct 17 14:48:10 2012
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG	Mon Dec  3 23:38:29 2012
@@ -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 @@ options 	KIRKWOOD
 
 # 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 	INET6		# IPv6
 #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 	DDB		# in-kernel debugger
 #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 @@ cpu0	at mainbus?
 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 @@ com*	at mvsoc? offset ? irq ?
 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 @@ sdmmc*	at mvsdio?
 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?

Reply via email to