PERFORCE change 111514 for review
Bernd Walter
ticso at FreeBSD.org
Mon Dec 11 15:25:31 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=111514
Change 111514 by ticso at ticso on 2006/12/11 23:24:21
update with recent feature changes
Affected files ...
.. //depot/projects/arm/src/sys/arm/conf/BWCT#3 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/conf/BWCT#3 (text+ko) ====
@@ -46,13 +46,13 @@
#options MD_ROOT #MD is a potential root device
#options MD_ROOT_SIZE=4096 # 3MB ram disk
#options ROOTDEVNAME=\"ufs:md0\"
-#options ROOTDEVNAME=\"ufs:mmcsd0s1a\"
+options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
#options ROOTDEVNAME=\"ufs:at91_qdmmc0a\"
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
@@ -73,6 +73,7 @@
device loop
device random
device ether
+device vlan
device pty
device nexus
device uart
@@ -91,7 +92,7 @@
device md
device at91_twi # TWI: Two Wire Interface
device at91_spi # SPI:
-device at91_ssc
+#device at91_ssc
device at91_mci
device mmc # mmc/sd bus
device mmcsd # mmc/sd flash cards
More information about the p4-projects
mailing list