PERFORCE change 111281 for review

Warner Losh imp at FreeBSD.org
Fri Dec 8 01:25:40 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111281

Change 111281 by imp at imp_lighthouse on 2006/12/08 09:25:16

	Add icee part on kb9202 mobos.

Affected files ...

.. //depot/projects/arm/src/sys/arm/conf/KB920X#41 edit
.. //depot/projects/arm/src/sys/arm/conf/KB920X.hints#1 add

Differences ...

==== //depot/projects/arm/src/sys/arm/conf/KB920X#41 (text+ko) ====

@@ -25,7 +25,7 @@
 include		"../at91/std.kb920x"
 #To statically compile in device wiring instead of /boot/device.hints
 #hints		"GENERIC.hints"		#Default places to look for devices.
-#hints		"KB920X.hints"		#Default places to look for devices.
+hints		"KB920X.hints"		#Default places to look for devices.
 
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 options		DDB
@@ -43,11 +43,12 @@
 #options 	MD_ROOT			#MD is a potential root device
 #options	MD_ROOT_SIZE=4096	# 4MB ram disk
 #options 	ROOTDEVNAME=\"ufs:md0\"
+options 	ROOTDEVNAME=\"ufs:mmcsd0s1a\"
 options 	NFSCLIENT		#Network Filesystem Client
 #options 	NFSSERVER		#Network Filesystem Server
-options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
-options		BOOTP_NFSROOT
-options		BOOTP
+#options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
+#options 	BOOTP_NFSROOT
+#options 	BOOTP
 
 #options 	MSDOSFS			#MSDOS Filesystem
 #options 	CD9660			#ISO 9660 Filesystem
@@ -91,10 +92,16 @@
 
 device		mem			# Memory and kernel memory devices
 device		md
-device	at91_twi		# TWI: Two Wire Interface
+device		at91_tc
 device		at91_spi		# SPI:
 device		spibus
 device		at91_ssc
 # iic
+device		at91_twi		# TWI: Two Wire Interface
 device		iic
 device		iicbus
+device		icee
+# MMC/SD
+device		at91_mci
+device		mmc			# mmc/sd bus
+device		mmcsd			# mmc/sd flash cards


More information about the p4-projects mailing list