Module Name: src
Committed By: jakllsch
Date: Thu Sep 25 16:05:44 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf: RPI
Log Message:
enable NFS root FS support in RPI
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/evbarm/conf/RPI
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.54 src/sys/arch/evbarm/conf/RPI:1.55
--- src/sys/arch/evbarm/conf/RPI:1.54 Mon Sep 22 21:05:39 2014
+++ src/sys/arch/evbarm/conf/RPI Thu Sep 25 16:05:44 2014
@@ -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 INET6 # IPV6
#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 @@ spi* at spibus?
# 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