Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2009 03:32:01 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 168647 for review
Message-ID:  <200909180332.n8I3W1sj097064@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=168647

Change 168647 by andrew@andrew_bender on 2009/09/18 03:31:50

	Update the LN2410SBC conf file for style and add USB support

Affected files ...

.. //depot/projects/arm/src/sys/arm/conf/LN2410SBC#2 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/conf/LN2410SBC#2 (text+ko) ====

@@ -27,17 +27,17 @@
 makeoptions	MODULES_OVERRIDE=""
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
-options		HZ=100
-options		DDB
-options		KDB
+options 	HZ=100
+options 	DDB
+options 	KDB
 
 options 	SCHED_4BSD		#4BSD scheduler
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
 options 	FFS			#Berkeley Fast Filesystem
 options 	MD_ROOT			#MD is a potential root device
-options		MD_ROOT_SIZE=4096	# 4MB ram disk
-options		ROOTDEVNAME=\"ufs:md0\"
+options 	MD_ROOT_SIZE=4096	# 4MB ram disk
+options 	ROOTDEVNAME=\"ufs:md0\"
 
 options 	PSEUDOFS		#Pseudo-filesystem framework
 options 	KTRACE			#ktrace(1) support
@@ -47,15 +47,17 @@
 options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 
 options 	MUTEX_NOINLINE
-options		RWLOCK_NOINLINE
-options		SX_NOINLINE
+options 	RWLOCK_NOINLINE
+options 	SX_NOINLINE
 
 options 	NO_FFS_SNAPSHOT
 options 	NO_SWAPPING
 device		random
 device		pty
+
 device		loop
 device		ether
+
 device		uart
 
 # Debugging for use in -current
@@ -66,3 +68,9 @@
 
 device		md
 
+device		usb
+device		ohci
+device		umass
+device		scbus		# SCSI bus (required for da)
+device		da		# Direct Access (disks)
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909180332.n8I3W1sj097064>