Author: imp
Date: Sun Dec  8 02:48:06 2013
New Revision: 259090
URL: http://svnweb.freebsd.org/changeset/base/259090

Log:
  4096 is 4MB, and macb doesn't even come close to working, so don't say
  it is an altenative. It hasn't worked in quite some time. The die
  hards can still try to use macb in the tree if they want...

Modified:
  stable/9/sys/arm/conf/SAM9G20EK

Modified: stable/9/sys/arm/conf/SAM9G20EK
==============================================================================
--- stable/9/sys/arm/conf/SAM9G20EK     Sun Dec  8 00:59:04 2013        
(r259089)
+++ stable/9/sys/arm/conf/SAM9G20EK     Sun Dec  8 02:48:06 2013        
(r259090)
@@ -37,18 +37,18 @@ options     FFS                     #Berkeley Fast 
Filesystem
 #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=4096       # 3MB ram disk
+#options       MD_ROOT_SIZE=4096       #4MB ram disk
 options        NFSCL                   #New Network Filesystem Client
-#options       NFSD                    #New Network Filesystem Server
-#options       NFSLOCKD                #Network Lock Manager
-#options       NFS_ROOT                #NFS usable as /, requires NFSCL
-#options       BOOTP_NFSROOT
-#options       BOOTP
-#options       BOOTP_NFSV3
-#options       BOOTP_WIRED_TO=ate0
-#options       BOOTP_COMPAT
+options        NFSD                    #New Network Filesystem Server
+options        NFSLOCKD                #Network Lock Manager
+options        NFS_ROOT                #NFS usable as /, requires NFSCL
+options        BOOTP_NFSROOT
+options        BOOTP
+options        BOOTP_NFSV3
+options        BOOTP_WIRED_TO=ate0
+options        BOOTP_COMPAT
 
-options        ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
+#options       ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
 
 options                ALT_BREAK_TO_DEBUGGER
 
@@ -86,7 +86,6 @@ device                uart                    # Serial Ports
 
 # Ethernet
 device         ate                     # Ethernet Driver       
-#device                macb                    # Alternate Ethernet driver
 device         mii
 option                 AT91_ATE_USE_RMII
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to