Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2002 17:59:02 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/i386/i386 autoconf.c src/sys/modules/nfsclient Makefile src/sys/nfsclient nfs_diskless.c nfs_vfsops.c nfsdiskless.h src/sys/sparc64/sparc64 autoconf.c src/sys/sparc64/conf GENERIC
Message-ID:  <200209220059.g8M0x2U6039036@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2002/09/21 17:59:02 PDT

  Modified files:
    sys/conf             files 
    sys/i386/i386        autoconf.c 
    sys/modules/nfsclient Makefile 
    sys/nfsclient        nfs_vfsops.c nfsdiskless.h 
    sys/sparc64/sparc64  autoconf.c 
    sys/sparc64/conf     GENERIC 
  Added files:
    sys/nfsclient        nfs_diskless.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.702     +1 -0      src/sys/conf/files
  1.170     +1 -181    src/sys/i386/i386/autoconf.c
  1.26      +1 -1      src/sys/modules/nfsclient/Makefile
  1.1       +232 -0    src/sys/nfsclient/nfs_diskless.c (new)
  1.123     +8 -5      src/sys/nfsclient/nfs_vfsops.c
  1.14      +1 -0      src/sys/nfsclient/nfsdiskless.h
  1.34      +1 -6      src/sys/sparc64/conf/GENERIC
  1.8       +0 -16     src/sys/sparc64/sparc64/autoconf.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209220059.g8M0x2U6039036>