Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf enable NFS root FS support in RPI



details:   https://anonhg.NetBSD.org/src/rev/6bf882a5260e
branches:  trunk
changeset: 332510:6bf882a5260e
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Sep 25 16:05:44 2014 +0000

description:
enable NFS root FS support in RPI

diffstat:

 sys/arch/evbarm/conf/RPI |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r e4a144620333 -r 6bf882a5260e sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Thu Sep 25 15:08:29 2014 +0000
+++ b/sys/arch/evbarm/conf/RPI  Thu Sep 25 16:05:44 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.54 2014/09/22 21:05:39 skrll Exp $
+#      $NetBSD: RPI,v 1.55 2014/09/25 16:05:44 jakllsch Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -70,8 +70,8 @@
 #options       PPP_FILTER      # Active filter support for PPP (requires bpf)
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
 
-#options       NFS_BOOT_BOOTP
-#options       NFS_BOOT_DHCP
+options        NFS_BOOT_BOOTP
+options        NFS_BOOT_DHCP
 #options               NFS_BOOT_BOOTSTATIC
 #options               NFS_BOOTSTATIC_MYIP="\"192.168.1.4\""
 #options               NFS_BOOTSTATIC_GWIP="\"192.168.1.1\""
@@ -260,7 +260,7 @@
 
 # PIFace or other boards using that chip (needs gpio)
 #mcp23s17gpio0 at spi? slave 0 flags 0
-#mcp23s17gpio1 at spi? slave 0 flags 1 
+#mcp23s17gpio1 at spi? slave 0 flags 1
 #mcp23s17gpio2 at spi? slave 0 flags 2
 #mcp23s17gpio3 at spi? slave 0 flags 3
 



Home | Main Index | Thread Index | Old Index