summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-09-22 00:59:02 +0000
committerjake <jake@FreeBSD.org>2002-09-22 00:59:02 +0000
commitbe3bee93960d297bcd02c9eae94dfdd5ba8759b8 (patch)
tree3fb240e30b7440ff11e70f83c558b3021c0ef104 /sys/sparc64/conf
parent482de2f109d274142d818ac890370f47c8949ab6 (diff)
downloadFreeBSD-src-be3bee93960d297bcd02c9eae94dfdd5ba8759b8.zip
FreeBSD-src-be3bee93960d297bcd02c9eae94dfdd5ba8759b8.tar.gz
Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.c
so that it is MI. Allow nfs_mountroot to return an error if the nfs_diskless struct is not valid, rather than panicing later on. Call nfs_setup_diskless() from nfs_mountroot if NFS_ROOT is defined, like bootpc_init(). Removed legacy root mount support for sparc64, and enabled NFS_ROOT by default.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 748f567..c583de4 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -41,7 +41,7 @@ options UFS_DIRHASH #Improve performance on big directories
options MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client
options NFSSERVER #Network Filesystem Server
-#options NFS_ROOT #NFS usable as root device
+options NFS_ROOT #NFS usable as root device
#options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
@@ -200,8 +200,3 @@ options KTR_ENTRIES=8192
options KTR_MASK=KTR_TRAP
options OFW_PCI_DEBUG
-
-#options BOOTP
-#options BOOTP_NFSROOT
-#options BOOTP_NFSV3
-#options BOOTP_COMPAT
OpenPOWER on IntegriCloud