From owner-cvs-sys Sun May 11 11:02:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA06965 for cvs-sys-outgoing; Sun, 11 May 1997 11:02:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA06941; Sun, 11 May 1997 11:02:05 -0700 (PDT) From: Tor Egge Received: (from tegge@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA03167; Sun, 11 May 1997 11:01:27 -0700 (PDT) Date: Sun, 11 May 1997 11:01:27 -0700 (PDT) Message-Id: <199705111801.LAA03167@freefall.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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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