Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 1997 11:01:27 -0700 (PDT)
From:      Tor Egge <tegge@FreeBSD.ORG>
To:        CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit:  src/sys/conf files src/sys/i386/i386 autoconf.c src/sys/kern init_main.c src/sys/i386/conf LINT src/sys/netinet ip_input.c src/sys/nfs bootp_subr.c krpc.h krpc_subr.c nfs_vfsops.c rpcv2.h
Message-ID:  <199705111801.LAA03167@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tegge       97/05/11 11:01:26

  Branch:      sys/conf  RELENG_2_2
               sys/i386/conf  RELENG_2_2
               sys/i386/i386  RELENG_2_2
               sys/kern  RELENG_2_2
               sys/netinet  RELENG_2_2
               sys/nfs   RELENG_2_2
  Modified:    sys/conf  files
               sys/i386/conf  LINT
               sys/i386/i386  autoconf.c
               sys/kern  init_main.c
               sys/netinet  ip_input.c
               sys/nfs   nfs_vfsops.c rpcv2.h
  Added:       sys/nfs   bootp_subr.c krpc.h krpc_subr.c
  Log:
  Bring in some kernel bootp support. This removes the need for netboot
  to fill in the nfs_diskless structure, at the cost of some kernel
  bloat. The advantage is that this code works on a wider range of
  network adapters than netboot. Several new kernel options are
  documented in LINT.
  Obtained from: parts of the code comes from NetBSD.
  
  Revision  Changes    Path
  1.80.2.9  +2 -0      src/sys/conf/files
  1.286.2.21 +8 -1      src/sys/i386/conf/LINT
  1.56.2.5  +9 -1      src/sys/i386/i386/autoconf.c
  1.51.2.4  +8 -1      src/sys/kern/init_main.c
  1.50.2.5  +5 -1      src/sys/netinet/ip_input.c
  1.30.2.2  +42 -11    src/sys/nfs/nfs_vfsops.c
  1.4.4.1   +2 -1      src/sys/nfs/rpcv2.h



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