PERFORCE change 168647 for review
Andrew Turner
andrew at FreeBSD.org
Fri Sep 18 03:32:02 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=168647
Change 168647 by andrew at 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)
+
More information about the p4-projects
mailing list