PERFORCE change 89880 for review

Warner Losh imp at FreeBSD.org
Tue Jan 17 17:18:29 PST 2006


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

Change 89880 by imp at imp_Speedy on 2006/01/18 01:18:07

	Let's start the twi device.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/at91_twi.c#1 add
.. //depot/projects/arm/src/sys/arm/conf/KB920X#12 edit

Differences ...

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

@@ -42,7 +42,7 @@
 #options 	UFS_ACL			#Support for access control lists
 #options 	UFS_DIRHASH		#Improve performance on big directories
 options 	MD_ROOT			#MD is a potential root device
-options		MD_ROOT_SIZE=1024	# 3MB ram disk
+options		MD_ROOT_SIZE=4096	# 3MB ram disk
 options 	ROOTDEVNAME=\"ufs:md0\"
 #options 	NFSCLIENT		#Network Filesystem Client
 #options 	NFSSERVER		#Network Filesystem Server
@@ -79,3 +79,4 @@
 
 device		mem			# Memory and kernel memory devices
 device		md
+device		at91_twi		# TWI: Two Wire Interface


More information about the p4-projects mailing list