Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2006 01:18:28 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 89880 for review
Message-ID:  <200601180118.k0I1IS9m095430@repoman.freebsd.org>

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

Change 89880 by imp@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



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